Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost.Stacktrace libraries are not being installed by b2 install #55

Closed
Lastique opened this issue Dec 8, 2021 · 2 comments
Closed

Comments

@Lastique
Copy link
Member

Lastique commented Dec 8, 2021

Running the following command line:

bjam -j 8 --prefix="$HOME/boost_install_root" toolset=gcc variant=release threading=multi debug-symbols=on runtime-link=shared numa=on link=static,shared --with-stacktrace install

does not result in Boost.Stacktrace libraries installed in $HOME/boost_install_root. The library is being successfully built, and its libraries are present in $BOOST_ROOT/bin.v2, but the only thing that is installed is CMake config files - no headers, no libraries.

This is a regression in 1.78, 1.77 worked fine. Boost.Stacktrace hasn't changed in this regard between releases, so my current suspects are Boost.Install or Boost.Build.

This is on Kubuntu 21.10.

Note that for other libraries, like Boost.Atomic for example, the above command works as intended.

@Lastique Lastique changed the title Boost.Stacktrace are not being installed by b2 install Boost.Stacktrace libraries are not being installed by b2 install Dec 8, 2021
@Lastique
Copy link
Member Author

Lastique commented Dec 8, 2021

Sorry, this seems to be a duplicate of bfgroup/b2#104.

@pdimov
Copy link
Member

pdimov commented Jan 29, 2022

Looks like this also affects Fiber: boostorg/fiber#290.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants