[Lsb-messages] Build failure for python-test on ia32

lsb-autobuild at freestandards.org lsb-autobuild at freestandards.org
Thu Oct 30 01:02:33 PDT 2008


This is an automated message generated when a build failure occurs

Linux lfdev-ia32 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 i686 i386 GNU/Linux
Failed to make packages for python-test
bzr export python-test-3.95.0.tar.gz /nethome/autobuild/tmp/LSBauto/python-test	
bzr cat /nethome/autobuild/tmp/LSBauto/misc-test/tetj/tetj.py > tetj.py
spawn rpmbuild --sign --rcfile /usr/lib/rpm/rpmrc:./rpmrc --define=_sourcedir /nethome/autobuild/tmp/LSBauto/python-test/scripts/package --define=_topdir /nethome/autobuild/tmp/rpm-build --define=_target_cpu i486 --define=rel 2 --define=version 3.95.0 -ba lsb-test-python.spec
Enter pass phrase: 
Pass phrase is good.
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.48905
+ umask 022
+ cd /nethome/autobuild/tmp/rpm-build/BUILD
+ cd /nethome/autobuild/tmp/rpm-build/BUILD
+ rm -rf lsb-test-python-3.95.0
+ /bin/mkdir -p lsb-test-python-3.95.0
+ cd lsb-test-python-3.95.0
+ /usr/bin/bzip2 -dc /nethome/autobuild/tmp/LSBauto/python-test/scripts/package/Python-2.4.2.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/bzip2 -dc /nethome/autobuild/tmp/LSBauto/python-test/scripts/package/Python-2.5.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/gzip -dc /nethome/autobuild/tmp/LSBauto/python-test/scripts/package/python-test-3.95.0.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ echo 'Patch #1 (python-tet-test.patch):'
Patch #1 (python-tet-test.patch):
+ patch -p0 -b --suffix .tet-output -s
+ pushd Python-2.4.2/Lib/test
~/tmp/rpm-build/BUILD/lsb-test-python-3.95.0/Python-2.4.2/Lib/test ~/tmp/rpm-build/BUILD/lsb-test-python-3.95.0
+ echo 'Patch #0 (python-system-python.patch):'
Patch #0 (python-system-python.patch):
+ patch -p0 -b --suffix .system-python -s
+ popd
~/tmp/rpm-build/BUILD/lsb-test-python-3.95.0
+ echo 'Patch #2 (python-test-new-behavior.patch):'
Patch #2 (python-test-new-behavior.patch):
+ patch -p0 -b --suffix .new-behavior -s
+ echo 'Patch #3 (python-test-private-testcapi.patch):'
Patch #3 (python-test-private-testcapi.patch):
+ patch -p0 -b --suffix .testcapi -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.64768
+ umask 022
+ cd /nethome/autobuild/tmp/rpm-build/BUILD
+ cd lsb-test-python-3.95.0
+ for pyver in 2.4.2 2.5
+ cd Python-2.4.2
+ CC=lsbcc
+ CXX=lsbc++
+ ./configure --enable-unicode=ucs4
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... lsbc++
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 gcc... lsbcc
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 lsbcc accepts -g... yes
checking for lsbcc option to accept ANSI C... none needed
checking how to run the C preprocessor... lsbcc -E
checking for egrep... grep -E
checking for AIX... no
checking for --with-suffix... 
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(CXX)
checking for --enable-shared... no
checking for --enable-profiling... 
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for --with-pydebug... no
checking whether lsbcc accepts -fno-strict-aliasing... yes
checking whether lsbcc accepts -OPT:Olimit=0... no
checking whether lsbcc accepts -Olimit 1500... no
checking whether pthreads are available without options... yes
checking whether lsbc++ also accepts flags for thread support... no
checking for ANSI C header files... yes
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking curses.h usability... no
checking curses.h presence... yes
configure: WARNING: curses.h: present but cannot be compiled
configure: WARNING: curses.h:     check for missing prerequisite headers?
configure: WARNING: curses.h: see the Autoconf documentation
configure: WARNING: curses.h:     section "Present But Cannot Be Compiled"
configure: WARNING: curses.h: proceeding with the preprocessor's result
configure: WARNING: curses.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for curses.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... yes
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h:     check for missing prerequisite headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h:     section "Present But Cannot Be Compiled"
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: dlfcn.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for dlfcn.h... yes
checking fcntl.h usability... no
checking fcntl.h presence... yes
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h:     check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for fcntl.h... yes
checking grp.h usability... no
checking grp.h presence... yes
configure: WARNING: grp.h: present but cannot be compiled
configure: WARNING: grp.h:     check for missing prerequisite headers?
configure: WARNING: grp.h: see the Autoconf documentation
configure: WARNING: grp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: grp.h: proceeding with the preprocessor's result
configure: WARNING: grp.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for grp.h... yes
checking langinfo.h usability... no
checking langinfo.h presence... yes
configure: WARNING: langinfo.h: present but cannot be compiled
configure: WARNING: langinfo.h:     check for missing prerequisite headers?
configure: WARNING: langinfo.h: see the Autoconf documentation
configure: WARNING: langinfo.h:     section "Present But Cannot Be Compiled"
configure: WARNING: langinfo.h: proceeding with the preprocessor's result
configure: WARNING: langinfo.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for langinfo.h... yes
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h:     check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING: libintl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for libintl.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... yes
configure: WARNING: ncurses.h: present but cannot be compiled
configure: WARNING: ncurses.h:     check for missing prerequisite headers?
configure: WARNING: ncurses.h: see the Autoconf documentation
configure: WARNING: ncurses.h:     section "Present But Cannot Be Compiled"
configure: WARNING: ncurses.h: proceeding with the preprocessor's result
configure: WARNING: ncurses.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for ncurses.h... yes
checking poll.h usability... no
checking poll.h presence... yes
configure: WARNING: poll.h: present but cannot be compiled
configure: WARNING: poll.h:     check for missing prerequisite headers?
configure: WARNING: poll.h: see the Autoconf documentation
configure: WARNING: poll.h:     section "Present But Cannot Be Compiled"
configure: WARNING: poll.h: proceeding with the preprocessor's result
configure: WARNING: poll.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for poll.h... yes
checking pthread.h usability... no
checking pthread.h presence... yes
configure: WARNING: pthread.h: present but cannot be compiled
configure: WARNING: pthread.h:     check for missing prerequisite headers?
configure: WARNING: pthread.h: see the Autoconf documentation
configure: WARNING: pthread.h:     section "Present But Cannot Be Compiled"
configure: WARNING: pthread.h: proceeding with the preprocessor's result
configure: WARNING: pthread.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for pthread.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking termios.h usability... no
checking termios.h presence... yes
configure: WARNING: termios.h: present but cannot be compiled
configure: WARNING: termios.h:     check for missing prerequisite headers?
configure: WARNING: termios.h: see the Autoconf documentation
configure: WARNING: termios.h:     section "Present But Cannot Be Compiled"
configure: WARNING: termios.h: proceeding with the preprocessor's result
configure: WARNING: termios.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for termios.h... yes
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking for unistd.h... (cached) no
checking utime.h usability... no
checking utime.h presence... yes
configure: WARNING: utime.h: present but cannot be compiled
configure: WARNING: utime.h:     check for missing prerequisite headers?
configure: WARNING: utime.h: see the Autoconf documentation
configure: WARNING: utime.h:     section "Present But Cannot Be Compiled"
configure: WARNING: utime.h: proceeding with the preprocessor's result
configure: WARNING: utime.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for utime.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/file.h usability... no
checking sys/file.h presence... yes
configure: WARNING: sys/file.h: present but cannot be compiled
configure: WARNING: sys/file.h:     check for missing prerequisite headers?
configure: WARNING: sys/file.h: see the Autoconf documentation
configure: WARNING: sys/file.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/file.h: proceeding with the preprocessor's result
configure: WARNING: sys/file.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/file.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... no
checking sys/lock.h presence... no
checking for sys/lock.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... no
checking sys/param.h presence... yes
configure: WARNING: sys/param.h: present but cannot be compiled
configure: WARNING: sys/param.h:     check for missing prerequisite headers?
configure: WARNING: sys/param.h: see the Autoconf documentation
configure: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/param.h: proceeding with the preprocessor's result
configure: WARNING: sys/param.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/param.h... yes
checking sys/poll.h usability... no
checking sys/poll.h presence... yes
configure: WARNING: sys/poll.h: present but cannot be compiled
configure: WARNING: sys/poll.h:     check for missing prerequisite headers?
configure: WARNING: sys/poll.h: see the Autoconf documentation
configure: WARNING: sys/poll.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/poll.h: proceeding with the preprocessor's result
configure: WARNING: sys/poll.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/poll.h... yes
checking sys/select.h usability... no
checking sys/select.h presence... yes
configure: WARNING: sys/select.h: present but cannot be compiled
configure: WARNING: sys/select.h:     check for missing prerequisite headers?
configure: WARNING: sys/select.h: see the Autoconf documentation
configure: WARNING: sys/select.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/select.h: proceeding with the preprocessor's result
configure: WARNING: sys/select.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/select.h... yes
checking sys/socket.h usability... no
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
configure: WARNING: sys/socket.h:     check for missing prerequisite headers?
configure: WARNING: sys/socket.h: see the Autoconf documentation
configure: WARNING: sys/socket.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/socket.h: proceeding with the preprocessor's result
configure: WARNING: sys/socket.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/socket.h... yes
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h:     check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the preprocessor's result
configure: WARNING: sys/time.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... yes
configure: WARNING: sys/times.h: present but cannot be compiled
configure: WARNING: sys/times.h:     check for missing prerequisite headers?
configure: WARNING: sys/times.h: see the Autoconf documentation
configure: WARNING: sys/times.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/times.h: proceeding with the preprocessor's result
configure: WARNING: sys/times.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/times.h... yes
checking sys/un.h usability... no
checking sys/un.h presence... yes
configure: WARNING: sys/un.h: present but cannot be compiled
configure: WARNING: sys/un.h:     check for missing prerequisite headers?
configure: WARNING: sys/un.h: see the Autoconf documentation
configure: WARNING: sys/un.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/un.h: proceeding with the preprocessor's result
configure: WARNING: sys/un.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/un.h... yes
checking sys/utsname.h usability... no
checking sys/utsname.h presence... yes
configure: WARNING: sys/utsname.h: present but cannot be compiled
configure: WARNING: sys/utsname.h:     check for missing prerequisite headers?
configure: WARNING: sys/utsname.h: see the Autoconf documentation
configure: WARNING: sys/utsname.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/utsname.h: proceeding with the preprocessor's result
configure: WARNING: sys/utsname.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/utsname.h... yes
checking sys/wait.h usability... no
checking sys/wait.h presence... yes
configure: WARNING: sys/wait.h: present but cannot be compiled
configure: WARNING: sys/wait.h:     check for missing prerequisite headers?
configure: WARNING: sys/wait.h: see the Autoconf documentation
configure: WARNING: sys/wait.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/wait.h: proceeding with the preprocessor's result
configure: WARNING: sys/wait.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/wait.h... yes
checking pty.h usability... no
checking pty.h presence... yes
configure: WARNING: pty.h: present but cannot be compiled
configure: WARNING: pty.h:     check for missing prerequisite headers?
configure: WARNING: pty.h: see the Autoconf documentation
configure: WARNING: pty.h:     section "Present But Cannot Be Compiled"
configure: WARNING: pty.h: proceeding with the preprocessor's result
configure: WARNING: pty.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/resource.h usability... no
checking sys/resource.h presence... yes
configure: WARNING: sys/resource.h: present but cannot be compiled
configure: WARNING: sys/resource.h:     check for missing prerequisite headers?
configure: WARNING: sys/resource.h: see the Autoconf documentation
configure: WARNING: sys/resource.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/resource.h: proceeding with the preprocessor's result
configure: WARNING: sys/resource.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/resource.h... yes
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking sysexits.h usability... no
checking sysexits.h presence... yes
configure: WARNING: sysexits.h: present but cannot be compiled
configure: WARNING: sysexits.h:     check for missing prerequisite headers?
configure: WARNING: sysexits.h: see the Autoconf documentation
configure: WARNING: sysexits.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sysexits.h: proceeding with the preprocessor's result
configure: WARNING: sysexits.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sysexits.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) no
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... yes
configure: WARNING: sys/sysmacros.h: present but cannot be compiled
configure: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?
configure: WARNING: sys/sysmacros.h: see the Autoconf documentation
configure: WARNING: sys/sysmacros.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result
configure: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for sys/sysmacros.h... yes
checking for term.h... no
checking for clock_t in time.h... yes
checking for makedev... no
checking Solaris LFS bug... no
checking for mode_t... no
checking for off_t... no
checking for pid_t... no
checking return type of signal handlers... int
checking for size_t... no
checking for uid_t in sys/types.h... yes
checking for int... no
checking size of int... 0
checking for long... no
checking size of long... 0
checking for void *... no
checking size of void *... 0
checking for short... no
checking size of short... 0
checking for float... no
checking size of float... 0
checking for double... no
checking size of double... 0
checking for fpos_t... no
checking size of fpos_t... 0
checking for long long support... yes
checking for long long... no
checking size of long long... 0
checking for uintptr_t support... no
checking size of off_t... 0
checking whether to enable large file support... no
checking size of time_t... 0
checking for pthread_t... no
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED... 
checking SHLIBS... $(LIBS)
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing sem_init... none required
checking for textdomain in -lintl... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... no
checking for pthread_sigmask... yes
checking if --enable-ipv6 is specified... no
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-wctype-functions... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for bind_textdomain_codeset... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for execv... yes
checking for fork... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getpwent... yes
checking for getsid... yes
checking for getwd... yes
checking for kill... yes
checking for killpg... yes
checking for lchown... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mremap... yes
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... no
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... no
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for utimes... yes
checking for waitpid... yes
checking for wcscoll... yes
checking for _getpty... no
checking for chroot... no
checking for link... no
checking for symlink... no
checking for fchdir... no
checking for fsync... no
checking for fdatasync... no
checking for ctermid_r... no
checking for flock... yes
checking for getpagesize... no
checking for true... true
checking for inet_aton in -lc... yes
checking for hstrerror... no
checking for inet_aton... no
checking for inet_pton... no
checking for setgroups... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for strerror... yes
checking for memmove... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for major... yes
checking for getaddrinfo... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for struct tm.tm_zone... no
checking for tzname... no
checking for struct stat.st_rdev... no
checking for struct stat.st_blksize... no
checking for struct stat.st_blocks... no
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... no
checking for addrinfo... no
checking for sockaddr_storage... no
checking whether char is unsigned... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... no
checking if sockaddr has sa_len member... no
checking whether va_list is an array... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... no
checking gethostbyname_r with 5 args... no
checking gethostbyname_r with 3 args... no
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for hypot... yes
checking wchar.h usability... no
checking wchar.h presence... yes
configure: WARNING: wchar.h: present but cannot be compiled
configure: WARNING: wchar.h:     check for missing prerequisite headers?
configure: WARNING: wchar.h: see the Autoconf documentation
configure: WARNING: wchar.h:     section "Present But Cannot Be Compiled"
configure: WARNING: wchar.h: proceeding with the preprocessor's result
configure: WARNING: wchar.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs ##
configure: WARNING:     ## ------------------------------------------------ ##
checking for wchar.h... yes
checking for wchar_t... no
checking size of wchar_t... 0
checking for UCS-4 tcl... no
checking whether wchar_t is signed... no
checking what type to use for unicode... no type found
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... no
checking for rl_callback_handler_install in -lreadline... no
checking for rl_pre_input_hook in -lreadline... no
checking for rl_completion_matches in -lreadline... no
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) no
checking for tzname... (cached) no
checking for working tzset()... no
checking for tv_nsec in struct stat... no
checking whether mvwdelch is an expression... no
checking whether WINDOW has _flags... no
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for socklen_t... no
checking for build directories... done
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating pyconfig.h
creating Setup
creating Setup.local
creating Makefile
+ make
make[1]: Entering directory `/nethome/autobuild/tmp/rpm-build/BUILD/lsb-test-python-3.95.0/Python-2.4.2'
lsbcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Modules/python.o Modules/python.c
In file included from /opt/lsb/include/sys/types.h:6,
                 from /opt/lsb/include/stdio.h:5,
                 from ./Include/Python.h:32,
                 from Modules/python.c:3:
/opt/lsb/include/stddef.h:102: error: duplicate ‘unsigned’
/opt/lsb/include/stddef.h:102: warning: useless type name in empty declaration
In file included from /opt/lsb/include/stdio.h:5,
                 from ./Include/Python.h:32,
                 from Modules/python.c:3:
/opt/lsb/include/sys/types.h:37: error: two or more data types in declaration specifiers
/opt/lsb/include/sys/types.h:37: warning: useless type name in empty declaration
/opt/lsb/include/sys/types.h:39: warning: useless type name in empty declaration
/opt/lsb/include/sys/types.h:167: error: two or more data types in declaration specifiers
/opt/lsb/include/sys/types.h:167: warning: useless type name in empty declaration
In file included from /opt/lsb/include/stdio.h:6,
                 from ./Include/Python.h:32,
                 from Modules/python.c:3:
/opt/lsb/include/unistd.h:497: error: expected declaration specifiers or ‘...’ before ‘__gid_t’
In file included from ./Include/Python.h:81,
                 from Modules/python.c:3:
./Include/unicodeobject.h:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Py_UNICODE’
./Include/unicodeobject.h:376: error: expected specifier-qualifier-list before ‘Py_UNICODE’
./Include/unicodeobject.h:422: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:422: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:429: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
./Include/unicodeobject.h:440: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyUnicodeUCS4_GetMax’
./Include/unicodeobject.h:621: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:621: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:654: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:654: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:683: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:683: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:760: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:760: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:779: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:779: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:796: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:796: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:827: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:827: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:849: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:849: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:891: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:891: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:912: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/unicodeobject.h:912: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/unicodeobject.h:965: error: expected ‘)’ before ‘*’ token
./Include/unicodeobject.h:1143: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1147: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1151: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1155: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1159: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1162: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS4_ToLowercase’
./Include/unicodeobject.h:1166: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS4_ToUppercase’
./Include/unicodeobject.h:1170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS4_ToTitlecase’
./Include/unicodeobject.h:1175: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1179: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1183: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1187: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1191: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1195: error: expected ‘)’ before ‘ch’
./Include/unicodeobject.h:1199: error: expected ‘)’ before ‘ch’
In file included from ./Include/Python.h:82,
                 from Modules/python.c:3:
./Include/intobject.h:35: error: expected ‘)’ before ‘*’ token
In file included from ./Include/Python.h:84,
                 from Modules/python.c:3:
./Include/longobject.h:46: error: expected ‘)’ before ‘*’ token
In file included from ./Include/Python.h:112,
                 from Modules/python.c:3:
./Include/pyerrors.h:156: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/pyerrors.h:156: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
./Include/pyerrors.h:160: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
./Include/pyerrors.h:160: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
make[1]: *** [Modules/python.o] Error 1
make[1]: Leaving directory `/nethome/autobuild/tmp/rpm-build/BUILD/lsb-test-python-3.95.0/Python-2.4.2'
error: Bad exit status from /var/tmp/rpm-tmp.64768 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.64768 (%build)
expect: spawn id exp3 not open
    while executing
"expect "exit 0""
send: spawn id exp3 not open
    while executing
"send "\n""
mv: cannot stat `/nethome/autobuild/tmp/rpm-build/SRPMS/lsb-test-python-3.95.0-2.src.rpm': No such file or directory
make: *** [lsb-test-python-3.95.0-2.i486.rpm] Error 1


More information about the lsb-messages mailing list