Re: Re: [RPM] cooker main/release gtk+2.0-2.24.9-2
Götz Waschk <[email protected]> Fri, 27 Jan 2012 10:52:12 +0100
| Newsgroups | gmane.linux.mandrake.cooker.devel |
|---|---|
| Message-ID | <CACd6u-qfxbnOHj3SJ4Hh_pGLUFOgc+5UCZpmEwQzUs4yr=8J8g@mail.gmail.com> |
On Fri, Jan 27, 2012 at 10:35 AM, Dmitry Mikhirev <[email protected]> wrote: > I just tried to fix error building bluefish: > http://kenobi.mandriva.com/queue/failure/cooker/main/release/20120127064610.dmikhirev.kenobi.25930/log/bluefish-2.2.1-1/build.0.20120127064608.log > > /bin/sed: can't read /usr/lib64/libgtk-x11-2.0.la: No such file or > directory > > Unfortunately it does not help. May be I really was to quick, but I > need some time to find out the cause. If this file was not removed > manually, it could be done by spec-helper... > > If I will find that I was wrong, I will revert my commit. Hi Dimitry, you should have asked. The error is from this libtool command: /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -I/usr/include/gucharmap-2.0 -I/usr/include/gconf/2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -Wall -pipe -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/gio-unix-2.0/ -I/usr/include/libxml2 -I/usr/include/enchant -module -avoid-version -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o charmap.la -rpath /usr/lib64/bluefish charmap_la-charmap.lo charmap_la-charmap_gui.lo -lgucharmap -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lcairo -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lxml2 -lenchant -lgmodule-2.0 -lrt -lglib-2.0 Libtool is using a libtool archive for one of the referenced libraries that contains /usr/lib64/libgtk-x11-2.0.la as a dependency. Use grep to find out which library and rebuild the package containing that one. Regards, Götz -- AL I:40: Do what thou wilt shall be the whole of the Law.