Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 675800

Summary: games-arcade/supertux-0.6.0 - Could not find the following Boost libraries: boost_locale
Product: Gentoo Linux Reporter: Scall <scall>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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(-)