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

Bug 149042

Summary: libperl depends on sys-libs/db-1.85
Product: Gentoo Linux Reporter: Daniel Glaser <daniel.glaser>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Glaser 2006-09-25 05:53:47 UTC
If emerging -e system on PPC, libperl can't find libndbm, which is located in sys-libs/db-1.85.
This special lib seems not to be contained in later db-versions. So I had to emerge sys-libs/db-1.85-r1 as db-1.85-r2 is masked in PPC.

Another issue is, that db-1.85-r1 uses cc as the compiler and this is not acceptable for cross compiling. The ebuild should contain a line that points CC to the appropriate compiler.

If done with

CC=/usr/bin/ppc-somewhat-linux-gnu-gcc ... emerge sys-libs/db-1.85-r1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-25 06:43:45 UTC
Reopen with some errors and emerge --info. Plus, your db issue is completely separate and unrelated, file a new bug.
Comment 2 Daniel Glaser 2006-09-26 02:46:44 UTC
Sorry, cannot give more information because of broken glibc (http://bugs.gentoo.org/show_bug.cgi?id=149144) that brought me in trouble. Until it is fixed, I have no possibility to submit more information.

But after this I will do...