[Bug 637278] New: libgtk-x11-2.0.la is missing in gtk2-devel-2.21.6-1.1
https://bugzilla.novell.com/show_bug.cgi?id=637278 https://bugzilla.novell.com/show_bug.cgi?id=637278#c0 Summary: libgtk-x11-2.0.la is missing in gtk2-devel-2.21.6-1.1 Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: novel_ns@linhard.dk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8 I'm trying to build a package (gpsim) against the openSuSE_Factory repository, but find that libgtk-x11-2.0.la is not available. Reproducible: Always Steps to Reproduce: 1.Prepare a package dependent on libgtk-x11-2.0.la 2.Add BuildRequires: gtk2-devel to spec-file 3.Build Actual Results: /usr/bin/grep: /usr/lib64/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /usr/lib64/libgtk-x11-2.0.la: No such file or directory Expected Results: Build without errors -- 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=637278 https://bugzilla.novell.com/show_bug.cgi?id=637278#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |dimstar@opensuse.org InfoProvider| |novel_ns@linhard.dk --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2010-09-06 08:42:21 UTC --- Depending on .la files is pretty wrong concept and known to fail every once and so often (imagine for example a lib converting from autotools to cmake..real life example) the 'issue' is actually another .la file that's referencing libgtk-x11-2.0.la. Those files would need to be cleaned up as well. Can you please try:
grep libgtk-x11-2.0 /usr/lib64/*.la ? That should list all files depending on this. Those packages are to be fixed.
-- 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=637278 https://bugzilla.novell.com/show_bug.cgi?id=637278#c2 --- Comment #2 from Dominique Leuenberger <dimstar@opensuse.org> 2010-09-06 08:56:41 UTC --- In case the issue is in Education repo, then the problem comes from the package gtkextra2, which should simply drop it's *.la files as well. gtkextra2 otoh fails to build in Education as well.. -- 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=637278 https://bugzilla.novell.com/show_bug.cgi?id=637278#c3 --- Comment #3 from Torben Mikael Hansen <novel_ns@linhard.dk> 2010-09-06 09:13:14 UTC --- gtkextra2 from Education seems to be the problem grep libgtk-x11-2.0 /usr/lib64/*.la gives: /usr/lib64/libgtkextra-x11-2.0.la:dependency_libs=' /usr/lib64/libgtk-x11-2.0.la /usr/lib64/libgdk-x11-2.0.la -latk-1.0 -lpangoft2-1.0 /usr/lib64/libgdk_pixbuf-2.0.la -lgio-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 /usr/lib64/libfreetype.la -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0' Is there a simple workaround? I'm not too familiar with libtool! Or do I need to link and patch gtkextra2 to remove the *.la files? -- 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=637278 https://bugzilla.novell.com/show_bug.cgi?id=637278#c4 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|novel_ns@linhard.dk | Resolution| |WORKSFORME --- Comment #4 from Dominique Leuenberger <dimstar@opensuse.org> 2010-09-06 09:16:30 UTC --- Having gtkextra2 remove it's .la files would be the right thing to do. Certianly, somebody on opensuse-packaging@opensuse.org can help you should you need assistance with this. -- 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