Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149042 - libperl depends on sys-libs/db-1.85
Summary: libperl depends on sys-libs/db-1.85
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 05:53 UTC by Daniel Glaser
Modified: 2006-09-26 02:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...