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

Bug 14686

Summary: imlib, lmlib2 RDEPEND record broken
Product: Gentoo Linux Reporter: Dan Armak (RETIRED) <danarmak>
Component: [OLD] LibraryAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 13633    

Description Dan Armak (RETIRED) gentoo-dev 2003-01-28 13:35:58 UTC
My RDEPEND record in /var/db/pkg says, for both media-libs/imlib and media-ilbs/imlib2 (the 
latest/only versions of the ebuilds): 
!bootstrap? ( sys-devel/libtool ) 
And nothing else. All the other deps are gone which can lead to problems. 
I'm not sure if libtool.eclass is resopnsible or what...
Comment 1 foser (RETIRED) gentoo-dev 2003-01-30 09:10:20 UTC
i dont think RDEPEND there gets used at all atm, so i don't think it hurts. But it might be an overall problem, cause a lot of packages i check there have weird RDEPENDS. On the other hand, the ebuild there contains the real dependencies, so it could be reconstructed.

Should we make this a bug for carpaski ?
Comment 2 Mark Guertin 2003-03-01 20:08:21 UTC
not sure if its related, but I just notcied that emerge -ep doesn't show any of the RDEPEND stuff portage would install w/ 2.0.47-r7
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-03-30 18:39:11 UTC
This was due to newdepend() being used semi-incorrectly... It
has been fixed, but the problems it created can't be fixed
without "cheating" or remerging all the packages affected.