Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30481 - Compile of gnome-utils-2.4.0 fails
Summary: Compile of gnome-utils-2.4.0 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 05:45 UTC by David
Modified: 2003-10-10 14:54 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 David 2003-10-06 05:45:24 UTC
Compile of  gnome-utils-2.4.0 fails with:

...
gsearchtool-callbacks.c: In function `drag_data_animation_cb':
gsearchtool-callbacks.c:790: `GNOME_VFS_MAKE_URI_DIR_HOMEDIR' undeclared (first 
use in this function)
gsearchtool-callbacks.c:790: (Each undeclared identifier is reported only once
gsearchtool-callbacks.c:790: for each function it appears in.)
gsearchtool-callbacks.c:790: warning: assignment makes pointer from integer with
out a cast
make[3]: *** [gsearchtool-callbacks.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-
2.4.0/gsearchtool'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-
2.4.0/gsearchtool'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-utils-2.4.0/work/gnome-utils-
2.4.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-extra/gnome-utils-2.4.0 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure

uname -a:
Linux host 2.4.20-gentoo-r1 #3 Mon Sep 15 23:12:36 CEST 2003 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz GenuineIntel GNU/Linux
Comment 1 foser (RETIRED) gentoo-dev 2003-10-06 09:01:54 UTC
what is your current gnome-vfs version ?
Comment 2 David 2003-10-07 00:44:41 UTC
Yepps, upgrading to gnome-vfs-2.4.0 before fixed it. The gnome-utils-2.4.0.ebuild
only has RDEPEND /gnome-vfs-2, and when I did emerge world utils came before
vfs. Don't know portage well enough to say if this is a bug or not...
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-10-07 21:11:26 UTC
Well gnome-utils-2.4.0's configure.in specifies that it only requires gnome-vfs
version >= 2, so the RDEPEND is correct in that sense. however it fails to
build for me with gnome-vfs-2.2.5 installed, only works after an upgrade
to 2.4.0 as well.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-10-07 21:21:36 UTC
there's also no mention of GNOME_VFS_MAKE_URI_DIR_HOMEDIR in the gnome-vfs-2.2.5
source, but there is in the gnome-vfs-2.4.0 source.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-10-10 14:54:52 UTC
bumped dep for gnome-vfs to 2.4. good work obz.