Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15634 - Gal-0.22 comilation failure
Summary: Gal-0.22 comilation failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 09:59 UTC by Danny
Modified: 2003-03-08 13:59 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 Danny 2003-02-13 09:59:59 UTC
When emerging evolution gal is emerged as a dependency. 
Unfortunately this fails to compile, please see a tail of the compilation output.

 /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../.. -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml
-I/usr/include/libglade-1.0  -DGAL_GLADEDIR=\"/usr/share/gal/0.22/glade\"
-DGAL_IMAGESDIR=\"/usr/share/gal/0.22/pixmaps/categories\" 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include  -O2 -mcpu=i686 -pipe -Wall -Wunused  -D_REENTRANT -c
e-gui-utils.c
rm -f .libs/e-gui-utils.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml
-I/usr/include/libglade-1.0 -DGAL_GLADEDIR=\"/usr/share/gal/0.22/glade\"
-DGAL_IMAGESDIR=\"/usr/share/gal/0.22/pixmaps/categories\"
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -O2 -mcpu=i686 -pipe -Wall -Wunused -D_REENTRANT -c
e-gui-utils.c  -fPIC -DPIC -o .libs/e-gui-utils.lo
e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory
make[3]: *** [e-gui-utils.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/gal-0.22/work/gal-0.22/gal/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gal-0.22/work/gal-0.22/gal'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gal-0.22/work/gal-0.22'
make: *** [all-recursive-am] Error 2
 
!!! ERROR: gnome-extra/gal-0.22 failed.
!!! Function src_compile, Line -4, Exitcode 2
!!! (no error message)
Comment 1 foser (RETIRED) gentoo-dev 2003-02-18 18:42:38 UTC
got gdk-pixbuf installed ?
Comment 2 Danny 2003-02-19 05:27:51 UTC
It looks as though I have the package installed, see below: 

creslin profiles # emerge -p gdk-pixbuf

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R  ] media-libs/gdk-pixbuf-0.21.0
Comment 3 foser (RETIRED) gentoo-dev 2003-02-19 06:58:05 UTC
can you re-emerge it ? did you alter this package ?
Comment 4 Danny 2003-02-19 08:20:11 UTC
I can say in all confidence I have never altered the gtp-pixbuff package, as simply i would not know where to start. 
I have on your advice re-emerged gtk-pixbuff and retried to emerge gal. 
Im pleased to say this was successful. 

Thanks for all your help, if you need me to run any queries against my system please let me know. 

Regards
Danny
Comment 5 foser (RETIRED) gentoo-dev 2003-03-08 13:59:53 UTC
hmm well, the gdk-pixbuf dep wasn't in the ebuild. So it just might have been missing at the time. Added it now.