Opened 8 years ago
Last modified 7 years ago
#10507 new Bugs
Tools: Wave missing
Reported by: | Owned by: | Hartmut Kaiser | |
---|---|---|---|
Milestone: | To Be Determined | Component: | wave |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The documentation states that the Wave tool is distributed with boost but as of version 1.56 there is no tools/wave directory (referenced in Jamfile.v2) so that running the build tool in the tools/ directory fails:
(from the tools directory)
b2 --user-config=/var/tmp/portage/dev-libs/boost-1.56.0/work/boost_1_56_0-abi_x86_64.amd64/user-config.jam gentoorelease -j4 -q -d+2 -sICU_PATH=/usr --without-mpi --without-context --without-coroutine pch=off --boost-build=/usr/share/boost-build --prefix="/var/tmp/portage/dev-libs/boost-1.56.0/image/usr" --layout=system threading=multi link=shared Performing configuration checks - has_icu builds : yes (cached) error: Unable to find file or target named error: 'wave/build//wave' error: referred to from project at error: '../tools' error: could not resolve project reference 'wave/build'
Change History (5)
comment:1 by , 8 years ago
Component: | Building Boost → wave |
---|---|
Owner: | set to |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Well, clarify that it's in separate repo(or other place) in documentation and remove it's reference from build system. Or bring it back, if it's possible.
comment:5 by , 7 years ago
Just execute something like 'sed -i -e 's:wave/build//wave::' tools/Jamfile.v2'(picked from here - https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?revision=1.13&view=markup) and commit it into the repo, please
Wave was moved during migration to GIT to be an example instead of a tool. I have no idea what needs to be done to get it do build as a tool again :(