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

Bug 522046

Summary: =dev-lang/dmd-bin-2.008-r1: unnecessary dependencies on virtual/libstdc++ and app-emulation/emul-linux-x86-compat
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: [OLD] DevelopmentAssignee: Maintainers for Miscelleneous Language Packages [OBSOLETE] <lang-misc+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: qa
Priority: Normal Keywords: QAbaddep, QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 466750    

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.