Your message dated Sat, 26 Apr 2014 16:35:03 +0000 with message-id <e1we5z9-0004pf...@franck.debian.org> and subject line Bug#738750: fixed in python-gevent 1.0-2 has caused the Debian Bug report #738750, regarding python-gevent: FTBFS on armel: error: missing binary operator before token "(" to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738750 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: python-gevent Version: 1.0-1 Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: sid jessie python-gevent 1.0-1 failed to build on the armel buildd: | arm-linux-gnueabi-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CHECK_ENABLE=0 -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-armv5tel-2.7-pydebug/libev -Ilibev -I/usr/include/python2.7_d -c gevent/gevent.core.c -o build/temp.linux-armv5tel-2.7-pydebug/gevent/gevent.core.o | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c:467:48: warning: "/*" within comment [-Wcomment] | /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */ | ^ | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c:620:42: error: missing binary operator before token "(" | #elif defined __clang && __has_feature (cxx_atomic) | ^ | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c:1311:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern' [enabled by default] | EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */ | ^ | In file included from libev/ev.c:174:0, | from gevent/libev.h:2, | from gevent/gevent.core.c:302: | libev/ev_poll.c: In function 'poll_poll': | libev/ev_poll.c:110:77: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); | ^ | libev/ev.c: In function 'verify_watcher': | libev/ev.c:2580:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); | ^ | libev/ev.c:2583:59: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w)); | ^ | libev/ev.c: In function 'verify_heap': | libev/ev.c:2593:54: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i)); | ^ | libev/ev.c:2594:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i]))); | ^ | libev/ev.c:2595:47: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i])))); | ^ | libev/ev.c: In function 'array_verify': | libev/ev.c:2606:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1)); | ^ | libev/ev.c: In function 'ev_verify': | libev/ev.c:2624:47: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0)); | ^ | libev/ev.c:2637:64: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: io watcher list contains a loop", w != w2)); | ^ | libev/ev.c:2641:61: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1)); | ^ | libev/ev.c:2642:65: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i)); | ^ | libev/ev.c: In function 'timers_reify': | libev/ev.c:2824:93: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.)); | ^ | libev/ev.c: In function 'ev_run': | libev/ev.c:3025:62: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE)); | ^ | libev/ev.c:3146:70: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); | ^ | libev/ev.c: In function 'ev_io_start': | libev/ev.c:3320:56: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_io_start called with negative fd", fd >= 0)); | ^ | libev/ev.c:3321:63: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE)))); | ^ | libev/ev.c:3330:62: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w)); | ^ | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c:3332:34: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] | fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | ^ | In file included from libev/ev.c:174:0, | from gevent/libev.h:2, | from gevent/gevent.core.c:302: | libev/ev.c: In function 'ev_io_stop': | libev/ev.c:3345:88: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); | ^ | libev/ev.c: In function 'ev_timer_start': | libev/ev.c:3365:75: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.)); | ^ | libev/ev.c: In function 'ev_timer_stop': | libev/ev.c:3393:53: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w)); | ^ | libev/ev.c: In function 'ev_signal_start': | libev/ev.c:3524:70: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); | ^ | libev/ev.c:3527:73: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: a signal must not be attached to two different loops", | ^ | libev/ev.c: In function 'ev_child_start': | libev/ev.c:3644:74: warning: left-hand operand of comma expression has no effect [-Wunused-value] | assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); | ^ | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c: At top level: | libev/ev.c:4563:27: warning: "/*" within comment [-Wcomment] | /* EV_STAT 0x00001000 /* stat data changed */ | ^ | libev/ev.c:4564:27: warning: "/*" within comment [-Wcomment] | /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ | ^ | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:302: | libev/ev.c: In function 'evpipe_write': | libev/ev.c:1940:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | write (evpipe [1], &counter, sizeof (uint64_t)); | ^ | libev/ev.c:1952:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | write (evpipe [1], &(evpipe [1]), 1); | ^ | libev/ev.c: In function 'pipecb': | libev/ev.c:1973:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] | read (evpipe [1], &counter, sizeof (uint64_t)); | ^ | libev/ev.c:1987:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] | read (evpipe [0], &dummy, sizeof (dummy)); | ^ | error: command 'arm-linux-gnueabi-gcc' failed with exit status 1 | [34192 refs] | dh_auto_build: python-dbg setup.py build --force returned exit code 1 | make[1]: *** [override_dh_auto_build] Error 1 The full build log is available at https://buildd.debian.org/status/fetch.php?pkg=python-gevent&arch=armel&ver=1.0-1&stamp=1391298160 Could you please take a look? Regards -- Sebastian Ramacher
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: python-gevent Source-Version: 1.0-2 We believe that the bug you reported is fixed in the latest version of python-gevent, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated python-gevent package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 26 Apr 2014 17:58:50 +0200 Source: python-gevent Binary: python-gevent-dbg python-gevent-doc python-gevent Architecture: source amd64 all Version: 1.0-2 Distribution: unstable Urgency: low Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org> Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org> Description: python-gevent - gevent is a coroutine-based Python networking library python-gevent-dbg - gevent is a coroutine-based Python networking library - debugging python-gevent-doc - gevent is a coroutine-based Python networking library - documenta Closes: 738750 Changes: python-gevent (1.0-2) unstable; urgency=low . * Sync with Ubuntu, thanks to Sebastian Ramacher for the heads-up. . [ Matthias Klose <d...@ubuntu.com> ] * Fix build failure on arm64 (closes: #738750). Checksums-Sha1: 6c57a20452bc5730f41505dce09b1171d3883acc 2009 python-gevent_1.0-2.dsc ced9f104f9838f9c0943f66548c9a581c9df210e 71704 python-gevent_1.0-2.debian.tar.xz 4c4e350b98fc8be435b6419713605851e87da90f 1224470 python-gevent-dbg_1.0-2_amd64.deb 0dec5e35060038ea9e09ebdc58dc7b7f6ca8602d 139444 python-gevent-doc_1.0-2_all.deb f12ce4666d9b5f607b2ed6439b0f2f457a081454 215320 python-gevent_1.0-2_amd64.deb Checksums-Sha256: 2bd75ae65bd7097d0f7ac95ee8160823d61eaef43a313d6e59ce5fb5e11f82d1 2009 python-gevent_1.0-2.dsc 94405042beac708cdf7a7d4de3337d302d9546e9d5f819d89a7df54b3596810e 71704 python-gevent_1.0-2.debian.tar.xz 86b83bb4e747c8d5a7f7576409614aac1b661bce0ca6cde40790456e1c71ef42 1224470 python-gevent-dbg_1.0-2_amd64.deb e1f2f7cf799ba7053ccb4c0f5bd56a4dd3bccecffb80fa6864ea1e4a52ef827e 139444 python-gevent-doc_1.0-2_all.deb 4d10a30fcfa78fe9d427f7034be3c4ead8631c418953d6a480ea08b6e3ffde37 215320 python-gevent_1.0-2_amd64.deb Files: e8ce34f8c4fe01f9cceb44bfdbf7febf 1224470 debug extra python-gevent-dbg_1.0-2_amd64.deb 3f5586dba80abfd5b49264d9f0020639 139444 doc optional python-gevent-doc_1.0-2_all.deb 716da02823d7080291af88e51ca9d0eb 215320 python extra python-gevent_1.0-2_amd64.deb 50df2bf23db1b684638a7d70f42a2d71 2009 python extra python-gevent_1.0-2.dsc 1439af31beac4b12a6ecaf99325c2012 71704 python extra python-gevent_1.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTW90cAAoJENzjEOeGTMi/VNQP/1eAyrieZddyEgbUm7zgRCTT 5qiNhvNJSdCZuzLnWAXGCHa039HyTAzU6HJd45I8UQ88UfmsT8AgwDg9s/GKEmqR DJmyfKUwZJ5ZzhO6Jqdw99uksXJYC82iSGRCVy/U0j0HYMsY1SdcrEzvqCMvsxUb s2BSiWlNSw/9s+e9CNyFOP5b3StqwbpFt/5/xrU7Jo64pXlOFXpE/rzm8YqmN2cp mB7qniRNT8sr2Sl8brFEr8GqvIKSXf1Hb4kBrjmNK1E6zflrFAIEBLMSGegaruWQ j7UVxaUV0zYuN1Ic9Wm7bgbDB6YUeUD2zG41sRe6YGNWin4DLjLA29yOHgGHMmUq ASaMf1FTb5gAuOOxhER5+OZs0eOgQmmWUMN0SpErOla0t/A5+a0tPIWrV3wJgxTx 6u6K3vwcJoZxaULG+Kh9ExePmXDGWypGcfDAa9lCtQ0ecr/Y9ju9rQJrfFIxGUI2 UCRmFvJ8trePu+9dilC5lk7JYZ6ab44401WiNzw77/0xaiRbC5vXQhESI0bwxnqd nP5jOPjNXioGMvgc0D8wCAh9hG0UNruu3bUN2kEiFuKSrKD+btFBT7e/MKXXWyYw Qyq9OA6V1tVg1tC0wL14rqjAQpNPoKkUy6lnadBDi00nl83mNcgD1RW5zGuGQrIV ojKXMTIsEOsmsCTFU3Te =tGT9 -----END PGP SIGNATURE-----
--- End Message ---