Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mod_python.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-3594-5735/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mod_python.spec'] cat: /usr/include/httpd/.mmn: No such file or directory warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mod_python-3.3.1-8.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mod_python.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-3594-5735/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mod_python.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.54469 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf mod_python-3.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/mod_python-3.3.1.tgz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mod_python-3.3.1 ++ /usr/bin/id -u + '[' 486 = 0 ']' ++ /usr/bin/id -u + '[' 486 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (mod_python-3.1.3-ldflags.patch): + echo 'Patch #1 (mod_python-3.1.3-ldflags.patch):' + patch -p1 -b --suffix .ldflags -s Patch #2 (mod_python-3.1.4-cflags.patch): + echo 'Patch #2 (mod_python-3.1.4-cflags.patch):' + patch -p1 -b --suffix .cflags -s Patch #3 (mod_python-3.3.1-aprutil.patch): + echo 'Patch #3 (mod_python-3.3.1-aprutil.patch):' + patch -p1 -b --suffix .aprutil -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.54469 + umask 022 + cd /builddir/build/BUILD + cd mod_python-3.3.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export FFLAGS ++ find . -name config.guess -o -name config.sub + ./configure --build=x86_64-koji-linux-gnu --host=x86_64-koji-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --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=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-apxs=/usr/sbin/apxs --with-max-locks=4 --with-python=/usr/bin/python checking for x86_64-koji-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 ANSI C... none needed checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for main in -lm... yes checking for an ANSI C-conforming const... yes checking your blood pressure... a bit high, but we can proceed configure: checking whether apxs is available... checking for --with-apxs... /usr/sbin/apxs executable, good checking Apache version... 2.2.22 checking for Apache libexec directory... /usr/lib64/httpd/modules checking for Apache include directory... -I/usr/include/httpd checking for --with-python... /usr/bin/python checking Python version... 2.4 checking Python install prefix... /usr checking checking where python libraries are installed... /usr/lib64/python2.4 checking for Py_NewInterpreter in -lpython2.4... yes checking what libraries Python was linked with... -lpython2.4 -lpthread -ldl -lutil -lm checking linker flags used to link Python... checking where Python include files are... -I/usr/include/python2.4 checking for --with-python-src... no checking for --with-mutex-dir... no Using MUTEX_DIR /tmp checking for --with-max-locks... 4 Using 4 MAX_LOCKS. checking for --with-flex... no checking for flex... no configure: WARNING: flex not found You can generally ignore this warning unless you need to regenerate psp_parser.c from psp_parse.l. If you do need regenerate psp_parser.c, use --with-flex to specify the location of flex. See the README for more information. configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating Doc/Makefile config.status: creating src/include/mod_python.h config.status: creating test/Makefile config.status: creating test/testconf.py config.status: creating dist/setup.py config.status: creating dist/Makefile + make -j2 APXS_CFLAGS=-Wc,-fno-strict-aliasing make[1]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/src' Compiling for DSO. /usr/sbin/apxs -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -Wc,-fno-strict-aliasing -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c -L/usr/lib64/python2.4/config -Xlinker -export-dynamic -L/usr/kerberos/lib64 -lm -lpython2.4 -lpthread -ldl -lutil -lm /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o mod_python.lo mod_python.c && touch mod_python.slo mod_python.c: In function 'init_mutexes': mod_python.c:564: warning: ignoring return value of 'chown', declared with attribute warn_unused_result mod_python.c: In function 'python_init': mod_python.c:826: warning: initialization from incompatible pointer type mod_python.c: In function 'handle_python': mod_python.c:2028: warning: unused variable 'tmp_buck' mod_python.c: At top level: mod_python.c:2706: warning: 'python_finalize' defined but not used /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o _apachemodule.lo _apachemodule.c && touch _apachemodule.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o requestobject.lo requestobject.c && touch requestobject.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o tableobject.lo tableobject.c && touch tableobject.slo tableobject.c:1092: warning: initialization from incompatible pointer type /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o util.lo util.c && touch util.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o serverobject.lo serverobject.c && touch serverobject.slo serverobject.c:387: warning: initialization from incompatible pointer type /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o connobject.lo connobject.c && touch connobject.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o filterobject.lo filterobject.c && touch filterobject.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o hlist.lo hlist.c && touch hlist.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o hlistobject.lo hlistobject.c && touch hlistobject.slo /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -fno-strict-aliasing -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/httpd -I/usr/include/python2.4 -c -o finfoobject.lo finfoobject.c && touch finfoobject.slo /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o mod_python.la -rpath /usr/lib64/httpd/modules -module -avoid-version finfoobject.lo hlistobject.lo hlist.lo filterobject.lo connobject.lo serverobject.lo util.lo tableobject.lo requestobject.lo _apachemodule.lo mod_python.lo -L/usr/lib64/python2.4/config -Xlinker -export-dynamic -L/usr/kerberos/lib64 -lm -lpython2.4 -lpthread -ldl -lutil -lm make[1]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/src' make[1]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/dist' ln -s ../lib/python/mod_python mod_python ln -s ../src src make[2]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/src' make[2]: `psp_parser.c' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/src' /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.4 creating build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/Session.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/cache.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/publisher.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/psp.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/python22.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/testhandler.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/importer.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/apache.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/Cookie.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/util.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/cgihandler.py -> build/lib.linux-x86_64-2.4/mod_python copying /builddir/build/BUILD/mod_python-3.3.1/lib/python/mod_python/__init__.py -> build/lib.linux-x86_64-2.4/mod_python running build_ext building 'mod_python._psp' extension creating build/temp.linux-x86_64-2.4 creating build/temp.linux-x86_64-2.4/builddir creating build/temp.linux-x86_64-2.4/builddir/build creating build/temp.linux-x86_64-2.4/builddir/build/BUILD creating build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1 creating build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/python2.4 -c /builddir/build/BUILD/mod_python-3.3.1/src/psp_string.c -o build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/psp_string.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/python2.4 -c /builddir/build/BUILD/mod_python-3.3.1/src/psp_parser.c -o build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/psp_parser.o psp_parser.c: In function 'yylex': psp_parser.l:240: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result psp_parser.l: At top level: psp_parser.c:1436: warning: 'yyunput' defined but not used gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/builddir/build/BUILD/mod_python-3.3.1/src/include -I/usr/include/python2.4 -c /builddir/build/BUILD/mod_python-3.3.1/src/_pspmodule.c -o build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/_pspmodule.o /builddir/build/BUILD/mod_python-3.3.1/src/_pspmodule.c:32: warning: 'yy_init_globals' defined but not used gcc -pthread -shared -O2 -gdwarf-2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/psp_string.o build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/psp_parser.o build/temp.linux-x86_64-2.4/builddir/build/BUILD/mod_python-3.3.1/src/_pspmodule.o -o build/lib.linux-x86_64-2.4/mod_python/_psp.so make[1]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/dist' Now su and make install (or, if you only want to perform a partial install, you can use make install_dso and make install_py_lib) Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.48020 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd mod_python-3.3.1 + LANG=C + export LANG + unset DISPLAY + '[' /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild '!=' / ']' + rm -rf /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild + mkdir -p /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/httpd/modules + make install DESTDIR=/var/tmp/mod_python-3.3.1-8.ru-root-mockbuild make[1]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1' make[2]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/src' make[2]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/src' make[2]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/dist' make[2]: `build' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/dist' Now su and make install (or, if you only want to perform a partial install, you can use make install_dso and make install_py_lib) Performing DSO installation. /usr/bin/install -c -d /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/httpd/modules /usr/bin/install -c src/mod_python.so /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/httpd/modules Now don't forget to edit your main config and add LoadModule python_module /usr/lib64/httpd/modules/mod_python.so and if your configuration uses ClearModuleList, then also AddModule mod_python.c make[1]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1' make[1]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1' cd dist && make install_py_lib make[2]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/dist' make[3]: Entering directory `/builddir/build/BUILD/mod_python-3.3.1/src' make[3]: `psp_parser.c' is up to date. make[3]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/src' if test -z "/var/tmp/mod_python-3.3.1-8.ru-root-mockbuild" ; then \ /usr/bin/python setup.py install --optimize 2 --force ; \ else \ /usr/bin/python setup.py install --optimize 2 --force --root /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild ; \ fi running install running build running build_py running build_ext running install_lib creating /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4 creating /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages creating /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/_psp.so -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/Session.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/cache.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/publisher.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/psp.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/python22.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/testhandler.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/importer.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/apache.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/Cookie.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/util.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/cgihandler.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python copying build/lib.linux-x86_64-2.4/mod_python/__init__.py -> /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/Session.py to Session.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/cache.py to cache.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/publisher.py to publisher.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/psp.py to psp.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/python22.py to python22.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/testhandler.py to testhandler.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/importer.py to importer.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/apache.py to apache.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/Cookie.py to Cookie.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/util.py to util.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/cgihandler.py to cgihandler.pyc byte-compiling /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpk3qpG-.py' /usr/bin/python -OO /tmp/tmpk3qpG-.py removing /tmp/tmpk3qpG-.py make[2]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1/dist' make[1]: Leaving directory `/builddir/build/BUILD/mod_python-3.3.1' + mkdir -p /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/etc/httpd/conf.d + install -m 644 /builddir/build/SOURCES/python.conf /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/etc/httpd/conf.d/ + mkdir -p /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/var/www/manual/mod/mod_python + cp -a doc-html/about.html doc-html/app-changes-from-2.x.html doc-html/app-changes-from-3.1.4.html doc-html/app-changes-from-3.2.10.html doc-html/app-changes-from-3.2.7.html doc-html/app-changes.html doc-html/blank.png doc-html/contents.html doc-html/contents.png doc-html/dir-conn-ch.html doc-html/dir-conn.html doc-html/dir-filter-if.html doc-html/dir-filter-of.html doc-html/dir-filter.html doc-html/dir-handlers-ach.html doc-html/dir-handlers-auh.html doc-html/dir-handlers-auzh.html doc-html/dir-handlers-fuh.html doc-html/dir-handlers-hph.html doc-html/dir-handlers-pch.html doc-html/dir-handlers-ph.html doc-html/dir-handlers-pih.html doc-html/dir-handlers-plh.html doc-html/dir-handlers-prrh.html doc-html/dir-handlers-syn.html doc-html/dir-handlers-th.html doc-html/dir-handlers-tph.html doc-html/dir-handlers.html doc-html/dir-other-epd.html doc-html/dir-other-ipd.html doc-html/dir-other-ipdv.html doc-html/dir-other-par.html doc-html/dir-other-pd.html doc-html/dir-other-phm.html doc-html/dir-other-pi.html doc-html/dir-other-pimp.html doc-html/dir-other-po.html doc-html/dir-other-pomz.html doc-html/dir-other-pp.html doc-html/dir-other.html doc-html/directives.html doc-html/front.html doc-html/genindex.html doc-html/hand-cgi.html doc-html/hand-psp.html doc-html/hand-pub-alg-args.html doc-html/hand-pub-alg-auth.html doc-html/hand-pub-alg-trav.html doc-html/hand-pub-alg.html doc-html/hand-pub-intro.html doc-html/hand-pub.html doc-html/handlers.html doc-html/icons doc-html/index.html doc-html/index.png doc-html/inst-apacheconfig.html doc-html/inst-compiling.html doc-html/inst-configure.html doc-html/inst-installing.html doc-html/inst-make.html doc-html/inst-makeinstall.html doc-html/inst-prerequisites.html doc-html/inst-testing.html doc-html/inst-trouble.html doc-html/installation.html doc-html/intr-flexibility.html doc-html/intr-history.html doc-html/intr-performance.html doc-html/introduction.html doc-html/modpython.css doc-html/modpython.html doc-html/module-apache.html doc-html/modules.png doc-html/next.png doc-html/node103.html doc-html/previous.png doc-html/pyapi-apmem.html doc-html/pyapi-apmeth.html doc-html/pyapi-conn.html doc-html/pyapi-cookie-classes.html doc-html/pyapi-cookie-example.html doc-html/pyapi-cookie-func.html doc-html/pyapi-cookie.html doc-html/pyapi-filter.html doc-html/pyapi-handler.html doc-html/pyapi-interps.html doc-html/pyapi-mpconn-mem.html doc-html/pyapi-mpconn-meth.html doc-html/pyapi-mpconn.html doc-html/pyapi-mpfilt-mem.html doc-html/pyapi-mpfilt-meth.html doc-html/pyapi-mpfilt.html doc-html/pyapi-mprequest-mem.html doc-html/pyapi-mprequest-meth.html doc-html/pyapi-mprequest.html doc-html/pyapi-mpserver.html doc-html/pyapi-mpsrv-mem.html doc-html/pyapi-mpsrv-meth.html doc-html/pyapi-mptable.html doc-html/pyapi-psp.html doc-html/pyapi-sess-classes.html doc-html/pyapi-sess-example.html doc-html/pyapi-sess.html doc-html/pyapi-util-fstor-examples.html doc-html/pyapi-util-fstor-fld.html doc-html/pyapi-util-fstor.html doc-html/pyapi-util-funcs.html doc-html/pyapi-util.html doc-html/pyfav.png doc-html/pythonapi.html doc-html/security.html doc-html/ssi-conditionals.html doc-html/ssi-data-scope.html doc-html/ssi-globals.html doc-html/ssi-output-filter.html doc-html/ssi-overview.html doc-html/ssi-python-code.html doc-html/ssi.html doc-html/tut-404-handler.html doc-html/tut-more-complicated.html doc-html/tut-overview.html doc-html/tut-pub.html doc-html/tut-what-it-do.html doc-html/tutorial.html doc-html/up.png /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/var/www/manual/mod/mod_python/ + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/mod_python-3.3.1 extracting debug info from /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/httpd/modules/mod_python.so extracting debug info from /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/lib64/python2.4/site-packages/mod_python/_psp.so cpio: mod_python-3.3.1/dist/include/psp_flex.h: No such file or directory cpio: mod_python-3.3.1/dist/psp_parser.c: No such file or directory cpio: mod_python-3.3.1/dist/psp_parser.l: No such file or directory 768 blocks + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: mod_python-3.3.1-8.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.41755 + umask 022 + cd /builddir/build/BUILD + cd mod_python-3.3.1 + DOCDIR=/var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/share/doc/mod_python-3.3.1 + export DOCDIR + rm -rf /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/share/doc/mod_python-3.3.1 + /bin/mkdir -p /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/share/doc/mod_python-3.3.1 + cp -pr README NEWS CREDITS LICENSE NOTICE /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild/usr/share/doc/mod_python-3.3.1 + exit 0 Provides: _psp.so()(64bit) config(mod_python) = 3.3.1-8.ru mod_python.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: config(mod_python) = 3.3.1-8.ru httpd >= 2.0.40 httpd-mmn = 20051115 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) python = 2.4.3-56.el5 python(abi) = 2.4 python-libs = 2.4.3-56.el5 rtld(GNU_HASH) Processing files: mod_python-debuginfo-3.3.1-8.ru Provides: _psp.so.debug()(64bit) mod_python.so.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/mod_python-3.3.1-8.ru.x86_64.rpm Wrote: /builddir/build/RPMS/mod_python-debuginfo-3.3.1-8.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.96694 + umask 022 + cd /builddir/build/BUILD + cd mod_python-3.3.1 + '[' /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild '!=' / ']' + rm -rf /var/tmp/mod_python-3.3.1-8.ru-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->