From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 10:38:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96ADC106566B for ; Sun, 18 Apr 2010 10:38:22 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3148B8FC08 for ; Sun, 18 Apr 2010 10:38:21 +0000 (UTC) Received: from yokozuna.lan (213-84-73-82.adsl.xs4all.nl [80.101.78.208]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id o3IAcKIo057051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 18 Apr 2010 12:38:20 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [IPv6:::1]) by yokozuna.lan (8.14.4/8.14.4) with ESMTP id o3IAcKt0066665 for ; Sun, 18 Apr 2010 12:38:20 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Sun, 18 Apr 2010 12:38:20 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: by XS4ALL Virus Scanner Subject: python core dump during portupgrade firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 10:38:22 -0000 Hi, I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, types, sys, cStringIO, md5, os.path gmake[4]: *** [dom_quickstubs.cpp] Segmentation fault: 11 (core dumped) gmake[4]: *** Waiting for unfinished jobs.... xpccomponents.cpp: In function 'nsresult xpc_EvalInSandbox(JSContext*, JSObject*, const nsAString_internal&, const char*, PRInt32, JSVersion, PRBool, jsval*)': xpccomponents.cpp:3602: warning: 'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used uninitialized in this function xpccomponents.cpp:3614: warning: 'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used uninitialized in this function gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect' gmake[2]: *** [libs_tier_gecko] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2' gmake[1]: *** [tier_gecko] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2' gmake: *** [default] Error 2 ... I got a coredump from python2.6 so I guess something is wrong with firefox or python or the combination of the two. Has this something to do with the portstree being a mess at this moment? Thanks, Marco -- Finding out what goes on in the C.I.A. is like performing acupuncture on a rock. -- New York Times, Jan. 20, 1981