[Bug 635352] New: Build Service compilation error: gdk-pixbuf/gdk-pixbuf.h:=?UTF-8?Q?=E2=80=82No=E2=80=82such=E2=80=82file=E2=80=82or=E2=80=82directory=20?=(Factory)
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c0 Summary: Build Service compilation error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory (Factory) Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: rpmcruz@alunos.dcc.fc.up.pt QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Ant.com Toolbar 2.0.1 Firefox/3.6.8 Over build service, yast2-gtk is failing to build (all of sudden, without me uploading any new code). Apparently (from what I can tell) because it can't find gdk-pixbuf.h -- but oddly that's a gtk include. Projects logs and etc: https://build.opensuse.org/package/show?package=yast2-gtk&project=YaST%3AHead I thought you guys may have any ideas, and save me the trouble of figuring this one out. Has anything changed over gtk/gdk ? You can see "-I/usr/include/gtk-2.0", and gdk-pixbuf/gdk-pixbuf.h should be there inside, right? ... -- cd /usr/src/packages/BUILD/yast2-gtk-2.21.70/build/src && /usr/bin/c++ -Dpy2gtk_EXPORTS -fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -Woverloaded-virtual -Wno-deprecated -O3 -DNDEBUG -DNDEBUG -fPIC -I/usr/src/packages/BUILD/yast2-gtk-2.21.70 -I/usr/src/packages/BUILD/yast2-gtk-2.21.70/build -I/usr/src/packages/BUILD/yast2-gtk-2.21.70/src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/YaST2/yui -o CMakeFiles/py2gtk.dir/YGDialog.o -c /usr/src/packages/BUILD/yast2-gtk-2.21.70/src/YGDialog.cc In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28:0, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/packages/BUILD/yast2-gtk-2.21.70/src/YGUI.h:14, from /usr/src/packages/BUILD/yast2-gtk-2.21.70/src/YGComboBox.cc:7: /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory compilation terminated. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c1 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com, | |rpmcruz@alunos.dcc.fc.up.pt --- Comment #1 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-08-29 00:39:39 UTC --- Any suggestion would be greatly appreciated. Link to code: http://svn.opensuse.org/svn/yast/branches/SuSE-Linux-11_3-Branch/gtk/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c2 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org --- Comment #2 from Dominique Leuenberger <dimstar@opensuse.org> 2010-08-29 11:47:37 UTC --- gdk-pixbuf has been split out (upstream) from gtk2. There is a new package gdk-oixbuf and gdk-pixbuf-devel in Factory which you will have to BuildRequires: gdk-pixbuf-devel.
From the initial changelog of this package:
* Tue Jul 06 2010 dimstar@opensuse.org - Initial package of gdk-pixbuf, which has been split out of gtk2 main package. For this reason it conflicts with gtk < 2.21 Hope this helps, -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rpmcruz@alunos.dcc.fc.up.pt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c3 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rpmcruz@alunos.dcc.fc.up.pt | AssignedTo|bnc-team-gnome@forge.provo. |rpmcruz@alunos.dcc.fc.up.pt |novell.com | --- Comment #3 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-08-29 12:55:50 UTC --- Thanks Dominique. I suspected it was something like that. Anyhow, I use cmake. Apparently the gtk hooks weren't updated yet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=635352 https://bugzilla.novell.com/show_bug.cgi?id=635352#c4 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |vuntz@novell.com Resolution| |FIXED --- Comment #4 from Vincent Untz <vuntz@novell.com> 2010-09-04 21:16:35 UTC --- Oh, we fixed this issue, but I hadn't see you opened this bug. Closing it :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com