Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60134 - mutt RDEPEND on "slang? ( >=sys-libs/slang-1.4.2 )" - problem with binary packages
Summary: mutt RDEPEND on "slang? ( >=sys-libs/slang-1.4.2 )" - problem with binary pac...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 05:49 UTC by ChrisA
Modified: 2004-08-17 11:14 UTC (History)
2 users (show)

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


Attachments
A patch to fix RDEPEND on slang (mutt-1.5.6-r2.ebuild.diff,1.01 KB, patch)
2004-08-13 01:55 UTC, Andrej Kacian (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ChrisA 2004-08-12 05:49:15 UTC
I'm using binary packages on a group af Gentoo-machines. 
With 'slang' in the USE-flags, mutt does not see 'slang' as a RDEPEND and only install sys-libs/slang on the host _building_ the packages. Hence mutt only work on the buildhost. On the client-machines, I just get:

client ~ > mutt
mutt: error while loading shared libraries: libslang.so.1: cannot open shared object file: No such file or directory


Reproducible: Always
Steps to Reproduce:
1. On buildhost: emerge -bav mutt
2. On clients: emerge -gK mutt
3. mutt


Actual Results:  
client ~ > mutt
mutt: error while loading shared libraries: libslang.so.1: cannot open shared
object file: No such file or directory


Expected Results:  
mutt starting and a list of new mails.
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2004-08-13 01:55:25 UTC
Created attachment 37330 [details, diff]
A patch to fix RDEPEND on slang

This patch should remedy the problem. Please test and let me know if it works,
so we can get some dev to push it into portage.
Comment 2 ChrisA 2004-08-13 18:00:19 UTC
The patch does solve the problem.

Thanks a lot!
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-08-17 11:14:20 UTC
It seemed pretty obvious that ncurses, openssl, gdbm should also fall in RDEPEND.  Fixed, thanks