Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 17:24:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225524] devel/libftdi fails to build on 10.3
Message-ID:  <bug-225524-13-ZKPVAy4sSv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225524-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225524-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225524

w.schwarzenfeld@utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld@utanet.at

--- Comment #1 from w.schwarzenfeld@utanet.at ---
Cannot confirm the error with poudriere (10.4).
But in the port, with PYTHON=3Doff:
=3D=3D=3D>   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=3D   swig=3Dswig3.0
to
.if defined(PORT_OPTIONS:MPYTHON)
    BINARY_ALIAS=3D   swig=3Dswig3.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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225524-13-ZKPVAy4sSv>