Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95718 - Xfsprogs doesn't emerge if e2fsprogs isn't previously installed. e2fsprogs is not a dependency of xfsprogs.
Summary: Xfsprogs doesn't emerge if e2fsprogs isn't previously installed. e2fsprogs is...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 13:52 UTC by Jorge Sarmiento
Modified: 2005-06-10 14:26 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 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.