From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 08:55:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE2D16A4CE for ; Wed, 4 Feb 2004 08:55:46 -0800 (PST) Received: from kai.xtaz.net (router.xtaz.net [82.68.183.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0249543D4C for ; Wed, 4 Feb 2004 08:55:46 -0800 (PST) (envelope-from matt@xtaz.net) Received: from xtaz.net (localhost [127.0.0.1]) by kai.xtaz.net (Postfix) with ESMTP id 99C368FC4E; Wed, 4 Feb 2004 16:55:44 +0000 (GMT) Message-ID: <4021240F.7050204@xtaz.net> Date: Wed, 04 Feb 2004 16:55:43 +0000 From: Matt Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: leafy References: <4020FD03.8050509@xtaz.net> <4021107D.8050804@xtaz.net> <20040204164637.GA26796@chihiro.leafy.idv.tw> In-Reply-To: <20040204164637.GA26796@chihiro.leafy.idv.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Major error when trying to portupgrade on latest -current system/ports. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 16:55:47 -0000 leafy wrote: > Python now core dumps with libpthread unfortunately. That's why it > stops in bsd.python.mk. I posted earlier my stack trace, could you > verify that you have the same symptons? > > Jiawei > Yes I just tested the libc fix that was commited shortly afterwards. This did the trick. I installed the new libc and then recompiled python with libpthread. My portupgrade -rai is now running perfectly with no errors using my original libmap.conf. So problem solved! Matt.