Date: Wed, 05 Aug 2015 13:48:32 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 200622] lang/python27: Not jobs safe (All Python < 3.5) Message-ID: <bug-200622-21822-Tsou7U5jqX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200622-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-200622-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200622 --- Comment #13 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Wed Aug 5 13:48:26 UTC 2015 New revision: 393590 URL: https://svnweb.freebsd.org/changeset/ports/393590 Log: MFH: r393217 lang/python{27,32,33,34}: Mark MAKE_JOBS_UNSAFE Parser/pgen code intermittently and non-deterministically fails at build time causing errors including, among others: * Parser/pgen.o: file not recognized: File truncated * pgenmain.c:(.text+0x244): undefined reference to `_Py_pgen' This is apparently due to incorrect uses of recursive make [1] which was fixed in the upstream Python 'default' (3.5) branch [2]. This change marks all Python port versions as MAKE_JOBS_UNSANFE until the the original changeset [1] and the resulting regression in cross-builds [3], whos fix is still pending, can be backported. [1] https://bugs.python.org/issue22359 [2] https://hg.python.org/cpython/rev/c2a53aa27cad [3] https://bugs.python.org/issue22625 PR: 200622 Approved by: portmgr (feld) Changes: _U branches/2015Q3/ branches/2015Q3/lang/python27/Makefile branches/2015Q3/lang/python32/Makefile branches/2015Q3/lang/python33/Makefile branches/2015Q3/lang/python34/Makefile -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200622-21822-Tsou7U5jqX>