From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 19:40:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E51616A400 for ; Wed, 14 Feb 2007 19:40:12 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id D8D4713C4AC for ; Wed, 14 Feb 2007 19:40:11 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so318488nzh for ; Wed, 14 Feb 2007 11:40:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TKZHwue9/k4u8xe//oSbkN8PhIPaCwZWGMuNARF8f2zeNPiU8qhpkRDhehopHDNiD2TxoNS9sTWThTY0H0LOdVsRDLLXoshf7UNcBsVbTTE1wxnl+RGZSRaBNHpYJLSeBCdPGNRn2YI2Yi/mPJ66t+Wq3uRRuVaAeybz4kp8rds= Received: by 10.65.154.2 with SMTP id g2mr1243762qbo.1171482011090; Wed, 14 Feb 2007 11:40:11 -0800 (PST) Received: by 10.64.250.1 with HTTP; Wed, 14 Feb 2007 11:40:11 -0800 (PST) Message-ID: Date: Wed, 14 Feb 2007 14:40:11 -0500 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: python24 upgrade failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 19:40:12 -0000 hi, just csup ports and upgrade python24 but failed, here is the message: case $MAKEFLAGS in *-s*) CC='cc' LDSHARED='cc -shared -pthread' OPT='-DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x100000' ./python -E ./setup.py -q build;; *) CC='cc' LDSHARED='cc -shared -pthread' OPT='-DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x100000' ./python -E ./setup.py build;; esac running build running build_ext db.h: found (4, 1) in /usr/local/include/db41 db lib: using (4, 1) db41 Segmentation fault (core dumped) *** Error code 139 any idea?? thanks!! TFC