Julian Sikorski wrote, at 06/01/2010 02:38 AM +9:00:
Hello,
Any ideas whar is going on? mess (id 7314) fails the same way. Yet, mame
builds in mock just fine here.
Julian
------ Wiadomość oryginalna ------
Temat: Build Error (Job 7298): mame-0_138u1-1_fc14 on
fedora-development-rpmfusion_nonfree
Data: Mon, 31 May 2010 19:36:53 +0200 (CEST)
Nadawca: rpmfusion-buildsys(a)lists.rpmfusion.org
Adresat: belegdol(a)gmail.com
Job failed on arch i686
Build logs may be found at
http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_nonfree/7...
Actually the failing command is:
gcc -DCRLF=2 -DINLINE="static inline" -DLSB_FIRST -DNDEBUG -DDISTRO=generic
"-DSDLMAME_ARCH=" -DSYNC_IMPLEMENTATION=tc -DSDLMAME_UNIX -DUSE_OPENGL=1
-DUSE_DISPATCH_GL=1 -DSDLMAME_X11 -DMESS -DNATIVE_DRC=drcbe_x86_be_interface -pipe -g
-fno-omit-frame-pointer -O2 -fno-strict-aliasing -Wall -Wcast-align -Wundef
-Wformat-security -Wwrite-strings -Wno-sign-compare -Isrc/mess -Iobj/sdl/mess/mess/layout
-Isrc/emu -Iobj/sdl/mess/emu -Iobj/sdl/mess/emu/layout -Isrc/lib/util -Isrc/osd
-Isrc/osd/sdl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables
-DINI_PATH="\"/etc/mess;\"" -Isrc/debug -include
src/osd/sdl/sdlprefix.h -m32 `sdl-config --cflags` `pkg-config --cflags gtk+-2.0`
`pkg-config --cflags gconf-2.0` -I/usr/X11/include -I/usr/X11R6/include
-I/usr/openwin/include -x c++ -std=gnu++98 -Isrc/mame -Isrc/mess/osd -Isrc/mess/osd/sdl
-Isrc/mess/tools -Isrc/mess/tools/imgtool
-Isrc/mess/tools/castool -c src/osd/sdl/debugwin.c -o obj/sdl/mess/osd/sdl/debugwin.o
src/osd/sdl/debugwin.c:14:28: error: gdk/gdkkeysyms.h: No such file or directory
src/osd/sdl/debugwin.c:15:21: error: gtk/gtk.h: No such file or directory
What "pkgconfig" is used during this build? At least pkgconfig-0.24-5.fc14 can
easily causes segfault
and is fixed in 0.24-6.fc14 (and the newest is 0.25-1.fc14). It seems that this build uses
pkgconfig
cached on rpmfusion buildsys, so maybe containig bad pkgconfig.
Regards,
Mamoru