From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 28 01:34:49 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B071616A41F for ; Wed, 28 Dec 2005 01:34:49 +0000 (GMT) (envelope-from neal@lists.rauhauser.net) Received: from mail.manske.org (mail.manske.org [65.127.251.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D7443D55 for ; Wed, 28 Dec 2005 01:34:48 +0000 (GMT) (envelope-from neal@lists.rauhauser.net) Received: from [127.0.0.1] (localhost.manske.org [127.0.0.1]) by mail.manske.org (8.13.4/8.12.11) with ESMTP id jBS1YiUe031482 for ; Tue, 27 Dec 2005 19:34:45 -0600 (CST) (envelope-from neal@lists.rauhauser.net) Message-ID: <43B1EBB4.8040003@lists.rauhauser.net> Date: Tue, 27 Dec 2005 19:34:44 -0600 From: Neal Rauhauser User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <200512271600.jBRG0Mim045012@freefall.freebsd.org> <43B17251.8030906@fsn.hu> <20051227203122.GA59870@voi.aagh.net> <43B1A6FF.4060208@fsn.hu> In-Reply-To: <43B1A6FF.4060208@fsn.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-manskeltd-MailScanner: Found to be clean X-manskeltd-MailScanner-SpamCheck: X-MailScanner-From: neal@lists.rauhauser.net Subject: maybe this is the wrong place (python port on amd64) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 01:34:49 -0000 This is probably not the right place to send this but I have to start somewhere. I've got a Sempron 2600 with FreeBSD 6.0 and the python 2.4.2 port is broken. It works fine on all of the 32 bit FBSD boxes I have. I've run cvsup a couple of times in the last ten days hoping for a fix and its still messed. Any suggestions as to where to report this would be much appreciated. ===> Patching for python-2.4.2 /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]|g' /usr/ports/lang/python/work/Python-2.4.1/Lib/site.py ===> Applying FreeBSD patches for python-2.4.2 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to Modules/socketmodule.c.rej => Patch patch-Modules::socketmodule.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/lang/python.