Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522046 - =dev-lang/dmd-bin-2.008-r1: unnecessary dependencies on virtual/libstdc++ and app-emulation/emul-linux-x86-compat
Summary: =dev-lang/dmd-bin-2.008-r1: unnecessary dependencies on virtual/libstdc++ and...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords: QAbaddep, QAcanfix
Depends on:
Blocks: 466750
  Show dependency tree
 
Reported: 2014-09-03 12:14 UTC by Ulrich Müller
Modified: 2014-09-05 11:05 UTC (History)
1 user (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 12:14:43 UTC
"scanelf -n" shows that none of the binaries actually depends on libstdc++.so.5:

    TYPE   NEEDED FILE 
   ET_EXEC libc.so.6 bin/dumpobj 
   ET_EXEC libpthread.so.0,libm.so.6,libc.so.6,ld-linux.so.2 bin/rdmd 
   ET_EXEC libstdc++.so.6,libc.so.6,libm.so.6 bin/dmd 
   ET_EXEC libc.so.6 bin/obj2asm 

So both app-emulation/emul-linux-x86-compat and virtual/libstdc++ can be removed from RDEPEND.
Comment 1 Ulrich Müller gentoo-dev 2014-09-05 11:05:47 UTC
Fixed.