From owner-freebsd-python@FreeBSD.ORG Fri Feb 27 06:00:12 2009 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D1DA106566C for <python@FreeBSD.org>; Fri, 27 Feb 2009 06:00:12 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 92E1B8FC1C for <python@FreeBSD.org>; Fri, 27 Feb 2009 06:00:10 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 25611 invoked from network); 27 Feb 2009 05:32:05 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.160.78) by smtp.mel.people.net.au with SMTP; 27 Feb 2009 05:32:05 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id 76838170D5; Fri, 27 Feb 2009 16:32:08 +1100 (EST) Date: Fri, 27 Feb 2009 16:32:08 +1100 From: andrew clarke <mail@ozzmosis.com> To: python@FreeBSD.org Message-ID: <20090227053208.GA77841@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-ports@FreeBSD.org Subject: python25-2.5.4_1 build failure X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Feb 2009 06:00:13 -0000 Hi, python25-2.5.4_1 is failing to build on 6.4-REL-p1, and waits for input on stdin: # uname -a FreeBSD blizzard.phoenix 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # pwd /usr/ports/lang/python25 # make clean ===> Cleaning for python25-2.5.4_1 # make ===> Vulnerability check disabled, database not found ===> Found saved configuration for python25-2.5.2_3 ===> Extracting for python25-2.5.4_1 => MD5 Checksum OK for python/Python-2.5.4.tgz. => SHA256 Checksum OK for python/Python-2.5.4.tgz. ===> Patching for python25-2.5.4_1 ... /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.5|' /usr/ports/lang/python25/work/Python-2.5.4/Misc/python-config.in > /usr/ports/lang/python25/work/python2.5-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.5|' /usr/ports/lang/python25/work/Python-2.5.4/Misc/python-config.in > /usr/ports/lang/python25/work/python-shared2.5-config ===> Applying FreeBSD patches for python25-2.5.4_1 File to patch: Thanks, Regards Andrew