From owner-freebsd-ports-bugs@freebsd.org Thu Mar 10 06:58:10 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4C3CACA0C7 for ; Thu, 10 Mar 2016 06:58:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 98F5964F for ; Thu, 10 Mar 2016 06:58:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2A6wA8F080758 for ; Thu, 10 Mar 2016 06:58:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207872] lang/python27: poudriere and 10-STABLE-jail build failure Date: Thu, 10 Mar 2016 06:58:10 +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 Some People X-Bugzilla-Who: ohartman@zedat.fu-berlin.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org 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: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 06:58:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207872 Bug ID: 207872 Summary: lang/python27: poudriere and 10-STABLE-jail build failure Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org The port fails to be built within poudriere jail, which is resembled from 10-STABLE. The host running poudriere is running most recent CURRENT. Building lang/python27 with a jail also resembled from CURRENT on the very same host works flawless. The 10-STABLE jail uses its own config files for make.conf and src.conf and they are "vanilla": no alterations made. The port fails in staging with an Bad_c++_Code Error reported, below "porti= on of the poudriere log". What to do? portion of the poudriere log: [...] Creating directory /usr/local/lib/python2.7/config install -m 0644 Modules/config.c /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= config.c install -m 0644 Modules/python.o /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= python.o install -m 0644 ./Modules/config.c.in /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= config.c.in install -m 0644 Makefile /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= Makefile install -m 0644 Modules/Setup /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= Setup install -m 0644 Modules/Setup.local /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= Setup.local install -m 0644 Modules/Setup.config /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= Setup.config install -m 0644 Misc/python.pc /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/libdata/pkgconfig/pyt= hon-2.7.pc install -m 555 ./Modules/makesetup /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= makesetup install -m 555 ./install-sh /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/= install-sh install -m 555 python-config /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/bin/python2.7-config rm python-config LD_LIBRARY_PATH=3D/wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 ./pyt= hon -E ./setup.py install --prefix=3D/usr/local --install-scripts=3D/usr/local/b= in=20 --install-platlib=3D/usr/local/lib/python2.7/lib-dynload=20 --root=3D/wrkdirs/usr/ports/lang/python27/work/stage/ running install running build running build_ext building dbm using ndbm INFO: Can't locate Tcl/Tk libs and/or headers Python build finished, but the necessary bits to build these modules were n= ot found: _bsddb _sqlite3 _tkinter=20=20=20=20=20=20=20=20 dl gdbm imageop=20=20=20=20=20=20=20=20=20 linuxaudiodev spwd sunaudiodev=20=20=20=20=20 To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/pydoc -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/idle -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/2to3 -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of build/scripts-2.7/2to3 from 644 to 755 renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7 renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7 renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7 running install_lib error: error listing files in 'build/lib.freebsd-10.3-PRERELEASE-amd64-2.7': Operation not supported *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python27 =3D=3D=3D=3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for python27-2.7.11_1 build of lang/python27 ended at Thu Mar 10 07:21:35 CET 2016 build time: 00:00:42 !!! build failure encountered !!! --=20 You are receiving this mail because: You are the assignee for the bug.=