Source: tevent Version: 0.9.9~git20100928-1 Severity: serious > > sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on murphy.debian.org > > ╔══════════════════════════════════════════════════════════════════════════════╗ > ║ tevent 0.9.9~git20100928-1 (i386) 28 Sep 2010 > 14:51 ║ > ╚══════════════════════════════════════════════════════════════════════════════╝ [...] > Checking size of void* : 4 > Checking for working strptime : ok > Checking for HAVE_GETTIMEOFDAY_TZ : ok > Checking for C99 vsnprintf : ok > Checking for HAVE_IMMEDIATE_STRUCTURES : ok > Checking for HAVE_MKDIR_MODE : ok > Checking for member st_mtim.tv_nsec in struct stat : ok > Checking for member st_rdev in struct stat : ok > Checking for member st_rdev in struct stat : ok > Checking for member ss_family in struct sockaddr_storage : ok > Checking for member sa_len in struct sockaddr : not found > Checking for member sin_len in struct sockaddr_in : not found > Checking for HAVE_UNIXSOCKET : ok > Checking for HAVE_SECURE_MKSTEMP : ok > Checking compiler accepts -fvisibility=hidden : yes > Checking for HAVE_VISIBILITY_ATTR : ok > Checking for HAVE_IFACE_GETIFADDRS : ok > Checking for getpass : ok > Checking for getpassphrase : not found > Checking for REPLACE_GETPASS : ok > Checking for getpwnam_r : ok > Checking for getpwuid_r : ok > Checking for getpwent_r : ok > Checking for declaration of getpwent_r : ok > Checking C prototype for getpwent_r : not found > Checking for declaration of getgrent_r : ok > Checking C prototype for getgrent_r : not found > Checking C prototype for getpwent_r : not found > Checking C prototype for getgrent_r : not found > Checking for getgrouplist : ok > Checking for system talloc >= 2.0.1 : yes > Checking for epoll_create : ok > Checking for program python : /usr/bin/python > Checking for Python version >= 2.4.2 : ok 2.6.6 > Checking for library python2.6 : not found > Checking for library python2.6 : not found > Checking for library python26 : not found > Checking for program python2.6-config : not found > Checking for program python-config-2.6 : not found > Checking for custom code : Could not find the > python development headers > Disabling pytevent as python devel libs not found > 'configure' finished successfully (33.910s) > touch configure-stamp > dh_testdir > /usr/bin/make all > make[1]: Entering directory > `/build/buildd-tevent_0.9.9~git20100928-1-i386-uGbSo2/tevent-0.9.9~git20100928' > WAF_MAKE=1 buildtools/bin/waf build > Waf: Entering directory > `/build/buildd-tevent_0.9.9~git20100928-1-i386-uGbSo2/tevent-0.9.9~git20100928/bin' > Checking project rules ... > Project rules pass > [ 1/31] Compiling lib/replace/replace.c > [ 2/31] Compiling lib/replace/snprintf.c > [ 3/31] Compiling lib/replace/getpass.c > [ 4/31] Generating PKGCONFIG_tevent.pc > [ 5/31] Compiling lib/replace/replace.c > [ 6/31] Compiling lib/replace/snprintf.c > [ 7/31] Compiling tevent.c > [ 8/31] Compiling tevent_debug.c > [ 9/31] Compiling tevent_fd.c > [10/31] Compiling tevent_immediate.c > [11/31] Compiling tevent_queue.c > [12/31] Compiling tevent_req.c > [13/31] Compiling tevent_select.c > [14/31] Compiling tevent_signal.c > [15/31] Compiling tevent_standard.c > [16/31] Compiling tevent_timed.c > [17/31] Compiling tevent_util.c > [18/31] Compiling tevent_wakeup.c > [19/31] Compiling tevent_epoll.c > [20/31] Compiling pytevent.c > ../pytevent.c:25:20: error: Python.h: No such file or directory > ../pytevent.c:29: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:34: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:39: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:44: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:49: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:54: error: expected specifier-qualifier-list before > 'PyObject_HEAD' > ../pytevent.c:58: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:59: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:62: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:63: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'PyTypeObject' > ../pytevent.c:163: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:189: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:199: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:205: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c: In function 'py_queue_trigger': > ../pytevent.c:213: error: 'PyObject' undeclared (first use in this function) > ../pytevent.c:213: error: (Each undeclared identifier is reported only once > ../pytevent.c:213: error: for each function it appears in.) > ../pytevent.c:213: error: 'callback' undeclared (first use in this function) > ../pytevent.c:213: error: 'ret' undeclared (first use in this function) > ../pytevent.c:213: warning: left-hand operand of comma expression has no > effect > ../pytevent.c:215: warning: implicit declaration of function > 'PyObject_CallFunction' > ../pytevent.c:216: warning: implicit declaration of function 'Py_XDECREF' > ../pytevent.c: At top level: > ../pytevent.c:219: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:245: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_queue_methods' > ../pytevent.c:255: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:262: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:271: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c: In function 'py_tevent_signal_handler': > ../pytevent.c:319: error: 'PyObject' undeclared (first use in this function) > ../pytevent.c:319: error: 'callback' undeclared (first use in this function) > ../pytevent.c:319: error: expected expression before ')' token > ../pytevent.c:321: error: 'ret' undeclared (first use in this function) > ../pytevent.c: In function 'py_tevent_signal_dealloc': > ../pytevent.c:327: error: 'TeventSignal_Object' has no member named 'signal' > ../pytevent.c:328: warning: implicit declaration of function 'PyObject_Del' > ../pytevent.c: At top level: > ../pytevent.c:331: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'TeventSignal_Type' > ../pytevent.c:338: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c: In function 'py_timer_handler': > ../pytevent.c:369: error: 'PyObject' undeclared (first use in this function) > ../pytevent.c:369: error: 'callback' undeclared (first use in this function) > ../pytevent.c:369: error: 'ret' undeclared (first use in this function) > ../pytevent.c:369: warning: left-hand operand of comma expression has no > effect > ../pytevent.c: At top level: > ../pytevent.c:374: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c: In function 'py_fd_handler': > ../pytevent.c:406: error: 'PyObject' undeclared (first use in this function) > ../pytevent.c:406: error: 'callback' undeclared (first use in this function) > ../pytevent.c:406: error: 'ret' undeclared (first use in this function) > ../pytevent.c:406: warning: left-hand operand of comma expression has no > effect > ../pytevent.c: At top level: > ../pytevent.c:412: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:446: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_context_methods' > ../pytevent.c:472: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:478: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:484: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:490: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:496: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:502: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_req_getsetters' > ../pytevent.c:508: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:514: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:520: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:526: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:532: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:538: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:547: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_req_methods' > ../pytevent.c: In function 'py_tevent_req_dealloc': > ../pytevent.c:573: error: 'TeventReq_Object' has no member named 'req' > ../pytevent.c:574: warning: implicit declaration of function 'PyObject_DEL' > ../pytevent.c: At top level: > ../pytevent.c:577: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'TeventReq_Type' > ../pytevent.c:586: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:591: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_queue_getsetters' > ../pytevent.c: In function 'py_tevent_queue_dealloc': > ../pytevent.c:599: error: 'TeventQueue_Object' has no member named 'queue' > ../pytevent.c: At top level: > ../pytevent.c:603: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'TeventQueue_Type' > ../pytevent.c:612: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:618: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'py_tevent_context_getsetters' > ../pytevent.c: In function 'py_tevent_context_dealloc': > ../pytevent.c:626: error: 'TeventContext_Object' has no member named 'ev' > ../pytevent.c: At top level: > ../pytevent.c:630: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:662: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'TeventContext_Type' > ../pytevent.c:672: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:683: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > ../pytevent.c:709: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'tevent_methods' > ../pytevent.c: In function 'init_tevent': > ../pytevent.c:721: error: 'PyObject' undeclared (first use in this function) > ../pytevent.c:721: error: 'm' undeclared (first use in this function) > ../pytevent.c:723: warning: implicit declaration of function 'PyType_Ready' > ../pytevent.c:723: error: 'TeventContext_Type' undeclared (first use in this > function) > ../pytevent.c:726: error: 'TeventQueue_Type' undeclared (first use in this > function) > ../pytevent.c:729: error: 'TeventReq_Type' undeclared (first use in this > function) > ../pytevent.c:732: error: 'TeventSignal_Type' undeclared (first use in this > function) > ../pytevent.c:735: error: 'TeventTimer_Type' undeclared (first use in this > function) > ../pytevent.c:738: error: 'TeventFd_Type' undeclared (first use in this > function) > ../pytevent.c:741: warning: implicit declaration of function 'Py_InitModule3' > ../pytevent.c:741: error: 'tevent_methods' undeclared (first use in this > function) > ../pytevent.c:745: warning: implicit declaration of function 'Py_INCREF' > ../pytevent.c:746: warning: implicit declaration of function > 'PyModule_AddObject' > ../pytevent.c:746: error: expected expression before ')' token > ../pytevent.c:749: error: expected expression before ')' token > ../pytevent.c:752: error: expected expression before ')' token > ../pytevent.c:755: error: expected expression before ')' token > ../pytevent.c:758: error: expected expression before ')' token > ../pytevent.c:761: error: expected expression before ')' token > Waf: Leaving directory > `/build/buildd-tevent_0.9.9~git20100928-1-i386-uGbSo2/tevent-0.9.9~git20100928/bin' > Build failed: -> task failed (err #1): > {task: cc pytevent.c -> pytevent_4.o} > make[1]: *** [all] Error 1 > make[1]: Leaving directory > `/build/buildd-tevent_0.9.9~git20100928-1-i386-uGbSo2/tevent-0.9.9~git20100928' > make: *** [build-stamp] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > ──────────────────────────────────────────────────────────────────────────────── > Build finished at 20100928-1452 > FAILED [dpkg-buildpackage died]
signature.asc
Description: Digital signature