[gnome-love] Jhbuilding hiccups !



Hi all !
I have been trying to jhbuild recently ! It had lots of problems ,
solved them either by installing the required dev packages from
synaptic or by manually downloading and installing the required
packages !

I am currently stuck up at the 44th package gnome-vfs !
I have pasted the error log here !
Please let me know how to proceed from here !

*************error log*******************
Making all in libgnomevfs
make[2]: Entering directory `/home/project/gnome-vfs/libgnomevfs'
make  all-am
make[3]: Entering directory `/home/project/gnome-vfs/libgnomevfs'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -pthread -DORBIT2=1
-I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include
-I/home/suren/prefix/include/gconf/2
-I/home/suren/prefix/include/orbit-2.0
-I/home/suren/prefix/include/libxml2
-I/home/suren/prefix/include/dbus-1.0
-I/home/suren/prefix/lib/dbus-1.0/include       -D_REENTRANT
-I/home/suren/prefix/include -I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include
-DDBUS_API_SUBJECT_TO_CHANGE -I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include
-I/home/suren/prefix/include/hal -I/home/suren/prefix/include/dbus-1.0
-I/home/suren/prefix/lib/dbus-1.0/include   -Wall -Werror
        -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
        -Wnested-externs -Wpointer-arith -Wno-strict-aliasing
-Wno-sign-compare  -DXDG_PREFIX=_gnome_vfs_xdg
-DDBUS_API_SUBJECT_TO_CHANGE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE
-D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DG_DISABLE_DEPRECATED -DGNOME_VFS_PREFIX=\"/home/suren/prefix\"
-DGNOME_VFS_BINDIR=\"/home/suren/prefix/bin\"
-DGNOME_VFS_DATADIR=\"/home/suren/prefix/share\"
-DGNOME_VFS_LIBDIR=\"/home/suren/prefix/lib\"
-DGNOME_VFS_LOCALEDIR=\"/home/suren/prefix/share/locale\"
-DGNOME_VFS_SYSCONFDIR=\"/home/suren/prefix/etc\"
-DG_LOG_DOMAIN=\"libgnomevfs\"     -g -O2 -MT gnome-vfs-volume-ops.lo
-MD -MP -MF ".deps/gnome-vfs-volume-ops.Tpo" -c -o
gnome-vfs-volume-ops.lo gnome-vfs-volume-ops.c; \
        then mv -f ".deps/gnome-vfs-volume-ops.Tpo"
".deps/gnome-vfs-volume-ops.Plo"; else rm -f
".deps/gnome-vfs-volume-ops.Tpo"; exit 1; fi
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -pthread
-DORBIT2=1 -I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include
-I/home/suren/prefix/include/gconf/2
-I/home/suren/prefix/include/orbit-2.0
-I/home/suren/prefix/include/libxml2
-I/home/suren/prefix/include/dbus-1.0
-I/home/suren/prefix/lib/dbus-1.0/include -D_REENTRANT
-I/home/suren/prefix/include -I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE
-I/home/suren/prefix/include/glib-2.0
-I/home/suren/prefix/lib/glib-2.0/include
-I/home/suren/prefix/include/hal -I/home/suren/prefix/include/dbus-1.0
-I/home/suren/prefix/lib/dbus-1.0/include -Wall -Werror
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-strict-aliasing
-Wno-sign-compare -DXDG_PREFIX=_gnome_vfs_xdg
-DDBUS_API_SUBJECT_TO_CHANGE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE
-D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DG_DISABLE_DEPRECATED -DGNOME_VFS_PREFIX=\"/home/suren/prefix\"
-DGNOME_VFS_BINDIR=\"/home/suren/prefix/bin\"
-DGNOME_VFS_DATADIR=\"/home/suren/prefix/share\"
-DGNOME_VFS_LIBDIR=\"/home/suren/prefix/lib\"
-DGNOME_VFS_LOCALEDIR=\"/home/suren/prefix/share/locale\"
-DGNOME_VFS_SYSCONFDIR=\"/home/suren/prefix/etc\"
-DG_LOG_DOMAIN=\"libgnomevfs\" -g -O2 -MT gnome-vfs-volume-ops.lo -MD
-MP -MF .deps/gnome-vfs-volume-ops.Tpo -c gnome-vfs-volume-ops.c
-fPIC -DPIC -o .libs/gnome-vfs-volume-ops.o
cc1: warnings being treated as errors
gnome-vfs-volume-ops.c: In function 'unmount_connected_server':
gnome-vfs-volume-ops.c:983: warning: passing argument 2 of 'callback'
discards qualifiers from pointer target type
make[3]: *** [gnome-vfs-volume-ops.lo] Error 1
make[3]: Leaving directory `/home/project/gnome-vfs/libgnomevfs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/project/gnome-vfs/libgnomevfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/project/gnome-vfs'
make: *** [all] Error 2
*** error during stage build of gnome-vfs: ########## Error running
make   *** [44/77]

***************************************

Also in jhbuild , How can i skip make-install steps in the packages if
they had been built recently only ???
say I have 77 deps for glom. Out of which almost around 70 got built
without any problem! But for building the left out packages alone I
have to re-run the whole jhbuilding step for all 77 packages ! I am
new to jhbuild , so please understand if this sounds silly .


Thanks in advance !
-- 
regards
Surendran
NIT Trichy



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]