Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32495 - Portage does not emerge gnome-vfs-1.0.5-r3 before emerging control-center-1.4.0.5-r1
Summary: Portage does not emerge gnome-vfs-1.0.5-r3 before emerging control-center-1.4...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 14:27 UTC by wolf at ivix dot org
Modified: 2003-12-30 08:50 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 wolf at ivix dot org 2003-11-01 14:27:17 UTC
I was trying to emerge dvd::rip, and while it was emerging control-center-1.4.0.5-r1, 
I got the following error during configure: 
 
checking for gnome-vfs library >= 0.9... /usr/bin/gnome-vfs-config: line 7: 
/var/tmp/portage/gnome-vfs-1.0.5-r3/image//usr/lib/vfsConf.sh: No such file or 
directory 
/usr/bin/gnome-vfs-config: line 7: 
/var/tmp/portage/gnome-vfs-1.0.5-r3/image//usr/lib/vfsConf.sh: No such file or 
directory 
configure: error: Did not find gnome-vfs installed 
 
!!! ERROR: gnome-base/control-center-1.4.0.5-r1 failed. 
!!! Function src_compile, Line 40, Exitcode 1 
!!! (no error message) 
 
After I manually emerged gnome-vfs-1.0.5-r3, control-center emerged properly.  I 
looked in control-center-1.4.0.5-r1.ebuild, and saw: 
 
RDEPEND="<gnome-base/gnome-vfs-1.9.0 
        >=media-libs/gdk-pixbuf-0.11.0-r1" 
 
..but it doesn't seem to be picking that up properly when determining dependencies. 

Reproducible: Always
Steps to Reproduce:
1. Attempt to emerge control-center-1.4.0.5-r1. 
2. Note that it fails during configure with the below error message because it cannot 
find gnome-vfs-1.0.5-r3. 
Actual Results:  
I received the following error message: 
 
configure: error: Did not find gnome-vfs installed 
 
!!! ERROR: gnome-base/control-center-1.4.0.5-r1 failed. 
!!! Function src_compile, Line 40, Exitcode 1 
!!! (no error message) 

Expected Results:  
Successfully emerged control-center. 

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r7) 
================================================================= 
System uname: 2.4.20-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.26GHz 
Gentoo Base System version 1.4.3.10p1 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox ccache autoaddcvs" 
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad 
mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib 
gtkhtml gdbm berkdb slang readline arts tetex bonobo svga java mysql X sdl gpm 
tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl mozilla 
cdr"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-11-01 18:31:35 UTC
from your output I see:
> /var/tmp/portage/gnome-vfs-1.0.5-r3/image//usr/lib/vfsConf.sh: No such
file or 
directory .

but control center shouldnt be looking inside the portage image for that,
it should be looking in /usr/lib/. can you verify you do actually have gnome-vfs-1.0.5
installed ? (qpkg -I -v gnome-vfs) and also please the output of 'grep "config_file"
/usr/bin/gnome-vfs-config'. thanks.
Comment 2 wolf at ivix dot org 2003-11-16 18:19:49 UTC
I do have gnome-vfs-1.0.5 installed now, as well as control-center.  The point of opening up this bug was to investigate why, when I didn't have gnome-vfs installed on my system and I tried to emerge control-center, that gnome-vfs was picked up as a dependency and emerged first.
Comment 3 foser (RETIRED) gentoo-dev 2003-11-17 06:30:57 UTC
try remerging gnome-vfs-1.0* , the path inside its config script is probably b0rked. This sometimes happens, but is often not reproducable.
Comment 4 foser (RETIRED) gentoo-dev 2003-12-30 08:50:19 UTC
i'm closing this : the deps seem to be ok and the problem seems to be a local path problem and are probably not reproducable. This just shouldn't happen ;)