Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130360 - s390-tools missing dependecy
Summary: s390-tools missing dependecy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: s390 Linux
: Normal normal (vote)
Assignee: s390 team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 06:50 UTC by Andreas
Modified: 2006-04-18 15:52 UTC (History)
0 users

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 Andreas 2006-04-18 06:50:51 UTC
Hello,
s390-tools will not compile because there's a package missing 
(contacted IBM developer mailing list and got the following answer:
Well, that simply means that you don't have the libsysfs-dev package 
installed.
This provides a common interface to access sysfs entries.)

I added the following to the s390-tools ebuild

before:
DEPEND="app-admin/genromfs"

after:
DEPEND="app-admin/genromfs sys-fs/sysfsutils"

Now it works and s390-tools compile.

Regards
Andreas
Comment 1 SpanKY gentoo-dev 2006-04-18 15:52:18 UTC
thanks, fixed in cvs !