[Bug 225524] devel/libftdi fails to build on 10.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 29 17:24:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225524
w.schwarzenfeld at utanet.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w.schwarzenfeld at utanet.at
--- Comment #1 from w.schwarzenfeld at utanet.at ---
Cannot confirm the error with poudriere (10.4).
But in the port, with PYTHON=off:
===> libftdi-0.20_10 depends on shared library: libboost_system.so - found
(/usr/local/lib/libboost_system.so)
usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
[-M log] [-D dest] [-h hash] [-T tags]
[-B suffix] [-l linkflags] [-N dbdir]
file1 file2
install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
[-M log] [-D dest] [-h hash] [-T tags]
[-B suffix] [-l linkflags] [-N dbdir]
file1 ... fileN directory
install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner]
[-M log] [-D dest] [-h hash] [-T tags]
directory ...
*** Error code 64
Stop.
make[1]: stopped in /usr/ports/devel/libftdi
*** Error code 1
Can you try to change in the Makefile:
BINARY_ALIAS= swig=swig3.0
to
.if defined(PORT_OPTIONS:MPYTHON)
BINARY_ALIAS= swig=swig3.0
.endif
(before BINARY_ALIAS no space, but a tab)
with this change it works in the port, and I guess on your system with
poudriere.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list