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

Bug 383959

Summary: dev-lang/perl-5.12.4-r1 automagic dep on gdbm
Product: Gentoo Linux Reporter: Duncan <1i5t5.duncan>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info perl

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 ***