Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383959 - dev-lang/perl-5.12.4-r1 automagic dep on gdbm
Summary: dev-lang/perl-5.12.4-r1 automagic dep on gdbm
Status: RESOLVED DUPLICATE of bug 157774
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 14:33 UTC by Duncan
Modified: 2011-09-21 14:53 UTC (History)
0 users

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


Attachments
emerge --info perl (perl.emerge.info,6.84 KB, text/plain)
2011-09-21 14:33 UTC, Duncan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2011-09-21 14:33:03 UTC
Created attachment 287289 [details]
emerge --info perl

After changing to USE=-gdbm and doing an emerge --newuse @world, thus rebuilding perl, when I attempt to emerge --depclean, I got the following:

 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. This can be solved by rebuilding the
 * packages that pulled them in.
 * 
 *   sys-libs/gdbm-1.8.3-r4 pulled in by:
 *     dev-lang/perl-5.12.4-r1 needs libgdbm_compat.so.3
 * 

So I rebuilt perl once again, just to be sure, and sure enough, depclean still gives me the same error.

So I do it the hard way, emerge -C gdbm, and try building perl again.

It works.  Thus, perl is auto-magic depending on gdbm if it's installed, despite USE=-gdbm. =:^(

Duncan

emerge --info perl attached.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-09-21 14:53:50 UTC

*** This bug has been marked as a duplicate of bug 157774 ***