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 [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CCAC184 for ; Tue, 17 Mar 2015 15:56:41 +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 22E55D9 for ; Tue, 17 Mar 2015 15:56:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HFufCg086425 for ; Tue, 17 Mar 2015 15:56:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 198660] lang/python27: sem_wait: Invalid argument on recent HEAD Date: Tue, 17 Mar 2015 15:56:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cipher_nl@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198660 Bug ID: 198660 Summary: lang/python27: sem_wait: Invalid argument on recent HEAD 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: cipher_nl@hotmail.com Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org 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 -- ===> Configuring for py27-cairo-1.10.0_2 ===> FreeBSD 10 autotools fix applied to /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0/configure ===> 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 Setting out to : /usr/ports/graphics/py-cairo/work/py2cairo-1.10.0/build_directory Checking for 'gcc' (c compiler) : ok Checking for program python : /usr/local/bin/python2.7 Checking for python version : (2, 7, 9, 'final', 0) 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: -- ===> Building for jsoncpp-0.6.0.r2 scons: Reading SConscript files ... Using platform 'linux-gcc-FreeBSD' LD_LIBRARY_PATH = :libs/linux-gcc-FreeBSD Building using PLATFORM = 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 ===> 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. -- You are receiving this mail because: You are the assignee for the bug.