Mock Version: 1.1.28 Mock Version: 1.1.28 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/dbus-c++.spec'], False, '/var/lib/mock/f19-build-1574414-270766/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/dbus-c++.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/dbus-c++.spec'], False, '/var/lib/mock/f19-build-1574414-270766/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/dbus-c++.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MkP6SW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dbus-c++ + /usr/bin/bzip2 -dc /builddir/build/SOURCES/dbus-c++-0.5.0.20090203git13281b3.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd dbus-c++ + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/sed -i 's/\r//' AUTHORS + /usr/bin/sed -i s/-O3// configure.ac Patch #1 (dbus-c++-get-uid-api.patch): + echo 'Patch #1 (dbus-c++-get-uid-api.patch):' + /usr/bin/cat /builddir/build/SOURCES/dbus-c++-get-uid-api.patch + /usr/bin/patch -p1 -b --suffix .uid --fuzz=0 patching file include/dbus-c++/connection.h patching file src/connection.cpp Patch #2 (gcc-44.patch): + echo 'Patch #2 (gcc-44.patch):' + /usr/bin/cat /builddir/build/SOURCES/gcc-44.patch + /usr/bin/patch -p1 -b --suffix .gcc44 --fuzz=0 patching file examples/echo/echo-client.h patching file examples/echo/echo-server.h Patch #3 (dbus-c++-build-fix.patch): + echo 'Patch #3 (dbus-c++-build-fix.patch):' + /usr/bin/cat /builddir/build/SOURCES/dbus-c++-build-fix.patch + /usr/bin/patch -p1 -b --suffix .buildfix --fuzz=0 patching file src/Makefile.am Patch #4 (dbus-c++-linkfix.patch): + echo 'Patch #4 (dbus-c++-linkfix.patch):' + /usr/bin/cat /builddir/build/SOURCES/dbus-c++-linkfix.patch + /usr/bin/patch -p1 -b --suffix .linkfix --fuzz=0 patching file src/Makefile.am Hunk #1 succeeded at 37 (offset -1 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ACys5U + umask 022 + cd /builddir/build/BUILD + cd dbus-c++ + ./autogen.sh Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal -I config ... Running autoheader... Running automake... configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation configure.ac:9: installing './config.guess' configure.ac:9: installing './config.sub' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' examples/echo/Makefile.am: installing './depcomp' Running autoconf ... You could now exec ./configure --help to see available options checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 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++... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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... yes checking how to run the C++ preprocessor... g++ -E 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 -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether g++ supports symbol visibility... yes checking for dbus... yes checking for XML_ParserCreate_MM in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for doxygen... no checking whether to build Doxygen documentation... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tools/Makefile config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating examples/Makefile config.status: creating examples/properties/Makefile config.status: creating examples/echo/Makefile config.status: creating examples/hal/Makefile config.status: creating examples/glib/Makefile config.status: creating dbus-c++-1.pc config.status: creating dbus-c++-1-uninstalled.pc config.status: creating libdbus-c++.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + export 'CPPFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + CPPFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + 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 + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-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 --enable-glib checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 for style of include used by make... GNU checking dependency style of gcc... none checking for x86_64-redhat-linux-gnu-g++... no checking for x86_64-redhat-linux-gnu-c++... no checking for x86_64-redhat-linux-gnu-gpp... no checking for x86_64-redhat-linux-gnu-aCC... no checking for x86_64-redhat-linux-gnu-CC... no checking for x86_64-redhat-linux-gnu-cxx... no checking for x86_64-redhat-linux-gnu-cc++... no checking for x86_64-redhat-linux-gnu-cl.exe... no checking for x86_64-redhat-linux-gnu-FCC... no checking for x86_64-redhat-linux-gnu-KCC... no checking for x86_64-redhat-linux-gnu-RCC... no checking for x86_64-redhat-linux-gnu-xlC_r... no checking for x86_64-redhat-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 print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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 checking how to run the C++ preprocessor... g++ -E 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 -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for x86_64-redhat-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 whether g++ supports symbol visibility... yes checking for dbus... yes checking for glib... yes checking for gtkmm... yes checking for XML_ParserCreate_MM in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for doxygen... no checking whether to build Doxygen documentation... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tools/Makefile config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating examples/Makefile config.status: creating examples/properties/Makefile config.status: creating examples/echo/Makefile config.status: creating examples/hal/Makefile config.status: creating examples/glib/Makefile config.status: creating dbus-c++-1.pc config.status: creating dbus-c++-1-uninstalled.pc config.status: creating libdbus-c++.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands + make -j16 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/dbus-c++' Making all in src make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o interface.lo interface.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o object.lo object.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o introspection.lo introspection.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o debug.lo debug.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o types.lo types.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o connection.lo connection.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o property.lo property.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o dispatcher.lo dispatcher.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o pendingcall.lo pendingcall.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o error.lo error.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o message.lo message.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o server.lo server.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o eventloop.lo eventloop.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o eventloop-integration.lo eventloop-integration.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o glib-integration.lo glib-integration.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c message.cpp -fPIC -DPIC -o .libs/message.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c introspection.cpp -fPIC -DPIC -o .libs/introspection.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c dispatcher.cpp -fPIC -DPIC -o .libs/dispatcher.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c object.cpp -fPIC -DPIC -o .libs/object.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c types.cpp -fPIC -DPIC -o .libs/types.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c server.cpp -fPIC -DPIC -o .libs/server.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c error.cpp -fPIC -DPIC -o .libs/error.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c connection.cpp -fPIC -DPIC -o .libs/connection.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c pendingcall.cpp -fPIC -DPIC -o .libs/pendingcall.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c interface.cpp -fPIC -DPIC -o .libs/interface.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c debug.cpp -fPIC -DPIC -o .libs/debug.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c property.cpp -fPIC -DPIC -o .libs/property.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c eventloop.cpp -fPIC -DPIC -o .libs/eventloop.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c glib-integration.cpp -fPIC -DPIC -o .libs/glib-integration.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -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../include -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c eventloop-integration.cpp -fPIC -DPIC -o .libs/eventloop-integration.o In file included from glib-integration.cpp:27:0: ../include/dbus-c++/glib-integration.h: In constructor 'DBus::Glib::BusTimeout::BusTimeout(DBus::Timeout::Internal*, GMainContext*, int)': ../include/dbus-c++/glib-integration.h:59:6: warning: 'DBus::Glib::BusTimeout::_priority' will be initialized after [-Wreorder] int _priority; ^ ../include/dbus-c++/glib-integration.h:57:11: warning: 'GSource* DBus::Glib::BusTimeout::_source' [-Wreorder] GSource *_source; ^ glib-integration.cpp:33:1: warning: when initialized here [-Wreorder] Glib::BusTimeout::BusTimeout(Timeout::Internal *ti, GMainContext *ctx, int priority) ^ In file included from glib-integration.cpp:27:0: ../include/dbus-c++/glib-integration.h: In constructor 'DBus::Glib::BusWatch::BusWatch(DBus::Watch::Internal*, GMainContext*, int)': ../include/dbus-c++/glib-integration.h:84:6: warning: 'DBus::Glib::BusWatch::_priority' will be initialized after [-Wreorder] int _priority; ^ ../include/dbus-c++/glib-integration.h:82:11: warning: 'GSource* DBus::Glib::BusWatch::_source' [-Wreorder] GSource *_source; ^ glib-integration.cpp:119:1: warning: when initialized here [-Wreorder] Glib::BusWatch::BusWatch(Watch::Internal *wi, GMainContext *ctx, int priority) ^ /bin/sh ../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o libdbus-c++-1.la -rpath /usr/lib64 interface.lo object.lo introspection.lo debug.lo types.lo connection.lo property.lo dispatcher.lo pendingcall.lo error.lo message.lo server.lo eventloop.lo eventloop-integration.lo glib-integration.lo -L/lib64 -ldbus-1 -lglib-2.0 -lexpat libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.0/crtbeginS.o .libs/interface.o .libs/object.o .libs/introspection.o .libs/debug.o .libs/types.o .libs/connection.o .libs/property.o .libs/dispatcher.o .libs/pendingcall.o .libs/error.o .libs/message.o .libs/server.o .libs/eventloop.o .libs/eventloop-integration.o .libs/glib-integration.o -L/lib64 -ldbus-1 -lglib-2.0 -lexpat -L/usr/lib/gcc/x86_64-redhat-linux/4.8.0 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.0/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.0/../../../../lib64/crtn.o -Wl,-z -Wl,relro -Wl,-soname -Wl,libdbus-c++-1.so.0 -o .libs/libdbus-c++-1.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdbus-c++-1.so.0" && ln -s "libdbus-c++-1.so.0.0.0" "libdbus-c++-1.so.0") libtool: link: (cd ".libs" && rm -f "libdbus-c++-1.so" && ln -s "libdbus-c++-1.so.0.0.0" "libdbus-c++-1.so") libtool: link: ( cd ".libs" && rm -f "libdbus-c++-1.la" && ln -s "../libdbus-c++-1.la" "libdbus-c++-1.la" ) make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/src' Making all in tools make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/tools' g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o xml.o xml.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o xml2cpp.o xml2cpp.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o introspect.o introspect.cpp /bin/sh ../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o dbusxx-introspect introspect.o ../src/libdbus-c++-1.la libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/dbusxx-introspect introspect.o ../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat /bin/sh ../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o dbusxx-xml2cpp xml.o xml2cpp.o ../src/libdbus-c++-1.la -lexpat libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/dbusxx-xml2cpp xml.o xml2cpp.o ../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/tools' Making all in data make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/data' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/doc' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples' Making all in properties make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/properties' ../../tools/dbusxx-xml2cpp propsgs-introspect.xml --adaptor=propsgs-glue-adaptor.h -- ../../tools/dbusxx-xml2cpp propsgs-introspect.xml --proxy=propsgs-glue-proxy.h -- writing propsgs-glue-adaptor.h generating code for interface org.freedesktop.DBus.PropsGSDemo... writing propsgs-glue-proxy.h generating code for interface org.freedesktop.DBus.PropsGSDemo... make all-am make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/properties' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o propsgs-server.o propsgs-server.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o propsgs-client.o propsgs-client.cpp /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o propsgs-client propsgs-client.o ../../src/libdbus-c++-1.la -lpthread libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/propsgs-client propsgs-client.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o propsgs-server propsgs-server.o ../../src/libdbus-c++-1.la libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/propsgs-server propsgs-server.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/properties' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/properties' Making all in echo make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/echo' ../../tools/dbusxx-xml2cpp echo-introspect.xml --adaptor=echo-server-glue.h ../../tools/dbusxx-xml2cpp echo-introspect.xml --proxy=echo-client-glue.h writing echo-server-glue.h writing echo-client-glue.h generating code for interface org.freedesktop.DBus.EchoDemo... generating code for interface org.freedesktop.DBus.EchoDemo... make all-am make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/echo' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o echo-server.o echo-server.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -pthread -fvisibility=hidden -Wall -c -o echo_client_mt-echo-client.o `test -f 'echo-client.cpp' || echo './'`echo-client.cpp In file included from echo-server.h:6:0, from echo-server.cpp:5: echo-server-glue.h: In member function 'DBus::Message org::freedesktop::DBus::EchoDemo_adaptor::_Random_stub(const DBus::CallMessage&)': echo-server-glue.h:137:29: warning: variable 'ri' set but not used [-Wunused-but-set-variable] ::DBus::MessageIter ri = call.reader(); ^ echo-server-glue.h: In member function 'DBus::Message org::freedesktop::DBus::EchoDemo_adaptor::_Info_stub(const DBus::CallMessage&)': echo-server-glue.h:191:29: warning: variable 'ri' set but not used [-Wunused-but-set-variable] ::DBus::MessageIter ri = call.reader(); ^ /bin/sh ../../libtool --tag=CXX --mode=link g++ -pthread -fvisibility=hidden -Wall -Wl,-z,relro -o echo-client-mt echo_client_mt-echo-client.o ../../src/libdbus-c++-1.la libtool: link: g++ -pthread -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/echo-client-mt echo_client_mt-echo-client.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat -pthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o echo-server echo-server.o ../../src/libdbus-c++-1.la libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/echo-server echo-server.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/echo' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/echo' Making all in hal make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/hal' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o hal-listen.o hal-listen.cpp /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o hal-listen hal-listen.o ../../src/libdbus-c++-1.la libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/hal-listen hal-listen.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lglib-2.0 -lexpat make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/hal' Making all in glib make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/glib' ../../tools/dbusxx-xml2cpp ../../data/org.freedesktop.DBus.xml --proxy=dbus-glue.h writing dbus-glue.h skipping interface org.freedesktop.DBus.Introspectable skipping interface org.freedesktop.DBus.Properties generating code for interface org.freedesktop.DBus... make all-am make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/glib' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/lib64/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I../../tools -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o dbus-browser.o dbus-browser.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib64/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/lib64/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I../../tools -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fvisibility=hidden -Wall -c -o xml.o `test -f '../../tools/xml.cpp' || echo './'`../../tools/xml.cpp /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -Wall -Wl,-z,relro -o dbus-browser dbus-browser.o xml.o ../../src/libdbus-c++-1.la -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lgtk-x11-2.0 -lglibmm-2.4 -lcairomm-1.0 -lsigc-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 libtool: link: g++ -fvisibility=hidden -Wall -Wl,-z -Wl,relro -o .libs/dbus-browser dbus-browser.o xml.o ../../src/.libs/libdbus-c++-1.so -L/lib64 -ldbus-1 -lexpat -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lgtk-x11-2.0 -lglibmm-2.4 -lcairomm-1.0 -lsigc-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 make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pfmYub + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 ++ dirname /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 + cd dbus-c++ + rm -rf /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 Making install in src make[1]: Entering directory `/builddir/build/BUILD/dbus-c++/src' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libdbus-c++-1.la '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libdbus-c++-1.so.0.0.0 /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64/libdbus-c++-1.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64 && { ln -s -f libdbus-c++-1.so.0.0.0 libdbus-c++-1.so.0 || { rm -f libdbus-c++-1.so.0 && ln -s libdbus-c++-1.so.0.0.0 libdbus-c++-1.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64 && { ln -s -f libdbus-c++-1.so.0.0.0 libdbus-c++-1.so || { rm -f libdbus-c++-1.so && ln -s libdbus-c++-1.so.0.0.0 libdbus-c++-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libdbus-c++-1.lai /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64/libdbus-c++-1.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/include/dbus-c++-1/dbus-c++/' /usr/bin/install -c -m 644 ../include/dbus-c++/dbus.h ../include/dbus-c++/types.h ../include/dbus-c++/connection.h ../include/dbus-c++/property.h ../include/dbus-c++/debug.h ../include/dbus-c++/error.h ../include/dbus-c++/interface.h ../include/dbus-c++/message.h ../include/dbus-c++/dispatcher.h ../include/dbus-c++/object.h ../include/dbus-c++/pendingcall.h ../include/dbus-c++/server.h ../include/dbus-c++/util.h ../include/dbus-c++/refptr_impl.h ../include/dbus-c++/introspection.h ../include/dbus-c++/api.h ../include/dbus-c++/eventloop.h ../include/dbus-c++/eventloop-integration.h ../include/dbus-c++/glib-integration.h '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/include/dbus-c++-1/dbus-c++/' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/src' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++/src' Making install in tools make[1]: Entering directory `/builddir/build/BUILD/dbus-c++/tools' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/tools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c dbusxx-xml2cpp dbusxx-introspect '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin' libtool: install: warning: `../src/libdbus-c++-1.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/dbusxx-xml2cpp /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin/dbusxx-xml2cpp libtool: install: warning: `../src/libdbus-c++-1.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/dbusxx-introspect /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin/dbusxx-introspect make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/tools' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++/tools' Making install in data make[1]: Entering directory `/builddir/build/BUILD/dbus-c++/data' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/data' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/data' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++/data' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/dbus-c++/doc' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/doc' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++/doc' Making install in examples make[1]: Entering directory `/builddir/build/BUILD/dbus-c++/examples' Making install in properties make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/properties' make install-am make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/properties' make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/properties' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/properties' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/properties' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/properties' Making install in echo make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/echo' make install-am make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/echo' make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/echo' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/echo' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/echo' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/echo' Making install in hal make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/hal' make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/hal' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/hal' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/hal' Making install in glib make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/glib' make install-am make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[4]: Entering directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples/glib' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++/examples' make[3]: Entering directory `/builddir/build/BUILD/dbus-c++/examples' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++/examples' make[1]: Entering directory `/builddir/build/BUILD/dbus-c++' make[2]: Entering directory `/builddir/build/BUILD/dbus-c++' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 dbus-c++-1.pc '/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory `/builddir/build/BUILD/dbus-c++' make[1]: Leaving directory `/builddir/build/BUILD/dbus-c++' + find /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/dbus-c++ extracting debug info from /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin/dbusxx-xml2cpp extracting debug info from /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/bin/dbusxx-introspect extracting debug info from /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/lib64/libdbus-c++-1.so.0.0.0 symlinked /usr/lib/debug/usr/lib64/libdbus-c++-1.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libdbus-c++-1.so.debug symlinked /usr/lib/debug/usr/lib64/libdbus-c++-1.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libdbus-c++-1.so.0.debug 397 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZbPOIv + umask 022 + cd /builddir/build/BUILD + cd dbus-c++ + DOCDIR=/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-0.5.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-0.5.0 + cp -pr COPYING /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-0.5.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-0.5.0 + exit 0 Provides: dbus-c++ = 0.5.0-0.16.20090203git13281b3.fc19 dbus-c++(x86-64) = 0.5.0-0.16.20090203git13281b3.fc19 libdbus-c++-1.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdbus-1.so.3()(64bit) libdbus-c++-1.so.0()(64bit) libexpat.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libglib-2.0.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: dbus-c++-devel-0.5.0-0.16.20090203git13281b3.fc19.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PUze4P + umask 022 + cd /builddir/build/BUILD + cd dbus-c++ + DOCDIR=/builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-devel-0.5.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-devel-0.5.0 + cp -pr TODO /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64/usr/share/doc/dbus-c++-devel-0.5.0 + exit 0 Provides: dbus-c++-devel = 0.5.0-0.16.20090203git13281b3.fc19 dbus-c++-devel(x86-64) = 0.5.0-0.16.20090203git13281b3.fc19 pkgconfig(dbus-c++-1) = 0.5.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libdbus-c++-1.so.0()(64bit) pkgconfig(dbus-1) Processing files: dbus-c++-debuginfo-0.5.0-0.16.20090203git13281b3.fc19.x86_64 Provides: dbus-c++-debuginfo = 0.5.0-0.16.20090203git13281b3.fc19 dbus-c++-debuginfo(x86-64) = 0.5.0-0.16.20090203git13281b3.fc19 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 Wrote: /builddir/build/RPMS/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64.rpm Wrote: /builddir/build/RPMS/dbus-c++-devel-0.5.0-0.16.20090203git13281b3.fc19.x86_64.rpm Wrote: /builddir/build/RPMS/dbus-c++-debuginfo-0.5.0-0.16.20090203git13281b3.fc19.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.h1HO1b + umask 022 + cd /builddir/build/BUILD + cd dbus-c++ + rm -rf /builddir/build/BUILDROOT/dbus-c++-0.5.0-0.16.20090203git13281b3.fc19.x86_64 + exit 0 Child return code was: 0 LEAVE do -->