Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168076 - media-libs/aalib-1.4_rc5 should RDEPEND on sys-libs/slang
Summary: media-libs/aalib-1.4_rc5 should RDEPEND on sys-libs/slang
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 01:09 UTC by Chris Slycord
Modified: 2007-09-09 15:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of emerge --info (info,3.15 KB, text/plain)
2007-02-23 01:10 UTC, Chris Slycord
Details
emerge --info (einfo,7.37 KB, text/plain)
2007-02-24 03:25 UTC, jieryn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2007-02-23 01:09:23 UTC
I have media-libs/aalib-1.4_rc5 installed with USE=slang. Therefore, sys-libs/slang is a dependency. But it's only needed for building aalib, not for running it so slang isn't in the RDEPEND. So when I do "emerge --depclean --with-bdeps n" sys-libs/slang is removed.

And if I do "revdep-rebuild -p" I get
Checking dynamic linking consistency...
  broken /usr/bin/aafire (requires  libslang-utf8.so.1)
  broken /usr/bin/aainfo (requires  libslang-utf8.so.1)
  broken /usr/bin/aasavefont (requires  libslang-utf8.so.1)
  broken /usr/bin/aatest (requires  libslang-utf8.so.1)
  broken /usr/lib/libaa.so.1.0.4 (requires  libslang-utf8.so.1)
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/root/.revdep-rebuild.4_ebuilds)

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

All prepared. Starting rebuild...
emerge --oneshot -p =media-libs/aalib-1.4_rc5 

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-libs/slang-1.4.9-r2  USE="unicode -cjk" 
[ebuild   R   ] media-libs/aalib-1.4_rc5


Reproducible: Always

Steps to Reproduce:
1. Install aalib with USE=slang
2. Do "emerge --depclean --with-bdeps n"
3. Run "revdep-rebuild"

Actual Results:  
Broken links are found and aalib is reinstalled

Expected Results:  
No broken links.
Comment 1 Chris Slycord 2007-02-23 01:10:17 UTC
Created attachment 111017 [details]
Output of emerge --info
Comment 2 jieryn 2007-02-24 03:25:51 UTC
Created attachment 111107 [details]
emerge --info
Comment 3 Charlie Shepherd (RETIRED) gentoo-dev 2007-02-24 10:30:39 UTC
Do the aalib binaries actually fail without slang installed?
Comment 4 Santiago M. Mola (RETIRED) gentoo-dev 2007-09-09 15:42:34 UTC
Yes, binaries fail when libslang is not present.
Fixed in CVS.