Summary: | archivers/zstd error | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | doctor |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | igorz |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
doctor
2019-07-25 01:36:44 UTC
Do you have old version installed? IIRC I do before I install the new version I saw this with the port installed lzmalib-0.0.1_1 There are no errors without this port. (In reply to doctor from comment #2) Try the following patch. Index: Makefile =================================================================== --- Makefile (revision 513215) +++ Makefile (working copy) @@ -17,7 +17,7 @@ OPTIONS_DEFINE= LZ4 OPTIONS_DEFAULT=LZ4 -USES= gmake +USES= gmake localbase ALL_TARGET= default TEST_TARGET= test (In reply to Igor Zabelin from comment #3) After applying the patch, the port builds fine with lzmalib installed. A commit references this bug: Author: sunpoet Date: Mon Sep 30 11:32:10 UTC 2019 New revision: 513367 URL: https://svnweb.freebsd.org/changeset/ports/513367 Log: Fix build with archivers/lzmalib installed PR: 239432 Reported by: <doctor@doctor.nl2k.ab.ca> Changes: head/archivers/zstd/Makefile Committed. Thanks! |