This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, serhiy.storchaka, vstinner
Date 2017-10-31.12:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509454098.45.0.213398074469.issue31893@psf.upfronthosting.co.za>
In-reply-to
Content
The commit b9052a0f91d2e83bbc27267247a5920c82b242a3 broke compilation on FreeBSD:

building 'select' extension
cc -pthread -fPIC -Wno-unused-result -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I./Include -I. -I/usr/local/include -I/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Include -I/usr/home/buildbot/python/3.x.koobs-freebsd10/build -c /usr/home/buildbot/python/3.x.koobs-freebsd10/build/Modules/selectmodule.c -o build/temp.freebsd-10.3-STABLE-amd64-3.7-pydebug/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Modules/selectmodule.o
/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Modules/selectmodule.c:1889:63: error: expected ';' at end of declaration
                FILTER_FMT_UNIT FLAGS_FMT_UNIT FFLAGS_FMT_UNIT DATA_FMT_UNIT
                                                              ^
                                                              ;
1 error generated.
*** WARNING: renaming "_asyncio" since importing it failed: No module named 'select'

http://buildbot.python.org/all/#/builders/87/builds/95/steps/3/logs/stdio
History
Date User Action Args
2017-10-31 12:48:18vstinnersetrecipients: + vstinner, serhiy.storchaka, koobs
2017-10-31 12:48:18vstinnersetmessageid: <1509454098.45.0.213398074469.issue31893@psf.upfronthosting.co.za>
2017-10-31 12:48:18vstinnerlinkissue31893 messages
2017-10-31 12:48:17vstinnercreate