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

Bug 3005

Summary: Gnome 2 Fail to Emerge With failure @ gnome-vfs library >= 0.9
Product: Gentoo Linux Reporter: Richard Budd <rebudd>
Component: New packagesAssignee: Spider (RETIRED) <spider>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Richard Budd 2002-05-24 20:51:46 UTC
Tried to emerge gnome 2 per the instructions that Spider gave on mailing lists,
etc. Got all the way to /control-center-1.4.0.5 and got the following::
checking for IMLIB - version >= 1.8.2... yes
checking for gnome-vfs library >= 0.9... ./configure: gnome-vfs-config: command
not found
./configure: gnome-vfs-config: command not found
configure: error: Did not find gnome-vfs installed

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 17, Exitcode 1
!!! (no error message)
!!! emerge aborting on  /usr/portage/gnome-base/control-center

I have kernel  linux 2.4.19-gentoo-r5
Compiler       2.95.3 20010315 (releasecontrol-center-1.4.0.5.ebuild .
 Any more info needed just let me know.
Comment 1 Spider (RETIRED) gentoo-dev 2002-05-24 21:32:31 UTC
okay, did you forget to unmask control-center perhaps?

I'd guess that's whats happening here really, since "gnome-vfs-config" is part
of the check for gnome-vfs >= 0.9 , and all gnome2 packages use "pkg-config" to
get version information.

Comment 2 Richard Budd 2002-05-24 21:56:16 UTC
Went back and checked for a un#ed control-center. Yep, my bad. Thanks for the
quick help.