Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 419851 Details for
Bug 599812
FTBFS xesam-glib-0.5.0-3.fc12: ImplicitDSOLinking
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 46.40 KB, created by
FTBFS
on 2010-06-03 20:33:10 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-06-03 20:33:10 UTC
Size:
46.40 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'], False, '/var/lib/mock/fedora-development-x86_64-xesam-glib-0.5.0-3.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1f2fb10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/xesam-glib-0.5.0-3.fc14.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'], False, '/var/lib/mock/fedora-development-x86_64-xesam-glib-0.5.0-3.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1f2fb10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.512XZ7 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf xesam-glib-0.5.0 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/xesam-glib-0.5.0.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd xesam-glib-0.5.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LOI11y >+ umask 022 >+ cd /builddir/build/BUILD >+ cd xesam-glib-0.5.0 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' >+ export FFLAGS >+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for x86_64-unknown-linux-gnu-gcc... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking dependency style of gcc... none >checking for library containing strerror... none required >checking for x86_64-unknown-linux-gnu-gcc... gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... (cached) yes >checking for gcc option to accept ISO C89... (cached) none needed >checking dependency style of gcc... (cached) none >checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... (cached) yes >checking for gcc option to accept ISO C89... (cached) none needed >checking dependency style of gcc... (cached) none >checking how to run the C preprocessor... gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking for a sed that does not truncate output... /bin/sed >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for /usr/bin/ld option to reload object files... -r >checking for BSD-compatible nm... /usr/bin/nm -B >checking whether ln -s works... yes >checking how to recognize dependent libraries... pass_all >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for x86_64-unknown-linux-gnu-g++... no >checking for x86_64-unknown-linux-gnu-c++... no >checking for x86_64-unknown-linux-gnu-gpp... no >checking for x86_64-unknown-linux-gnu-aCC... no >checking for x86_64-unknown-linux-gnu-CC... no >checking for x86_64-unknown-linux-gnu-cxx... no >checking for x86_64-unknown-linux-gnu-cc++... no >checking for x86_64-unknown-linux-gnu-cl.exe... no >checking for x86_64-unknown-linux-gnu-FCC... no >checking for x86_64-unknown-linux-gnu-KCC... no >checking for x86_64-unknown-linux-gnu-RCC... no >checking for x86_64-unknown-linux-gnu-xlC_r... no >checking for x86_64-unknown-linux-gnu-xlC... no >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... none >checking how to run the C++ preprocessor... g++ -E >checking for x86_64-unknown-linux-gnu-g77... no >checking for x86_64-unknown-linux-gnu-xlf... no >checking for x86_64-unknown-linux-gnu-f77... no >checking for x86_64-unknown-linux-gnu-frt... no >checking for x86_64-unknown-linux-gnu-pgf77... no >checking for x86_64-unknown-linux-gnu-cf77... no >checking for x86_64-unknown-linux-gnu-fort77... no >checking for x86_64-unknown-linux-gnu-fl32... no >checking for x86_64-unknown-linux-gnu-af77... no >checking for x86_64-unknown-linux-gnu-xlf90... no >checking for x86_64-unknown-linux-gnu-f90... no >checking for x86_64-unknown-linux-gnu-pgf90... no >checking for x86_64-unknown-linux-gnu-pghpf... no >checking for x86_64-unknown-linux-gnu-epcf90... no >checking for x86_64-unknown-linux-gnu-gfortran... no >checking for x86_64-unknown-linux-gnu-g95... no >checking for x86_64-unknown-linux-gnu-xlf95... no >checking for x86_64-unknown-linux-gnu-f95... no >checking for x86_64-unknown-linux-gnu-fort... no >checking for x86_64-unknown-linux-gnu-ifort... no >checking for x86_64-unknown-linux-gnu-ifc... no >checking for x86_64-unknown-linux-gnu-efc... no >checking for x86_64-unknown-linux-gnu-pgf95... no >checking for x86_64-unknown-linux-gnu-lf95... no >checking for x86_64-unknown-linux-gnu-ftn... no >checking for g77... no >checking for xlf... no >checking for f77... no >checking for frt... no >checking for pgf77... no >checking for cf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for xlf90... no >checking for f90... no >checking for pgf90... no >checking for pghpf... no >checking for epcf90... no >checking for gfortran... no >checking for g95... no >checking for xlf95... no >checking for f95... no >checking for fort... no >checking for ifort... no >checking for ifc... no >checking for efc... no >checking for pgf95... no >checking for lf95... no >checking for ftn... no >checking whether we are using the GNU Fortran 77 compiler... no >checking whether accepts -g... no >checking the maximum length of command line arguments... 1966080 >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for objdir... .libs >checking for x86_64-unknown-linux-gnu-ar... no >checking for ar... ar >checking for x86_64-unknown-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking for x86_64-unknown-linux-gnu-strip... no >checking for strip... strip >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC >checking if gcc PIC flag -fPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >configure: creating libtool >appending configuration tag "CXX" to libtool >checking for ld used by g++... /usr/bin/ld -m elf_x86_64 >checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC >checking if g++ PIC flag -fPIC works... yes >checking if g++ static flag -static works... no >checking if g++ supports -c -o file.o... yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >(cached) (cached) checking how to hardcode library paths into programs... immediate >appending configuration tag "F77" to libtool >checking locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking for LC_MESSAGES... yes >checking libintl.h usability... yes >checking libintl.h presence... yes >checking for libintl.h... yes >checking for ngettext in libc... yes >checking for dgettext in libc... yes >checking for bind_textdomain_codeset... yes >checking for msgfmt... /usr/bin/msgfmt >checking for dcgettext... yes >checking if msgfmt accepts -c... yes >checking for gmsgfmt... /usr/bin/msgfmt >checking for xgettext... /usr/bin/xgettext >checking for intltool >= 0.35.0... 0.37.1 found >checking for xgettext... (cached) /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for msgfmt... (cached) /usr/bin/msgfmt >checking for perl... /usr/bin/perl >checking for XML::Parser... ok >checking for x86_64-unknown-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for GLIB2... yes >checking for GOBJECT2... yes >checking for DBUS_GLIB... yes >checking for DBUS... yes >checking whether to build gtk-doc documentation... no >checking for gtkdoc-check... /usr/bin/gtkdoc-check >checking for glib2... yes >configure: creating ./config.status >config.status: creating xesam-glib.spec >config.status: creating xesam-glib.pc >config.status: creating Makefile >config.status: creating po/Makefile.in >config.status: creating test/Makefile >config.status: creating docs/Makefile >config.status: creating docs/reference/Makefile >config.status: creating xesam-glib/Makefile >config.status: creating examples/Makefile >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing default-1 commands >config.status: executing intltool commands >config.status: executing po/stamp-it commands >+ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool >+ make -j4 >make all-recursive >make[1]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0' >Making all in xesam-glib >make[2]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/xesam-glib' >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-dbussearcher.lo xesam-g-dbussearcher.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-dbus-searcher-stub.lo xesam-g-dbus-searcher-stub.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-debug.lo xesam-g-debug.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-hit.lo xesam-g-hit.c >mkdir .libs >mkdir .libs >mkdir: cannot create directory `.libs': File exists > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-hit.c -fPIC -DPIC -o .libs/xesam-g-hit.o > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-dbussearcher.c -fPIC -DPIC -o .libs/xesam-g-dbussearcher.o > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-debug.c -fPIC -DPIC -o .libs/xesam-g-debug.o >xesam-g-hit.c: In function 'xesam_g_hit_num_fields': >xesam-g-hit.c:434: warning: return makes integer from pointer without a cast >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-hits.lo xesam-g-hits.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-marshal.lo xesam-marshal.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-dbus-searcher-stub.c -fPIC -DPIC -o .libs/xesam-g-dbus-searcher-stub.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-query.lo xesam-g-query.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-hits.c -fPIC -DPIC -o .libs/xesam-g-hits.o > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-query.c -fPIC -DPIC -o .libs/xesam-g-query.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-query-builder.lo xesam-g-query-builder.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-marshal.c -fPIC -DPIC -o .libs/xesam-marshal.o >xesam-g-query.c: In function 'xesam_g_query_class_init': >xesam-g-query.c:87: warning: unused variable 'parent_class' >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-query-parser.lo xesam-g-query-parser.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-query-token.lo xesam-g-query-token.c >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-search.lo xesam-g-search.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-query-builder.c -fPIC -DPIC -o .libs/xesam-g-query-builder.o > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-query-parser.c -fPIC -DPIC -o .libs/xesam-g-query-parser.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-searcher.lo xesam-g-searcher.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-query-token.c -fPIC -DPIC -o .libs/xesam-g-query-token.o >xesam-g-query-parser.c: In function 'passthrough_xml_element': >xesam-g-query-parser.c:602: warning: implicit declaration of function 'g_printf' > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-search.c -fPIC -DPIC -o .libs/xesam-g-search.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-session.lo xesam-g-session.c >xesam-g-search.c: In function '_retrieve_hits_cb': >xesam-g-search.c:1292: warning: implicit declaration of function 'calc_field_map_from_property' >xesam-g-search.c:1293: warning: assignment makes pointer from integer without a cast >xesam-g-search.c:1315: warning: assignment makes pointer from integer without a cast >xesam-g-search.c: In function '_set_new_error': >xesam-g-search.c:1687: warning: implicit declaration of function 'g_vasprintf' >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-sequential-hits.lo xesam-g-sequential-hits.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-searcher.c -fPIC -DPIC -o .libs/xesam-g-searcher.o > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-sequential-hits.c -fPIC -DPIC -o .libs/xesam-g-sequential-hits.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-sparse-hits.lo xesam-g-sparse-hits.c >xesam-g-sequential-hits.c: In function 'xesam_g_sequential_hits_next_real': >xesam-g-sequential-hits.c:122: warning: passing argument 1 of 'xesam_g_hits_get_count' from incompatible pointer type >xesam-g-hits.h:71: note: expected 'struct XesamGHits *' but argument is of type 'struct XesamGSequentialHits *' > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-session.c -fPIC -DPIC -o .libs/xesam-g-session.o >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-user-search-parser.lo xesam-g-user-search-parser.c >xesam-g-session.c: In function '_set_new_error': >xesam-g-session.c:1451: warning: implicit declaration of function 'g_vasprintf' >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-utils.lo xesam-g-utils.c > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-sparse-hits.c -fPIC -DPIC -o .libs/xesam-g-sparse-hits.o >xesam-g-sparse-hits.c: In function 'xesam_g_sparse_hits_new': > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-user-search-parser.c -fPIC -DPIC -o .libs/xesam-g-user-search-parser.o >xesam-g-sparse-hits.c:227: warning: return from incompatible pointer type >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o xesam-g-xml-query-builder.lo xesam-g-xml-query-builder.c >xesam-g-sparse-hits.c: In function 'xesam_g_sparse_hits_next_real': >xesam-g-sparse-hits.c:117: warning: 'priv' may be used uninitialized in this function > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-utils.c -fPIC -DPIC -o .libs/xesam-g-utils.o >xesam-g-user-search-parser.c: In function 'calc_phrase_attributes': >xesam-g-user-search-parser.c:1117: warning: assignment discards qualifiers from pointer target type >xesam-g-user-search-parser.c: In function 'notify_builders': >xesam-g-user-search-parser.c:1143: warning: unused variable 'negate' > gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/share\" -I.. -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-g-xml-query-builder.c -fPIC -DPIC -o .libs/xesam-g-xml-query-builder.o >/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -DXESAM_GLIB_COMPILATION -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -version-info 0:0:0 -export-symbols-regex '^xesam_g_.*' -o libxesam-glib.la -rpath /usr/lib64 xesam-g-dbussearcher.lo xesam-g-dbus-searcher-stub.lo xesam-g-debug.lo xesam-g-hit.lo xesam-g-hits.lo xesam-marshal.lo xesam-g-query.lo xesam-g-query-builder.lo xesam-g-query-parser.lo xesam-g-query-token.lo xesam-g-search.lo xesam-g-searcher.lo xesam-g-session.lo xesam-g-sequential-hits.lo xesam-g-sparse-hits.lo xesam-g-user-search-parser.lo xesam-g-utils.lo xesam-g-xml-query-builder.lo -lglib-2.0 -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -L/lib64 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -L/lib64 -ldbus-1 -lpthread -lrt -lm >generating symbol list for `libxesam-glib.la' >/usr/bin/nm -B .libs/xesam-g-dbussearcher.o .libs/xesam-g-dbus-searcher-stub.o .libs/xesam-g-debug.o .libs/xesam-g-hit.o .libs/xesam-g-hits.o .libs/xesam-marshal.o .libs/xesam-g-query.o .libs/xesam-g-query-builder.o .libs/xesam-g-query-parser.o .libs/xesam-g-query-token.o .libs/xesam-g-search.o .libs/xesam-g-searcher.o .libs/xesam-g-session.o .libs/xesam-g-sequential-hits.o .libs/xesam-g-sparse-hits.o .libs/xesam-g-user-search-parser.o .libs/xesam-g-utils.o .libs/xesam-g-xml-query-builder.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libxesam-glib.exp >/bin/grep -E -e "^xesam_g_.*" ".libs/libxesam-glib.exp" > ".libs/libxesam-glib.expT" >mv -f ".libs/libxesam-glib.expT" ".libs/libxesam-glib.exp" >echo "{ global:" > .libs/libxesam-glib.ver > cat .libs/libxesam-glib.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libxesam-glib.ver > echo "local: *; };" >> .libs/libxesam-glib.ver > gcc -Wl,--as-needed -shared .libs/xesam-g-dbussearcher.o .libs/xesam-g-dbus-searcher-stub.o .libs/xesam-g-debug.o .libs/xesam-g-hit.o .libs/xesam-g-hits.o .libs/xesam-marshal.o .libs/xesam-g-query.o .libs/xesam-g-query-builder.o .libs/xesam-g-query-parser.o .libs/xesam-g-query-token.o .libs/xesam-g-search.o .libs/xesam-g-searcher.o .libs/xesam-g-session.o .libs/xesam-g-sequential-hits.o .libs/xesam-g-sparse-hits.o .libs/xesam-g-user-search-parser.o .libs/xesam-g-utils.o .libs/xesam-g-xml-query-builder.o -L/lib64 -ldbus-glib-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -ldbus-1 -lpthread -lrt -lm -m64 -mtune=generic -pthread -pthread -Wl,-soname -Wl,libxesam-glib.so.0 -Wl,-version-script -Wl,.libs/libxesam-glib.ver -o .libs/libxesam-glib.so.0.0.0 >(cd .libs && rm -f libxesam-glib.so.0 && ln -s libxesam-glib.so.0.0.0 libxesam-glib.so.0) >(cd .libs && rm -f libxesam-glib.so && ln -s libxesam-glib.so.0.0.0 libxesam-glib.so) >creating libxesam-glib.la >(cd .libs && rm -f libxesam-glib.la && ln -s ../libxesam-glib.la libxesam-glib.la) >make[2]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/xesam-glib' >Making all in docs >make[2]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs' >Making all in reference >make[3]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs/reference' >make[3]: Nothing to be done for `all'. >make[3]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs/reference' >make[3]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs' >make[3]: Nothing to be done for `all-am'. >make[3]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs' >make[2]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/docs' >Making all in po >make[2]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/po' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/po' >Making all in examples >make[2]: Entering directory `/builddir/build/BUILD/xesam-glib-0.5.0/examples' >gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-simple-search.c >gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-relay-search.c >gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c xesam-usl2xml.c >xesam-simple-search.c: In function 'print_hit': >xesam-simple-search.c:9: warning: implicit declaration of function 'g_printf' >xesam-relay-search.c: In function 'main': >xesam-relay-search.c:94: warning: implicit declaration of function 'g_printf' >xesam-usl2xml.c: In function 'main': >xesam-usl2xml.c:88: warning: implicit declaration of function 'g_printf' >xesam-usl2xml.c:42: warning: unused variable 'options' >/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o xesam-simple-search xesam-simple-search.o ../xesam-glib/libxesam-glib.la >/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o xesam-relay-search xesam-relay-search.o ../xesam-glib/libxesam-glib.la >/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o xesam-usl2xml xesam-usl2xml.o ../xesam-glib/libxesam-glib.la >mkdir .libs >gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o .libs/xesam-simple-search xesam-simple-search.o ../xesam-glib/.libs/libxesam-glib.so -Wl,--rpath -Wl,/usr/lib64 >gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o .libs/xesam-relay-search xesam-relay-search.o ../xesam-glib/.libs/libxesam-glib.so -Wl,--rpath -Wl,/usr/lib64 >gcc -Wall -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o .libs/xesam-usl2xml xesam-usl2xml.o ../xesam-glib/.libs/libxesam-glib.so -Wl,--rpath -Wl,/usr/lib64 >/usr/bin/ld: xesam-simple-search.o: undefined reference to symbol 'g_signal_connect_data' >/usr/bin/ld: note: 'g_signal_connect_data' is defined in DSO /lib64/libgobject-2.0.so.0 so try adding it to the linker command line >/lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation >collect2: ld returned 1 exit status >make[2]: *** [xesam-simple-search] Error 1 >make[2]: *** Waiting for unfinished jobs.... >/usr/bin/ld: xesam-relay-search.o: undefined reference to symbol 'dbus_g_bus_get' >/usr/bin/ld: note: 'dbus_g_bus_get' is defined in DSO /usr/lib64/libdbus-glib-1.so.2 so try adding it to the linker command line >/usr/lib64/libdbus-glib-1.so.2: could not read symbols: Invalid operation >collect2: ld returned 1 exit status >make[2]: *** [xesam-relay-search] Error 1 >/usr/bin/ld: xesam-usl2xml.o: undefined reference to symbol 'g_object_unref' >/usr/bin/ld: note: 'g_object_unref' is defined in DSO /lib64/libgobject-2.0.so.0 so try adding it to the linker command line >/lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation >collect2: ld returned 1 exit status >make[2]: *** [xesam-usl2xml] Error 1 >make[2]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0/examples' >make[1]: Leaving directory `/builddir/build/BUILD/xesam-glib-0.5.0' >make[1]: *** [all-recursive] Error 1 >make: *** [all] Error 2 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.LOI11y (%build) > Bad exit status from /var/tmp/rpm-tmp.LOI11y (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 333, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/xesam-glib.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599812
:
419847
|
419848
|
419849
|
419850
| 419851 |
419852