On Mon, Jul 30, 2007 at 09:40:58AM -0600, dann frazier wrote: > Package: python-libpcap > Version: 0.6.1+cvs.2007.07.28-1 > Severity: serious > > >From > >http://buildd.debian.org/fetch.cgi?&pkg=python-libpcap&ver=0.6.1%2Bcvs.2007.07.28-1&arch=ia64&stamp=1185757680&file=log: > > [snip] > running build > running build_ext > building '_pcapmodule' extension > generating constants.c from mk-constants.py > swig -Wall -python -shadow -ISWIG -o pcap.c pcap.i > /usr/bin/python ./build-tools/docify.py pcap.c > /usr/bin/python ./build-tools/docify-shadow.py pcap.py > creating build > creating build/temp.linux-ia64-2.4 > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes > -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.4 -c pcap.c -o > build/temp.linux-ia64-2.4/pcap.o > pcap.c: In function 'init_pcap': > pcap.c:4260: warning: passing argument 3 of 'PyModule_AddStringConstant' > discards qualifiers from pointer target type > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes > -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.4 -c pcap_interface.c -o > build/temp.linux-ia64-2.4/pcap_interface.o > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes > -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.4 -c exception.c -o > build/temp.linux-ia64-2.4/exception.o > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes > -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.4 -c error.c -o > build/temp.linux-ia64-2.4/error.o > creating build/lib.linux-ia64-2.4 > gcc -pthread -shared build/temp.linux-ia64-2.4/pcap.o > build/temp.linux-ia64-2.4/pcap_interface.o > build/temp.linux-ia64-2.4/exception.o build/temp.linux-ia64-2.4/error.o > -lpcap -o build/lib.linux-ia64-2.4/_pcapmodule.so > running build_py > copying pcap.py -> build/lib.linux-ia64-2.4 > /usr/bin/fakeroot debian/rules binary-arch > make: Nothing to be done for `binary-arch'. > dpkg-genchanges -B > dpkg-genchanges: arch-specific upload - not including arch-independent > packages > dpkg-genchanges: failure: cannot read files list file: No such file or > directory I don't have access to an ia64 machine, so my first intention is to modify the debian/rules:
--- debian/rules 2007-07-30 19:31:25.000000000 +0200 +++ debian/rules.new 2007-07-30 19:32:34.000000000 +0200 @@ -37,7 +37,5 @@ dh_md5sums dh_builddeb -binary-arch: - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +binary: binary-indep +.PHONY: build clean install binary-indep Does it work now? Regards, Thomas.
signature.asc
Description: Digital signature