Date: Sun, 18 Feb 2018 19:09:56 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: maintainer-feedback requested: [Bug 226008] devel/boost-jam: Doesn't find toolset(s) Message-ID: <bug-226008-25061-IUS1OMJoKE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226008-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-226008-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
daniel.engberg.lists@pyret.net has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to office@FreeBSD.= org: Bug 226008: devel/boost-jam: Doesn't find toolset(s) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226008 --- Description --- Trying to compile libtorrent-daemon (recursive git checkout) ends up failing because no toolset is found. I've tried to setup the environment as textproc/kenlm but it still fails with the same error. On Debian you just n= eed to run 'bjam' and it works so I guess it's some quirk regarding FreeBSD. setenv BOOST_BUILD_PATH /usr/local/share/boost_build diizzy@hanekawa:~/libtorrent-bjam/libtorrent-daemon % bjam CXXFLAGS =3D LDFLAGS =3D OS =3D FREEBSD warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, you may not be able to build C++ programs. warning: Use the "--toolset=3Dxxxxx" option to override our guess. warning: For more configuration options, please consult warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html warn: Unable to construct ./libtorrent-daemon error: no generators were found for type 'EXE' error: and the requested properties error: make sure you've configured the needed tools See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html To debug this problem, try the --debug-generators option. Not setting a BOOST_BUILD_PATH at all results in bjam not finding jam-files= at all. Setting clang as toolset doesn't work as boost doesn't know about clan= g or so it says. This is on FreeBSD 11.1 and a current version of the ports tree.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226008-25061-IUS1OMJoKE>