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

Bug 130360

Summary: s390-tools missing dependecy
Product: Gentoo Linux Reporter: Andreas <andreas.schneider>
Component: New packagesAssignee: s390 team <s390>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 2005.1   
Hardware: s390   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 !