Mock Version: 1.1.39 Mock Version: 1.1.39 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/pyorbit.spec'], False, '/var/lib/mock/f21-build-2137781-392923/root/', None, 86400, True, False, 1000, 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/pyorbit.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'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: buildhw-11.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pyorbit-2.24.0-15.fc21.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/pyorbit.spec'], False, '/var/lib/mock/f21-build-2137781-392923/root/', None, 86400, True, False, 1000, 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/pyorbit.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.sMGWIW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyorbit-2.24.0 + /usr/bin/tar -xf - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/pyorbit-2.24.0.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd pyorbit-2.24.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qq8iyy + umask 022 + cd /builddir/build/BUILD + cd pyorbit-2.24.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess + '[' 1 = 1 ']' + '[' x '!=' x ']' + ./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 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 build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for style of include used by make... GNU checking for x86_64-redhat-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 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 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 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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 run the C++ preprocessor... g++ -E checking for x86_64-redhat-linux-gnu-g77... no checking for x86_64-redhat-linux-gnu-xlf... no checking for x86_64-redhat-linux-gnu-f77... no checking for x86_64-redhat-linux-gnu-frt... no checking for x86_64-redhat-linux-gnu-pgf77... no checking for x86_64-redhat-linux-gnu-cf77... no checking for x86_64-redhat-linux-gnu-fort77... no checking for x86_64-redhat-linux-gnu-fl32... no checking for x86_64-redhat-linux-gnu-af77... no checking for x86_64-redhat-linux-gnu-xlf90... no checking for x86_64-redhat-linux-gnu-f90... no checking for x86_64-redhat-linux-gnu-pgf90... no checking for x86_64-redhat-linux-gnu-pghpf... no checking for x86_64-redhat-linux-gnu-epcf90... no checking for x86_64-redhat-linux-gnu-gfortran... no checking for x86_64-redhat-linux-gnu-g95... no checking for x86_64-redhat-linux-gnu-xlf95... no checking for x86_64-redhat-linux-gnu-f95... no checking for x86_64-redhat-linux-gnu-fort... no checking for x86_64-redhat-linux-gnu-ifort... no checking for x86_64-redhat-linux-gnu-ifc... no checking for x86_64-redhat-linux-gnu-efc... no checking for x86_64-redhat-linux-gnu-pgf95... no checking for x86_64-redhat-linux-gnu-lf95... no checking for x86_64-redhat-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... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-redhat-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 for a Python interpreter with version >= 2.4... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking for headers required to compile python extensions... found checking for python libraries... -L/usr/lib64 -lm -lpthread -ldl -lutil -lpython2.7 checking for x86_64-redhat-linux-gnu-pkg-config... /usr/bin/x86_64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYORBIT... yes checking for the ORBit2 imodule service... found checking whether gcc -pthread understands -std=c9x... yes checking whether gcc -pthread understands -fno-strict-aliasing... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/c-inproc/Makefile config.status: creating examples/Makefile config.status: creating examples/threaded/Makefile config.status: creating pyorbit-2.pc config.status: creating pyorbit.spec config.status: creating PKG-INFO config.status: creating config.h config.status: executing depfiles commands + make -j16 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0' Making all in src make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o ORBitmodule.lo ORBitmodule.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-typecode.lo pycorba-typecode.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-object.lo pycorba-object.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-policy.lo pycorba-policy.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-method.lo pycorba-method.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-marshal.lo pycorba-marshal.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-orb.lo pycorba-orb.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-any.lo pycorba-any.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-exceptions.lo pycorba-exceptions.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-struct.lo pycorba-struct.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-enum.lo pycorba-enum.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pycorba-fixed.lo pycorba-fixed.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o stub-gen.lo stub-gen.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pyorbit-servant.lo pyorbit-servant.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pyorbit-poa.lo pyorbit-poa.c /bin/sh ../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o pyorbit-utils.lo pyorbit-utils.c mkdir .libs mkdir .libs mkdir: cannot create directory '.libs': File exists gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-marshal.c -fPIC -DPIC -o .libs/pycorba-marshal.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-typecode.c -fPIC -DPIC -o .libs/pycorba-typecode.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-any.c -fPIC -DPIC -o .libs/pycorba-any.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c ORBitmodule.c -fPIC -DPIC -o .libs/ORBitmodule.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-method.c -fPIC -DPIC -o .libs/pycorba-method.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-struct.c -fPIC -DPIC -o .libs/pycorba-struct.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-policy.c -fPIC -DPIC -o .libs/pycorba-policy.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-orb.c -fPIC -DPIC -o .libs/pycorba-orb.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-object.c -fPIC -DPIC -o .libs/pycorba-object.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pyorbit-servant.c -fPIC -DPIC -o .libs/pyorbit-servant.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-fixed.c -fPIC -DPIC -o .libs/pycorba-fixed.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pyorbit-poa.c -fPIC -DPIC -o .libs/pyorbit-poa.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-exceptions.c -fPIC -DPIC -o .libs/pycorba-exceptions.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c stub-gen.c -fPIC -DPIC -o .libs/stub-gen.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pycorba-enum.c -fPIC -DPIC -o .libs/pycorba-enum.o gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2_STUBS_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c pyorbit-utils.c -fPIC -DPIC -o .libs/pyorbit-utils.o pycorba-method.c: In function 'async_callback': pycorba-method.c:531:22: warning: variable 'state' set but not used [-Wunused-but-set-variable] PyGILState_STATE state; ^ pycorba-struct.c: In function 'pycorba_struct_init': pycorba-struct.c:65:8: warning: format '%d' expects argument of type 'int', but argument 4 has type 'Py_ssize_t' [-Wformat=] tc->sub_parts, len); ^ pyorbit-servant.c: In function 'pyorbit_servant_generic_skel_func': pyorbit-servant.c:261:2: warning: format '%d' expects argument of type 'int', but argument 6 has type 'Py_ssize_t' [-Wformat=] g_warning("%s: return sequence length is wrong (expected %d, got %d)", ^ pycorba-object.c: In function 'pycorba_object_tp_hash': pycorba-object.c:87:43: warning: large integer implicitly truncated to unsigned type [-Woverflow] ret = CORBA_Object_hash(self->objref, G_MAXLONG, &ev); ^ pycorba-exceptions.c: In function 'pyorbit_exception_init': pycorba-exceptions.c:182:8: warning: format '%d' expects argument of type 'int', but argument 4 has type 'Py_ssize_t' [-Wformat=] tc->sub_parts, len); ^ stub-gen.c: In function 'get_iinterface_stub_from_objref': stub-gen.c:419:12: warning: variable 'base_stub' set but not used [-Wunused-but-set-variable] PyObject *base_stub; ^ /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -module -avoid-version -export-symbols-regex initORBit -Wl,-z,relro -o ORBit.la -rpath /usr/lib64/python2.7/site-packages ORBitmodule.lo pycorba-typecode.lo pycorba-object.lo pycorba-policy.lo pycorba-method.lo pycorba-marshal.lo pycorba-orb.lo pycorba-any.lo pycorba-exceptions.lo pycorba-struct.lo pycorba-enum.lo pycorba-fixed.lo stub-gen.lo pyorbit-servant.lo pyorbit-poa.lo pyorbit-utils.lo -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -pthread -lgobject-2.0 -lIDL-2 -lglib-2.0 generating symbol list for `ORBit.la' /usr/bin/nm -B .libs/ORBitmodule.o .libs/pycorba-typecode.o .libs/pycorba-object.o .libs/pycorba-policy.o .libs/pycorba-method.o .libs/pycorba-marshal.o .libs/pycorba-orb.o .libs/pycorba-any.o .libs/pycorba-exceptions.o .libs/pycorba-struct.o .libs/pycorba-enum.o .libs/pycorba-fixed.o .libs/stub-gen.o .libs/pyorbit-servant.o .libs/pyorbit-poa.o .libs/pyorbit-utils.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/ORBit.exp /usr/bin/grep -E -e "initORBit" ".libs/ORBit.exp" > ".libs/ORBit.expT" mv -f ".libs/ORBit.expT" ".libs/ORBit.exp" echo "{ global:" > .libs/ORBit.ver cat .libs/ORBit.exp | sed -e "s/\(.*\)/\1;/" >> .libs/ORBit.ver echo "local: *; };" >> .libs/ORBit.ver gcc -shared .libs/ORBitmodule.o .libs/pycorba-typecode.o .libs/pycorba-object.o .libs/pycorba-policy.o .libs/pycorba-method.o .libs/pycorba-marshal.o .libs/pycorba-orb.o .libs/pycorba-any.o .libs/pycorba-exceptions.o .libs/pycorba-struct.o .libs/pycorba-enum.o .libs/pycorba-fixed.o .libs/stub-gen.o .libs/pyorbit-servant.o .libs/pyorbit-poa.o .libs/pyorbit-utils.o -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lIDL-2 -lglib-2.0 -pthread -m64 -mtune=generic -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,ORBit.so -Wl,-version-script -Wl,.libs/ORBit.ver -o .libs/ORBit.so creating ORBit.la (cd .libs && rm -f ORBit.la && ln -s ../ORBit.la ORBit.la) make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/src' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' Making all in c-inproc make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' orbit-idl-2 --add-imodule testcall.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file testcall.idl orbit-idl-2 --add-imodule testcall.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file testcall.idl orbit-idl-2 --add-imodule testcall.idl orbit-idl-2 --add-imodule testcall.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file testcall.idl orbit-idl-2 --add-imodule testcall.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file testcall.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file testcall.idl make all-am make[4]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o testcall-imodule.lo testcall-imodule.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o c-impl.lo c-impl.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o testcall-common.lo testcall-common.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o testcall-stubs.lo testcall-stubs.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c -o testcall-skels.lo testcall-skels.c mkdir .libs gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c testcall-stubs.c -fPIC -DPIC -o .libs/testcall-stubs.o gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c testcall-imodule.c -fPIC -DPIC -o .libs/testcall-imodule.o gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c c-impl.c -fPIC -DPIC -o .libs/c-impl.o gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c testcall-common.c -fPIC -DPIC -o .libs/testcall-common.o gcc -pthread -DHAVE_CONFIG_H -I. -I../.. -I../../src -DORBIT2=1 -pthread -I/usr/include/orbit-2.0/ORBitservices -I/usr/include/orbit-2.0 -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/python2.7 -I/usr/include/python2.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -c testcall-skels.c -fPIC -DPIC -o .libs/testcall-skels.o /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -export-dynamic -module -avoid-version -rpath `pwd` -Wl,-z,relro -o TestCall_module.la testcall-imodule.lo -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -pthread -lgobject-2.0 -lIDL-2 -lglib-2.0 c-impl.c: In function 'initcTestCall': c-impl.c:120:15: warning: variable 'mod' set but not used [-Wunused-but-set-variable] PyObject *mod; ^ /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -std=c9x -fno-strict-aliasing -export-dynamic -module -avoid-version -rpath `pwd` -Wl,-z,relro -o cTestCall.la c-impl.lo testcall-common.lo testcall-stubs.lo testcall-skels.lo -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -pthread -lgobject-2.0 -lIDL-2 -lglib-2.0 gcc -shared .libs/testcall-imodule.o -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lIDL-2 -lglib-2.0 -pthread -m64 -mtune=generic -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,TestCall_module.so -o .libs/TestCall_module.so creating TestCall_module.la (cd .libs && rm -f TestCall_module.la && ln -s ../TestCall_module.la TestCall_module.la) gcc -shared .libs/c-impl.o .libs/testcall-common.o .libs/testcall-stubs.o .libs/testcall-skels.o -lORBit-imodule-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lIDL-2 -lglib-2.0 -pthread -m64 -mtune=generic -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,cTestCall.so -o .libs/cTestCall.so creating cTestCall.la (cd .libs && rm -f cTestCall.la && ln -s ../cTestCall.la cTestCall.la) make[4]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make[3]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' Making all in threaded make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples/threaded' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples/threaded' make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0' make[1]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LE1dFN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 ++ dirname /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 + cd pyorbit-2.24.0 + make install DESTDIR=/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 'INSTALL=install -p' Making install in src make[1]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/src' make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/src' test -z "/usr/lib64/python2.7/site-packages" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages" /bin/sh ../libtool --mode=install install -p 'ORBit.la' '/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/ORBit.la' install -p .libs/ORBit.so /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/ORBit.so install -p .libs/ORBit.lai /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/ORBit.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages' test -z "/usr/lib64/python2.7/site-packages" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages" install -p -m 644 'CORBA.py' '/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/CORBA.py' install -p -m 644 'PortableServer.py' '/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/PortableServer.py' Byte-compiling python modules... CORBA.py PortableServer.py Byte-compiling python modules (optimized versions) ... CORBA.py PortableServer.py test -z "/usr/include/pyorbit-2" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/include/pyorbit-2" install -p -m 644 'pyorbit.h' '/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/include/pyorbit-2/pyorbit.h' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/src' make[1]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/src' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' Making install in c-inproc make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make install-am make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make[4]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' 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/pyorbit-2.24.0/tests/c-inproc' make[3]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests/c-inproc' make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' 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/pyorbit-2.24.0/tests' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' make[1]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/tests' Making install in examples make[1]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' Making install in threaded make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples/threaded' make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples/threaded' 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/pyorbit-2.24.0/examples/threaded' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples/threaded' make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[3]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0/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/pyorbit-2.24.0/examples' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[1]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0/examples' make[1]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0' make[2]: Entering directory `/builddir/build/BUILD/pyorbit-2.24.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/pkgconfig" install -p -m 644 'pyorbit-2.pc' '/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/pkgconfig/pyorbit-2.pc' make[2]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0' make[1]: Leaving directory `/builddir/build/BUILD/pyorbit-2.24.0' + find /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.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/pyorbit-2.24.0 extracting debug info from /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7/site-packages/ORBit.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 414 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: pyorbit-2.24.0-15.fc21.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VFqiF7 + umask 022 + cd /builddir/build/BUILD + cd pyorbit-2.24.0 + DOCDIR=/builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + cp -pr AUTHORS /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + cp -pr NEWS /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + cp -pr README /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + cp -pr ChangeLog /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64/usr/share/doc/pyorbit + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: pyorbit = 2.24.0-15.fc21 pyorbit(x86-64) = 2.24.0-15.fc21 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 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) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libIDL-2.so.0()(64bit) libORBit-2.so.0()(64bit) libORBit-imodule-2.so.0()(64bit) libpthread.so.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: pyorbit-devel-2.24.0-15.fc21.x86_64 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: pyorbit-devel = 2.24.0-15.fc21 pyorbit-devel(x86-64) = 2.24.0-15.fc21 pkgconfig(pyorbit-2) = 2.24.0 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: pkgconfig(ORBit-2.0) >= 2.12 /usr/bin/pkg-config Processing files: pyorbit-debuginfo-2.24.0-15.fc21.x86_64 Provides: pyorbit-debuginfo = 2.24.0-15.fc21 pyorbit-debuginfo(x86-64) = 2.24.0-15.fc21 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/pyorbit-2.24.0-15.fc21.x86_64 warning: Could not canonicalize hostname: buildhw-11.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/pyorbit-2.24.0-15.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/pyorbit-devel-2.24.0-15.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/pyorbit-debuginfo-2.24.0-15.fc21.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f2yVsF + umask 022 + cd /builddir/build/BUILD + cd pyorbit-2.24.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyorbit-2.24.0-15.fc21.x86_64 + exit 0 Child return code was: 0 LEAVE do -->