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

Bug 95718

Summary: Xfsprogs doesn't emerge if e2fsprogs isn't previously installed. e2fsprogs is not a dependency of xfsprogs.
Product: Gentoo Linux Reporter: Jorge Sarmiento <jorge.sarmiento>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jorge Sarmiento 2005-06-10 13:52:04 UTC
When trying to emerge xfsprogs in a system WITHOUT e2fsprogs
installed, the following error occurrs:
___________________________________________________
(...)
checking for uuid/uuid.h... yes
checking for uuid_compare... no
checking for uuid_compare in -luuid... no

FATAL ERROR: could not find a valid UUID library.
Install the Universally Unique Identifiers library package.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/xfsprogs-2.6.25/work/xfsprogs-2.6.25/config.log

!!! ERROR: sys-fs/xfsprogs-2.6.25 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

___________________________________________________

Uuid support doesn't fullfill xfsprogs requirements unless e2fsprogs is
previously installed.

e2fsprogs should be considered a dependency before installing xfsprogs.

Reproducible: Always
Steps to Reproduce:
1. install a system without e2fsprogs
2. try to emerge xfsprogs


Actual Results:  
(...)
checking for uuid/uuid.h... yes
checking for uuid_compare... no
checking for uuid_compare in -luuid... no

FATAL ERROR: could not find a valid UUID library.
Install the Universally Unique Identifiers library package.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/xfsprogs-2.6.25/work/xfsprogs-2.6.25/config.log

!!! ERROR: sys-fs/xfsprogs-2.6.25 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
installed e2fsprogs before emerging xfsprogs
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-10 14:26:40 UTC
Hmm, I really don
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-10 14:26:40 UTC
Hmm, I really donĀ“t know how did you manage to have a system without e2fsprogs
since it is in /usr/portage/profiles/base.

You broke it, you fix it. No need for such dependency in xfsprogs.