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

Bug 440684

Summary: dev-libs/boost-1.51.0-r1 with sys-libs/uclibc-0.9.33.2-r2 - In file included from libs/locale/src/posix/collate.cpp:20:0: libs/locale/src/posix/all_generator.hpp:25:59: error: 'locale_t' was not declared in this scope
Product: Gentoo Linux Reporter: Anthony Basile <blueness>
Component: [OLD] Core systemAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: arfrever.fta
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build failure on amd64-uclibc

Description Anthony Basile gentoo-dev 2012-11-01 02:48:44 UTC
Steps to reproduce:

1. grab a uclibc image from <gentoo mirror>/experimental/amd64/uclibc/

2. Then emerge

USE="-examples -python" emerge =dev-util/boost-build-1.51.0  #builds okay

USE="-debug -doc -icu -mpi -python -static-libs -tools" \
   emerge =dev-libs/boost-1.51.0-r1


3. The value does not appear to be as in bug #436262
Comment 1 Anthony Basile gentoo-dev 2012-11-01 02:49:28 UTC
Created attachment 327898 [details]
build failure on amd64-uclibc
Comment 2 Anthony Basile gentoo-dev 2012-11-01 02:54:23 UTC
(In reply to comment #0)

> 3. The value does not appear to be as in bug #436262

What did I just say?  I meant "This bug is not the same as in bug #436262"
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-11-11 03:47:53 UTC
Okay even if it's a different failure the problem is still within locale support, so I suppose it's the same. Checking the tinderbox for packages using boost_locale then I'll add an USE flag.

*** This bug has been marked as a duplicate of bug 436262 ***
Comment 4 Anthony Basile gentoo-dev 2012-11-11 12:45:53 UTC
(In reply to comment #3)
> Okay even if it's a different failure the problem is still within locale
> support, so I suppose it's the same. Checking the tinderbox for packages
> using boost_locale then I'll add an USE flag.
> 
> *** This bug has been marked as a duplicate of bug 436262 ***

I was able to get it to build using fix from 436262, so --without-locale does work around the problem.