Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522082 - games-rpg/nwn: unnecessary dependencies on virtual/libstdc++ and app-emulation/emul-linux-x86-compat
Summary: games-rpg/nwn: unnecessary dependencies on virtual/libstdc++ and app-emulatio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Denis Dupeyron (RETIRED)
URL:
Whiteboard:
Keywords: QAbaddep, QAcanfix
Depends on:
Blocks: 466750
  Show dependency tree
 
Reported: 2014-09-03 20:18 UTC by Ulrich Müller
Modified: 2014-09-03 21:48 UTC (History)
2 users (show)

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 Ulrich Müller gentoo-dev 2014-09-03 20:18:06 UTC
Ebuilds depend on virtual/libstdc++ (on x86) and app-emulation/emul-linux-x86-compat (on amd64).

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

 TYPE   NEEDED FILE 
ET_EXEC libm.so.6,libpthread.so.0,libGL.so.1,libGLU.so.1,libmss.so.6,libSDL-1.2.so.0,libc.so.6 ./opt/nwn/en/nwmain 
ET_EXEC libm.so.6,libpthread.so.0,libc.so.6 ./opt/nwn/en/nwserver 
ET_DYN libm.so.6,libdl.so.2,libpthread.so.0,libc.so.6 ./opt/nwn/lib/libSDL.so 
ET_DYN libm.so.6,libSDL-1.2.so.0,libpthread.so.0,libc.so.6 ./opt/nwn/lib/libSDL_gfx.so 
ET_DYN libc.so.6,ld-linux.so.2 ./opt/nwn/lib/libelf.so 

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

   nwn-1.68-r5.ebuild
   nwn-1.68-r6.ebuild
   nwn-1.69-r1.ebuild