Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3506 - xscreensaver-4.04.2 fails with gtk+ 2.0.3 installed
Summary: xscreensaver-4.04.2 fails with gtk+ 2.0.3 installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-08 07:40 UTC by kde123
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 kde123 2002-06-08 07:40:54 UTC
from the configure

checking for gdk-pixbuf-2.0... 2.0.3
checking for gdk-pixbuf-xlib-2.0... 2.0.3
checking for gdk-pixbuf includes...   -I/usr/include/gtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking for gdk-pixbuf libs...   -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lg

Then during the make

i686-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format
-std=c89 -U__STRICT_ANSI__ -c -I. -I. -I./../utils -I..   
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include/glib-1.2
-I/usr/lib/glib/include    -I/usr/include/libxml2     -I/usr/include/gtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include
-DHAVE_CONFIG_H  -mcpu=i686 -O3 -pipe -I/usr/X11R6/include xscreensaver-getimage.c
xscreensaver-getimage.c:49: gdk-pixbuf/gdk-pixbuf-xlib.h: No such file or directory

I have gdk-pixbuf-0.17.0 installed
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-09 08:24:47 UTC
GTK2 has that header file in gdk-pixbuf-xlib/gdk-pixbuf-xlib.h

sounds like an upstream issue, but let's see if we can patch it.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-11 06:07:11 UTC
MAtt, I'll take this one back.  Turns out it was upstream error causing this. (lol)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-11 06:12:19 UTC
OK, from what the author's changelog says, release 4.05 is supposed to solve
this.  I have added it to portage, so please have a look and lemme know.  I'll
leave this bug report open until I hear back from you.

Thanks.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-11 15:11:42 UTC
Fixes gdk-pixbuf-2.0 used with gtk+-1.2.10 issue for me (produced segfaults).
Comment 5 kde123 2002-06-11 17:53:04 UTC
4.05 emerge successful