>>> Unpacking source... >>> Unpacking pypcap-1.1.tar.gz to /var/tmp/portage/dev-python/pypcap-1.1/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-python/pypcap-1.1/work/pypcap-1.1 ... running config found {'libraries': ['pcap'], 'library_dirs': ['/usr/lib'], 'include_dirs': ['/usr/include']} running build running build_ext building 'pcap' extension creating build creating build/temp.linux-i686-2.5 /usr/lib/distcc/bin/gcc -pthread -fno-strict-aliasing -march=pentium4 -O2 -pipe -fPIC -I/usr/include -I/usr/include/python2.5 -c pcap.c -o build/temp.linux-i686-2.5/pcap.o pcap.c: En la función ‘__pyx_f_4pcap_4pcap_dispatch’: pcap.c:1039: aviso: se pasa el argumento 3 de ‘pcap_dispatch’ desde un tipo de puntero incompatible pcap.c: En la función ‘__pyx_f_4pcap_4pcap_loop’: pcap.c:1142: aviso: se pasa el argumento 3 de ‘pcap_ex_next’ desde un tipo de puntero incompatible pcap.c: En la función ‘__pyx_f_4pcap_4pcap___next__’: pcap.c:1338: aviso: se pasa el argumento 3 de ‘pcap_ex_next’ desde un tipo de puntero incompatible /usr/lib/distcc/bin/gcc -pthread -fno-strict-aliasing -march=pentium4 -O2 -pipe -fPIC -I/usr/include -I/usr/include/python2.5 -c pcap_ex.c -o build/temp.linux-i686-2.5/pcap_ex.o creating build/lib.linux-i686-2.5 /usr/lib/distcc/bin/gcc -pthread -shared -Wl,--as-needed -march=pentium4 -O2 -pipe build/temp.linux-i686-2.5/pcap.o build/temp.linux-i686-2.5/pcap_ex.o -L/usr/lib -L/usr/lib -lpcap -lpython2.5 -o build/lib.linux-i686-2.5/pcap.so >>> Source compiled. EEE.. ====================================================================== ERROR: test_pcap_dispatch (__main__.PcapTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 37, in test_pcap_dispatch p.dispatch(-1, __bad_handler) File "pcap.pyx", line 288, in pcap.pcap.dispatch raise exc[0], exc[1], exc[2] TypeError: exceptions must be strings, classes, or instances, not type ====================================================================== ERROR: test_pcap_errors (__main__.PcapTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 19, in test_pcap_errors print p.stats() File "pcap.pyx", line 325, in pcap.pcap.stats raise OSError, pcap_geterr(self.__pcap) TypeError: exceptions must be strings, classes, or instances, not type ====================================================================== ERROR: test_pcap_iter (__main__.PcapTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 9, in test_pcap_iter l = [ (x[0], len(x[1])) for x in pcap.pcap('test.pcap') ] File "pcap.pyx", line 346, in pcap.pcap.__next__ raise StopIteration TypeError: exceptions must be strings, classes, or instances, not type ---------------------------------------------------------------------- Ran 5 tests in 0.002s FAILED (errors=3) !!! ERROR: dev-python/pypcap-1.1 failed. Call stack: ebuild.sh, line 1615: Called dyn_test ebuild.sh, line 1027: Called qa_call 'src_test' ebuild.sh, line 44: Called src_test pypcap-1.1.ebuild, line 37: Called die !!! tests failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/log/portage/dev-python:pypcap-1.1:20070528-154132.log'.