Summary: | sys-libs/db-4.5.20_p2 failed to compile with gcc 4.1.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yuly B <yuly> |
Component: | [OLD] Library | Assignee: | Caleb Tennis (RETIRED) <caleb> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | pauldv, yuly |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
The build log
The output of "emerge -evp system" |
Description
Yuly B
2008-02-14 10:16:54 UTC
Created attachment 143483 [details]
The build log
Erm... it compiles perfectly fine here w/ gcc-4.2.2. Post emerge -pv =sys-libs/db-4.5.20_p2 output. (In reply to comment #2) > Erm... it compiles perfectly fine here w/ gcc-4.2.2. Post emerge -pv > =sys-libs/db-4.5.20_p2 output. The output: emerge -pv =sys-libs/db-4.5.20_p2 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] sys-libs/db-4.5.20_p2 USE="-bootstrap -doc -java -nocxx -tcl -test" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB Created attachment 143485 [details]
The output of "emerge -evp system"
Output of gcc-config -l [1] i586-pc-linux-gnu-3.3.2 [2] i686-pc-linux-gnu-4.1.2 * I noticed that "emerge -evp system" contains : [ebuild U ] sys-libs/glibc-2.6.1 [2.3.2-r9] USE="nls -debug% -gd% -glibc-omitfp% (-hardened) (-multilib) -profile% (-selinux) -vanilla% (-build%) (-nptl%) (-pic%)" 0 kB " long after the db package. Could it be the source of the problem? Should the glibc updated before any other package in the system? Found the problem, circular dependency in my enviroment: Perl not installed. glibs depends on perl(something locale related?), perl depends on db and db depends on glibc. Solution: merge perl without berkdb merge glibc merge db Closing. |