maintainer-feedback requested: [Bug 238821] lang/python35: fix packaging on GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 26 10:08:18 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 238821: lang/python35: fix packaging on GCC architectures
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238821



--- Description ---
_pickle.so isn't build with base GCC by default:
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:
In function 'PyMemoTable_Copy':
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:677:
error: 'for' loop initial declaration used outside C99 mode
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:
In function '_pickle_PicklerMemoProxy_copy_impl':
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:4207:
error: 'for' loop initial declaration used outside C99 mode
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:
In function 'Unpickler_set_memo':
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:6794:
error: 'for' loop initial declaration used outside C99 mode
/usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/_pic
kle.c:6842:
error: 'for' loop initial declaration used outside C99 mode

Set USE_CSTD=c99 to fix build.


More information about the freebsd-python mailing list