Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619784 - media-sound/ncmpcpp-0.8: cannot find the flags to link with Boost regex
Summary: media-sound/ncmpcpp-0.8: cannot find the flags to link with Boost regex
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-26 21:26 UTC by Nikolaj Šujskij
Modified: 2017-05-30 06:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Full ncmpcpp 0.8 build log (ncmpcpp-0.8_build.log,11.20 KB, text/x-log)
2017-05-26 21:26 UTC, Nikolaj Šujskij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Šujskij 2017-05-26 21:26:03 UTC
Created attachment 474432 [details]
Full ncmpcpp 0.8 build log

% emerge -pqv '=media-sound/ncmpcpp-0.8::gentoo'
[ebuild     U ] media-sound/ncmpcpp-0.8 [0.7.7] USE="clock taglib -outputs -visualizer (-curl%*) (-unicode%*)"

checking for boost/regex.hpp... yes
checking for the Boost regex library... no
configure: error: cannot find the flags to link with Boost regex

 % emerge -pqv boost
[ebuild   R   ] dev-libs/boost-1.63.0  USE="icu nls python threads -context -debug -doc -mpi -static-libs -tools" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4"
Comment 1 Jonas Stein gentoo-dev 2017-05-30 06:58:08 UTC
If dev-libs/boost needs to be rebuild, one will get the following error message
root #emerge ...

 
checking for the Boost _____ library... no
configure: error: cannot find the flags to link with Boost _____

One can rebuild with
root #emerge --oneshot -av dev-libs/boost

https://wiki.gentoo.org/wiki/Upgrading_GCC#rebuild_of_boost


Please reopen, if it did not solve the problem.