Date: Wed, 26 Jun 2019 10:08:16 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 238821] lang/python35: fix packaging on GCC architectures Message-ID: <bug-238821-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238821 Bug ID: 238821 Summary: lang/python35: fix packaging on GCC architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: pkubaj@FreeBSD.org Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Created attachment 205349 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205349&action= =3Dedit patch _pickle.so isn't build with base GCC by default: /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c: In function 'PyMemoTable_Copy': /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c:677: error: 'for' loop initial declaration used outside C99 mode /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c: In function '_pickle_PicklerMemoProxy_copy_impl': /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c:4207: error: 'for' loop initial declaration used outside C99 mode /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c: In function 'Unpickler_set_memo': /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c:6794: error: 'for' loop initial declaration used outside C99 mode /usr/local/poudriere/ports/default/lang/python35/work/Python-3.5.7/Modules/= _pickle.c:6842: error: 'for' loop initial declaration used outside C99 mode Set USE_CSTD=3Dc99 to fix build. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238821-21822>