Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675800 - games-arcade/supertux-0.6.0 - Could not find the following Boost libraries: boost_locale
Summary: games-arcade/supertux-0.6.0 - Could not find the following Boost libraries: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-18 19:46 UTC by Scall
Modified: 2021-07-31 02:04 UTC (History)
0 users

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


Attachments
build.log (build.log,5.99 KB, text/plain)
2019-01-18 19:46 UTC, Scall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scall 2019-01-18 19:46:02 UTC
Created attachment 562052 [details]
build.log

[...]
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1942 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.65.0

  Boost include path: /usr/include

  Could not find the following Boost libraries:

          boost_locale
[...]

This can be solved by adding the "nls" USE flag for the dev-libs/boost dependency in the ebuild:

	dev-libs/boost:=[nls]
Comment 1 Larry the Git Cow gentoo-dev 2021-07-31 02:04:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2d70f04720a424b08f19911c954a4daa44b7e4

commit 2a2d70f04720a424b08f19911c954a4daa44b7e4
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-31 01:46:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-31 01:46:33 +0000

    games-arcade/supertux: fix Boost dependency to include NLS
    
    Closes: https://bugs.gentoo.org/675800
    Signed-off-by: Sam James <sam@gentoo.org>

 .../supertux/{supertux-0.6.2-r1.ebuild => supertux-0.6.2-r2.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)