From owner-freebsd-python@FreeBSD.ORG Tue Mar 17 15:56:41 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC95E182 for ; Tue, 17 Mar 2015 15:56:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C732ED7 for ; Tue, 17 Mar 2015 15:56:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HFueXV086419 for ; Tue, 17 Mar 2015 15:56:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 198660] lang/python27: sem_wait: Invalid argument on recent HEAD Date: Tue, 17 Mar 2015 15:56:40 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 15:56:41 -0000 cipher_nl@hotmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.= org: Bug 198660: lang/python27: sem_wait: Invalid argument on recent HEAD https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198660 --- Description --- Possibly due to Clang 3.6 import, Python seems to have some issues when compiling ports on a recent HEAD (r280133). lang/python27 itself compiles fine, but various ports that require it fail with: py27-cairo when compiling Gnome and others -- =3D=3D=3D> Configuring for py27-cairo-1.10.0_2 =3D=3D=3D> FreeBSD 10 autotools fix applied to /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0/configure =3D=3D=3D> FreeBSD 10 autotools fix applied to /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0/aclocal.m4 Setting top to : /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0=20 Setting out to : /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0/build_directory=20 Checking for 'gcc' (c compiler) : ok=20 Checking for program python : /usr/local/bin/python2.7=20 Checking for python version : (2, 7, 9, 'final', 0)=20 Checking for library python2.7 : sem_wait: Invalid argument sem_wait: Invalid argument sem_wait: Invalid argument *** Signal 11 -- or devel/jsoncpp when compiling Chromium: -- =3D=3D=3D> Building for jsoncpp-0.6.0.r2 scons: Reading SConscript files ... Using platform 'linux-gcc-FreeBSD' LD_LIBRARY_PATH =3D :libs/linux-gcc-FreeBSD Building using PLATFORM =3D linux-gcc-FreeBSD scons: warning: The build_dir keyword has been deprecated; use the variant_= dir keyword instead. File "/usr/ports/devel/jsoncpp/work/jsoncpp-src-0.6.0-rc2/SConstruct", line 207, in buildProjectInDirectory scons: warning: The build_dir keyword has been deprecated; use the variant_= dir keyword instead. File "/usr/ports/devel/jsoncpp/work/jsoncpp-src-0.6.0-rc2/SConstruct", line 207, in buildProjectInDirectory scons: warning: The build_dir keyword has been deprecated; use the variant_= dir keyword instead. File "/usr/ports/devel/jsoncpp/work/jsoncpp-src-0.6.0-rc2/SConstruct", line 207, in buildProjectInDirectory scons: done reading SConscript files. sem_wait: Invalid argument sem_wait: Invalid argument sem_wait: Invalid argument sem_wait: Invalid argument scons: Building targets ... sem_wait: Invalid argument Fatal Python error: ceval: orphan tstate sem_wait: Invalid argument sem_wait: Invalid argument Abort trap =3D=3D=3D> Compilation failed unexpectedly. -- or www/firefox: -- updating cache ./config.cache creating ./config.status sem_wait: Invalid argument sem_wait: Invalid argument sem_wait: Invalid argument sem_wait: Invalid argument Traceback (most recent call last): File "/usr/ports/www/firefox/work/mozilla-release/build/subconfigure.py", line 422, in sys.exit(main(sys.argv[1:])) File "/usr/ports/www/firefox/work/mozilla-release/build/subconfigure.py", line 406, in main return subconfigure(args) File "/usr/ports/www/firefox/work/mozilla-release/build/subconfigure.py", line 393, in subconfigure pool.imap_unordered(run, subconfigures): File "/usr/local/lib/python2.7/multiprocessing/pool.py", line 652, in next sem_wait: Invalid argument sem_wait: Invalid argument Fatal Python error: PyEval_AcquireThread: non-NULL old thread state Abort trap -- There are other errors that pop up on various ports, but these seem to be related to Python and yield a specific 'sem_wait' message prior to failure.=