From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 12 15:42:44 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30C4106566B for ; Sun, 12 Sep 2010 15:42:44 +0000 (UTC) (envelope-from feld@feld.me) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A341B8FC17 for ; Sun, 12 Sep 2010 15:42:44 +0000 (UTC) Received: by pwi8 with SMTP id 8so2120262pwi.13 for ; Sun, 12 Sep 2010 08:42:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.239.3 with SMTP id m3mr2323923wfh.64.1284304489145; Sun, 12 Sep 2010 08:14:49 -0700 (PDT) Received: by 10.142.139.9 with HTTP; Sun, 12 Sep 2010 08:14:49 -0700 (PDT) X-Originating-IP: [66.168.54.242] Date: Sun, 12 Sep 2010 10:14:49 -0500 Message-ID: From: Mark Felder To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Python26-2.6.6 fails to build with pth X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 15:42:44 -0000 Hi guys, Just got an update for python from 2.6.5 to 2.6.6 and it won't build with the GNU PTH patch. See Below. Regards, Mark ===>>> Currently installed version: python26-2.6.5_1 ===>>> Port directory: /usr/ports/lang/python26 ===>>> Gathering distinfo list for installed ports ===>>> Gathering dependency list for lang/python26 from ports ===>>> Initial dependency check complete for lang/python26 ===>>> Starting build for lang/python26 <<<=== ===>>> All dependencies are up to date ===> Cleaning for python26-2.6.6 ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for python26-2.6.6 ===> Extracting for python26-2.6.6 => MD5 Checksum OK for python/Python-2.6.6.tgz. => SHA256 Checksum OK for python/Python-2.6.6.tgz. ===> Patching for python26-2.6.6 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.6/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.6/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.6/portbld.static /usr/ports/lang/python26/work/Python-2.6.6/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.6/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.6/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.6/Tools/scripts/2to3 > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.6/Tools/scripts/idle > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.6/Tools/scripts/pydoc > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.6/Tools/scripts/smtpd.py > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python26/work/Python-2.6.6/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python26/work/Python-2.6.6/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g; s|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' /usr/ports/lang/python26/work/Python-2.6.6/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python26/work/Python-2.6.6/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' /usr/ports/lang/python26/work/Python-2.6.6/Misc/python-config.in > /usr/ports/lang/python26/work/python2.6-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' /usr/ports/lang/python26/work/Python-2.6.6/Misc/python-config.in > /usr/ports/lang/python26/work/python-shared2.6-config ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-configure-pth 1 out of 1 hunks failed--saving rejects to configure.rej *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. ===>>> make failed for lang/python26 ===>>> Aborting update