From owner-freebsd-ports@freebsd.org Wed Mar 9 14:31:24 2016 Return-Path: Delivered-To: freebsd-ports@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 A4876AC96BA for ; Wed, 9 Mar 2016 14:31:24 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (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 6B858CB4 for ; Wed, 9 Mar 2016 14:31:24 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1adf8u-002dES-Jk>; Wed, 09 Mar 2016 15:31:16 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1adf8u-002anB-96>; Wed, 09 Mar 2016 15:31:16 +0100 Date: Wed, 9 Mar 2016 15:31:15 +0100 From: "O. Hartmann" To: freebsd-ports Subject: poudriere: build failing permanently for lang/python27 Message-ID: <20160309153115.0e21d304@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 14:31:24 -0000 My setup is as follows: the base system is most recent CURRENT (as of today, FreeBSD 11.0-CURRENT #2 r296556: Wed Mar 9 06:50:02 CET 2016 amd64). The used jail is a built-from-source 10-STABLE, as of today, also. The ports tree is head and also up to date. Building a ports tree (customized/selected, not the whole FreeBSD's ports tree) works fine using a jail running HEAD as denoted above. But using the same (vanilla) configs (src.conf, make.conf) with the 10-STABLE jail, port lang/python fails in staging the port: bad_c++ code (message in webinterface), [...] 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/python-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=/wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 ./python -E ./setup.py install --prefix=/usr/local --install-scripts=/usr/local/bin --install-platlib=/usr/local/lib/python2.7/lib-dynload --root=/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 not found: _bsddb _sqlite3 _tkinter dl gdbm imageop linuxaudiodev spwd sunaudiodev 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 [...] What is wrong here? Am I mistaken that I can build on CURRENT by using a 10-STABLE jail a ports tree dedicated to 10-STABLE? Help is appreciated. Please CC me, I do not subscribe this list. Thank you very much in advance, Regards, Oliver