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

Bug 522120

Summary: games-server/nwn-ded: unnecessary dependencies on app-emulation/emul-linux-x86-{baselibs,compat}
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: qa
Priority: Normal Keywords: QAbaddep, QAcanfix
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 466750    

Description Ulrich Müller gentoo-dev 2014-09-04 07:11:28 UTC
Ebuilds depend on app-emulation/emul-linux-x86-compat on amd64.

However, none of the binaries links against libstdc++.so.5:

 TYPE   NEEDED FILE 
ET_EXEC libm.so.6,libpthread.so.0,libc.so.6 ./en/nwserver 
ET_EXEC libm.so.6,libpthread.so.0,libc.so.6 ./common/nwserver 

So above-mentioned dependency should be removed from RDEPEND, for all ebuilds of the package:

   nwn-ded-1.68-r1.ebuild
   nwn-ded-1.69.ebuild
Comment 1 Ulrich Müller gentoo-dev 2014-09-04 07:15:30 UTC
In fact, both app-emulation/emul-linux-x86-baselibs and app-emulation/emul-linux-x86-compat are unnecessary and should be removed from RDEPEND.