From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 07:41:03 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 349D016A4CE for ; Wed, 4 Feb 2004 07:41:03 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B076E43D55 for ; Wed, 4 Feb 2004 07:41:01 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i14Ff0fo022295; Wed, 4 Feb 2004 10:41:01 -0500 (EST) Date: Wed, 4 Feb 2004 10:41:00 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: leafy In-Reply-To: <20040204073146.GA26340@chihiro.leafy.idv.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: python fails to build on -current, stack trace attached 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 15:41:03 -0000 On Wed, 4 Feb 2004, leafy wrote: > libmap maps lc_r ->lpthreads, making Python in ports/lang/python > results in > > case $MAKEFLAGS in *-s*) CC='cc' LDSHARED='cc -shared -lpthread' > OPT='-DNDEBUG -O -pipe -march=pentium4 -DTHREAD_STACK_SIZE=0x20000' > ./python -E ./setup.py -q build;; *) CC='cc' LDSHARED='cc -shared > -lpthread' OPT='-DNDEBUG -O -pipe -march=pentium4 > -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py build;; esac > Bad system call (core dumped) > > Stack trace: > #0 0x2825bddf in ksem_trywait () from /lib/libc.so.5 cvsup (libc) and try again. I just committed a fix for this. -- Dan Eischen