ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/pygame.spec'], False, '/var/lib/mock/dist-f10-build-242932-44494/root/', None, 0, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/pygame.spec'] /etc/profile: line 38: /bin/hostname: No such file or directory 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 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: x86-4.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/pygame-1.8.1-1.fc10.src.rpm LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/pygame.spec'], False, '/var/lib/mock/dist-f10-build-242932-44494/root/', None, 0, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/pygame.spec'] /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.izLXAl + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pygame-1.8.1release + /usr/bin/gzip -dc /builddir/build/SOURCES/pygame-1.8.1release.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pygame-1.8.1release + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (pygame-1.8.1-config.patch):' Patch #0 (pygame-1.8.1-config.patch): + /bin/cat /builddir/build/SOURCES/pygame-1.8.1-config.patch + /usr/bin/patch -s -p1 --fuzz=0 + find examples/ -type f -print0 + xargs -0 chmod -x + find docs/ -type f -print0 + xargs -0 chmod -x + find src/ -type f -name '*.h' -print0 + xargs -0 chmod -x + chmod -x README.txt WHATSNEW + iconv -f iso8859-1 -t utf-8 WHATSNEW + mv -f WHATSNEW.conv WHATSNEW + iconv -f iso8859-1 -t utf-8 README.txt + mv -f README.txt.conv README.txt + rm -f src/ffmovie.c src/ffmovie.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ELohFA + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + /usr/bin/python setup.py build WARNING, No "Setup" File Exists, Running "config.py" Using UNIX configuration... sh: smpeg-config: command not found Hunting dependencies... WARNING: "smpeg-config" failed! SDL : found 1.2.13 FONT : found IMAGE : found MIXER : found SMPEG : not found PNG : found JPEG : found SCRAP : found If you get compiler errors during install, doublecheck the compiler flags in the "Setup" file. Continuing With "setup.py" running build running build_py creating build creating build/lib.linux-i686-2.5 creating build/lib.linux-i686-2.5/pygame copying lib/colordict.py -> build/lib.linux-i686-2.5/pygame copying lib/cursors.py -> build/lib.linux-i686-2.5/pygame copying lib/locals.py -> build/lib.linux-i686-2.5/pygame copying lib/macosx.py -> build/lib.linux-i686-2.5/pygame copying lib/mac_scrap.py -> build/lib.linux-i686-2.5/pygame copying lib/pkgdata.py -> build/lib.linux-i686-2.5/pygame copying lib/sndarray.py -> build/lib.linux-i686-2.5/pygame copying lib/sprite.py -> build/lib.linux-i686-2.5/pygame copying lib/surfarray.py -> build/lib.linux-i686-2.5/pygame copying lib/sysfont.py -> build/lib.linux-i686-2.5/pygame copying lib/version.py -> build/lib.linux-i686-2.5/pygame copying lib/_numpysndarray.py -> build/lib.linux-i686-2.5/pygame copying lib/_numpysurfarray.py -> build/lib.linux-i686-2.5/pygame copying lib/__init__.py -> build/lib.linux-i686-2.5/pygame creating build/lib.linux-i686-2.5/pygame/gp2x copying lib/gp2x/constants.py -> build/lib.linux-i686-2.5/pygame/gp2x copying lib/gp2x/locals.py -> build/lib.linux-i686-2.5/pygame/gp2x copying lib/gp2x/__init__.py -> build/lib.linux-i686-2.5/pygame/gp2x creating build/lib.linux-i686-2.5/pygame/threads copying lib/threads/Py25Queue.py -> build/lib.linux-i686-2.5/pygame/threads copying lib/threads/__init__.py -> build/lib.linux-i686-2.5/pygame/threads running build_ext building 'pygame.imageext' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/src gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include -I/usr/include -I/usr/include/python2.5 -c src/imageext.c -o build/temp.linux-i686-2.5/src/imageext.o src/imageext.c: In function 'opengltosdl': src/imageext.c:357: warning: unused variable 'formatflag' src/imageext.c:357: warning: unused variable 'typeflag' src/imageext.c:356: warning: unused variable 'readpixels' src/imageext.c:356: warning: unused variable 'pyopengl' gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/imageext.o -L/usr/lib -L/usr/lib -L/usr/lib -L/usr/lib -lSDL -lpthread -lSDL_image -lpng -ljpeg -lpython2.5 -o build/lib.linux-i686-2.5/pygame/imageext.so building 'pygame.font' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/python2.5 -c src/font.c -o build/temp.linux-i686-2.5/src/font.o src/font.c: In function 'initfont': src/font.c:707: warning: dereferencing type-punned pointer will break strict-aliasing rules src/font.c:709: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/font.o -L/usr/lib -L/usr/lib -lSDL -lpthread -lSDL_ttf -lpython2.5 -o build/lib.linux-i686-2.5/pygame/font.so building 'pygame.mixer' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/python2.5 -c src/mixer.c -o build/temp.linux-i686-2.5/src/mixer.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/mixer.o -L/usr/lib -L/usr/lib -lSDL -lpthread -lSDL_mixer -lpython2.5 -o build/lib.linux-i686-2.5/pygame/mixer.so building 'pygame.mixer_music' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/python2.5 -c src/music.c -o build/temp.linux-i686-2.5/src/music.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/music.o -L/usr/lib -L/usr/lib -lSDL -lpthread -lSDL_mixer -lpython2.5 -o build/lib.linux-i686-2.5/pygame/mixer_music.so building 'pygame._numericsurfarray' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/_numericsurfarray.c -o build/temp.linux-i686-2.5/src/_numericsurfarray.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/_numericsurfarray.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/_numericsurfarray.so building 'pygame._numericsndarray' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/python2.5 -c src/_numericsndarray.c -o build/temp.linux-i686-2.5/src/_numericsndarray.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/_numericsndarray.o -L/usr/lib -L/usr/lib -lSDL -lpthread -lSDL_mixer -lpython2.5 -o build/lib.linux-i686-2.5/pygame/_numericsndarray.so building 'pygame.scrap' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/scrap.c -o build/temp.linux-i686-2.5/src/scrap.o In file included from src/scrap.c:59: src/scrap_x11.c: In function '_get_data_as': src/scrap_x11.c:567: warning: pointer targets in assignment differ in signedness src/scrap.c: In function '_scrap_contains': src/scrap.c:165: warning: dereferencing type-punned pointer will break strict-aliasing rules src/scrap.c:166: warning: dereferencing type-punned pointer will break strict-aliasing rules src/scrap.c: In function '_scrap_lost_scrap': src/scrap.c:274: warning: dereferencing type-punned pointer will break strict-aliasing rules src/scrap.c:275: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/scrap.o -L/usr/lib -L/usr/lib -lSDL -lpthread -lX11 -lpython2.5 -o build/lib.linux-i686-2.5/pygame/scrap.so building 'pygame.base' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/base.c -o build/temp.linux-i686-2.5/src/base.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/base.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/base.so building 'pygame.cdrom' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/cdrom.c -o build/temp.linux-i686-2.5/src/cdrom.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/cdrom.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/cdrom.so building 'pygame.color' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/color.c -o build/temp.linux-i686-2.5/src/color.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/color.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/color.so building 'pygame.constants' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/constants.c -o build/temp.linux-i686-2.5/src/constants.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/constants.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/constants.so building 'pygame.display' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/display.c -o build/temp.linux-i686-2.5/src/display.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/display.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/display.so building 'pygame.event' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/event.c -o build/temp.linux-i686-2.5/src/event.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/event.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/event.so building 'pygame.fastevent' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/fastevent.c -o build/temp.linux-i686-2.5/src/fastevent.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/fastevents.c -o build/temp.linux-i686-2.5/src/fastevents.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/fastevent.o build/temp.linux-i686-2.5/src/fastevents.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/fastevent.so building 'pygame.key' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/key.c -o build/temp.linux-i686-2.5/src/key.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/key.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/key.so building 'pygame.mouse' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/mouse.c -o build/temp.linux-i686-2.5/src/mouse.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/mouse.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/mouse.so building 'pygame.rect' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/rect.c -o build/temp.linux-i686-2.5/src/rect.o src/rect.c:888: warning: initialization from incompatible pointer type src/rect.c: In function 'rect_getsafepickle': src/rect.c:1387: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/rect.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/rect.so building 'pygame.rwobject' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/rwobject.c -o build/temp.linux-i686-2.5/src/rwobject.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/rwobject.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/rwobject.so building 'pygame.surface' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/surface.c -o build/temp.linux-i686-2.5/src/surface.o src/surface.c: In function 'surf_set_at': src/surface.c:582: warning: unused variable 'intobj' src/surface.c: In function 'surf_get_locked': src/surface.c:716: warning: dereferencing type-punned pointer will break strict-aliasing rules src/surface.c:717: warning: dereferencing type-punned pointer will break strict-aliasing rules src/surface.c: In function 'surf_get_bounding_rect': src/surface.c:1828: warning: suggest parentheses around && within || src/surface.c:1848: warning: suggest parentheses around && within || src/surface.c:1869: warning: suggest parentheses around && within || src/surface.c:1889: warning: suggest parentheses around && within || src/surface.c: In function 'surf_get_buffer': src/surface.c:1913: warning: unused variable 'format' gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/alphablit.c -o build/temp.linux-i686-2.5/src/alphablit.o src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/surface_fill.c -o build/temp.linux-i686-2.5/src/surface_fill.o src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/surface.o build/temp.linux-i686-2.5/src/alphablit.o build/temp.linux-i686-2.5/src/surface_fill.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/surface.so building 'pygame.surflock' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/surflock.c -o build/temp.linux-i686-2.5/src/surflock.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/surflock.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/surflock.so building 'pygame.time' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/time.c -o build/temp.linux-i686-2.5/src/time.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/time.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/time.so building 'pygame.joystick' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/joystick.c -o build/temp.linux-i686-2.5/src/joystick.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/joystick.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/joystick.so building 'pygame.draw' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/draw.c -o build/temp.linux-i686-2.5/src/draw.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/draw.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/draw.so building 'pygame.image' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/image.c -o build/temp.linux-i686-2.5/src/image.o src/image.c: In function 'opengltosdl': src/image.c:90: warning: unused variable 'formatflag' src/image.c:90: warning: unused variable 'typeflag' src/image.c:89: warning: unused variable 'readpixels' src/image.c:89: warning: unused variable 'pyopengl' src/image.c: In function 'image_save': src/image.c:223: warning: suggest explicit braces to avoid ambiguous 'else' gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/image.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/image.so building 'pygame.overlay' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/overlay.c -o build/temp.linux-i686-2.5/src/overlay.o src/overlay.c: In function 'initoverlay': src/overlay.c:234: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/overlay.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/overlay.so building 'pygame.transform' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/transform.c -o build/temp.linux-i686-2.5/src/transform.o src/transform.c: In function 'filter_shrink_X_ONLYC': src/transform.c:974: warning: integer constant is too large for 'long' type src/transform.c: In function 'filter_shrink_X_MMX': src/transform.c:1015: warning: unused variable 'y' src/transform.c:1015: warning: unused variable 'x' src/transform.c: In function 'filter_shrink_Y_ONLYC': src/transform.c:1185: warning: integer constant is too large for 'long' type src/transform.c: In function 'filter_shrink_Y_MMX': src/transform.c:1244: warning: unused variable 'y' src/transform.c:1244: warning: unused variable 'x' src/transform.c: In function 'filter_expand_X_MMX': src/transform.c:1559: warning: integer constant is too large for 'long' type src/transform.c:1526: warning: unused variable 'xm1' src/transform.c:1491: warning: unused variable 'dstdiff' src/transform.c: In function 'filter_expand_Y_ONLYC': src/transform.c:1600: warning: unused variable 'dstdiff' src/transform.c: In function 'filter_expand_Y_MMX': src/transform.c:1624: warning: unused variable 'x' src/transform.c:1623: warning: unused variable 'dstdiff' src/transform.c: In function 'laplacian': src/transform.c:2507: warning: unused variable 'pixels2' src/transform.c:2506: warning: unused variable 'format2' src/transform.c:2493: warning: unused variable 'total3' src/transform.c:2492: warning: unused variable 'total2' src/transform.c: In function 'surf_average_surfaces': src/transform.c:2845: warning: unused variable 'surfobj' src/transform.c:2847: warning: 'newsurf' may be used uninitialized in this function gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/rotozoom.c -o build/temp.linux-i686-2.5/src/rotozoom.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/scale2x.c -o build/temp.linux-i686-2.5/src/scale2x.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/transform.o build/temp.linux-i686-2.5/src/rotozoom.o build/temp.linux-i686-2.5/src/scale2x.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/transform.so building 'pygame.mask' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/mask.c -o build/temp.linux-i686-2.5/src/mask.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/bitmask.c -o build/temp.linux-i686-2.5/src/bitmask.o src/bitmask.c: In function 'bitcount': src/bitmask.c:314: warning: integer constant is too large for 'long' type src/bitmask.c:314: warning: integer constant is too large for 'long' type src/bitmask.c:315: warning: integer constant is too large for 'long' type src/bitmask.c:315: warning: integer constant is too large for 'long' type src/bitmask.c:316: warning: integer constant is too large for 'long' type src/bitmask.c:319: warning: right shift count >= width of type gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/mask.o build/temp.linux-i686-2.5/src/bitmask.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/mask.so building 'pygame.bufferproxy' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/bufferproxy.c -o build/temp.linux-i686-2.5/src/bufferproxy.o src/pygame.h:633: warning: 'PyGAME_C_API' defined but not used gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/bufferproxy.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/bufferproxy.so building 'pygame.pixelarray' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL -I/usr/include/python2.5 -c src/pixelarray.c -o build/temp.linux-i686-2.5/src/pixelarray.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.5/src/pixelarray.o -L/usr/lib -lSDL -lpthread -lpython2.5 -o build/lib.linux-i686-2.5/pygame/pixelarray.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.L2VTze + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386 running install running install_lib creating /builddir/build/BUILDROOT creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386 creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5 creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/colordict.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/cursors.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/locals.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/macosx.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/mac_scrap.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/pkgdata.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/sndarray.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/sprite.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/surfarray.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/sysfont.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/version.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/_numpysndarray.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/_numpysurfarray.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/__init__.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x copying build/lib.linux-i686-2.5/pygame/gp2x/constants.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x copying build/lib.linux-i686-2.5/pygame/gp2x/locals.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x copying build/lib.linux-i686-2.5/pygame/gp2x/__init__.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/threads copying build/lib.linux-i686-2.5/pygame/threads/Py25Queue.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/threads copying build/lib.linux-i686-2.5/pygame/threads/__init__.py -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/threads copying build/lib.linux-i686-2.5/pygame/imageext.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/font.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/mixer.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/mixer_music.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/_numericsurfarray.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/_numericsndarray.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/scrap.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/base.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/cdrom.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/color.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/constants.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/display.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/event.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/fastevent.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/key.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/mouse.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/rect.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/rwobject.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/surface.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/surflock.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/time.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/joystick.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/draw.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/image.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/overlay.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/transform.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/mask.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/bufferproxy.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying build/lib.linux-i686-2.5/pygame/pixelarray.so -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/colordict.py to colordict.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/cursors.py to cursors.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/locals.py to locals.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/macosx.py to macosx.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mac_scrap.py to mac_scrap.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/pkgdata.py to pkgdata.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/sndarray.py to sndarray.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/sprite.py to sprite.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/surfarray.py to surfarray.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/sysfont.py to sysfont.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numpysndarray.py to _numpysndarray.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numpysurfarray.py to _numpysurfarray.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x/locals.py to locals.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/gp2x/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/threads/Py25Queue.py to Py25Queue.pyc byte-compiling /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/threads/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmp_R0TUu.py' /usr/bin/python -O /tmp/tmp_R0TUu.py removing /tmp/tmp_R0TUu.py running install_headers creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5 creating /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/bitmask.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/fastevents.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/font.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/mixer.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/pgopengl.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/pygame.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/pygamedocs.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/scrap.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame copying src/surface.h -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/include/python2.5/pygame running install_data copying lib/freesansbold.ttf -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying lib/pygame.ico -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying lib/pygame_icon.bmp -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying lib/pygame_icon.icns -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame copying lib/pygame_icon.tiff -> /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame running install_egg_info Writing /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame-1.8.1release-py2.5.egg-info + chmod 755 /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numericsndarray.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numericsurfarray.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/base.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/bufferproxy.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/cdrom.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/color.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/constants.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/display.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/draw.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/event.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/fastevent.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/font.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/image.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/imageext.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/joystick.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/key.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mask.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mixer.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mixer_music.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mouse.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/overlay.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/pixelarray.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/rect.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/rwobject.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/scrap.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/surface.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/surflock.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/time.so /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/transform.so + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/pygame-1.8.1release extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/imageext.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/font.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mixer.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mixer_music.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numericsurfarray.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/_numericsndarray.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/scrap.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/base.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/cdrom.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/color.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/constants.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/display.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/event.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/fastevent.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/key.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mouse.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/rect.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/rwobject.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/surface.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/surflock.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/time.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/joystick.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/draw.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/image.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/overlay.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/transform.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/mask.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/bufferproxy.so extracting debug info from /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages/pygame/pixelarray.so 1847 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vs2zKz + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + unset DISPLAY + PYTHONPATH=/builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages + /usr/bin/python test/base_test.py ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default . . . . . . ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default . . ---------------------------------------------------------------------- Ran 8 tests in 0.018s OK + PYTHONPATH=/builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages + /usr/bin/python test/image_test.py . . . . . ... . . . . ---------------------------------------------------------------------- Ran 12 tests in 1.360s OK + PYTHONPATH=/builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/lib/python2.5/site-packages + /usr/bin/python test/rect_test.py ... .......... ..... ...... ..... ...... ...... .... ---------------------------------------------------------------------- Ran 45 tests in 0.001s OK + exit 0 Processing files: pygame-1.8.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Hl17UO + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + DOCDIR=/builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-1.8.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-1.8.1 + /bin/mkdir -p /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-1.8.1 + cp -pr docs/ README.txt WHATSNEW /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-1.8.1 + exit 0 warning: File listed twice: /usr/lib/python2.5/site-packages/pygame Provides: _numericsndarray.so _numericsurfarray.so base.so bufferproxy.so cdrom.so color.so constants.so display.so draw.so event.so fastevent.so font.so image.so imageext.so joystick.so key.so mask.so mixer.so mixer_music.so mouse.so overlay.so pixelarray.so rect.so rwobject.so scrap.so surface.so surflock.so time.so transform.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libSDL-1.2.so.0 libSDL_image-1.2.so.0 libSDL_mixer-1.2.so.0 libSDL_ttf-2.0.so.0 libX11.so.6 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libjpeg.so.62 libpng12.so.0 libpng12.so.0(PNG12_0) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpython2.5.so.1.0 python(abi) = 2.5 rtld(GNU_HASH) Processing files: pygame-devel-1.8.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Zx9kYH + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + DOCDIR=/builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-devel-1.8.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-devel-1.8.1 + /bin/mkdir -p /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-devel-1.8.1 + cp -pr examples/ /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386/usr/share/doc/pygame-devel-1.8.1 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pygame-debuginfo-1.8.1-1.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386 warning: Could not canonicalize hostname: x86-4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/pygame-1.8.1-1.fc10.i386.rpm Wrote: /builddir/build/RPMS/pygame-devel-1.8.1-1.fc10.i386.rpm Wrote: /builddir/build/RPMS/pygame-debuginfo-1.8.1-1.fc10.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bTqok6 + umask 022 + cd /builddir/build/BUILD + cd pygame-1.8.1release + rm -rf /builddir/build/BUILDROOT/pygame-1.8.1-1.fc10.i386 + exit 0 LEAVE do -->