From owner-freebsd-questions@FreeBSD.ORG Mon Jun 25 14:10:33 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 534C816A421 for ; Mon, 25 Jun 2007 14:10:33 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id E496013C487 for ; Mon, 25 Jun 2007 14:10:32 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 5501 invoked from network); 25 Jun 2007 14:10:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Jun 2007 14:10:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 476F628440; Mon, 25 Jun 2007 10:10:31 -0400 (EDT) To: Blah Blatz References: <786189.59351.qm@web59303.mail.re1.yahoo.com> From: Lowell Gilbert Date: Mon, 25 Jun 2007 10:10:30 -0400 In-Reply-To: <786189.59351.qm@web59303.mail.re1.yahoo.com> (Blah Blatz's message of "Sat\, 23 Jun 2007 17\:13\:29 -0700 \(PDT\)") Message-ID: <44tzswf7l5.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: problem making gnome-applets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 14:10:33 -0000 Blah Blatz writes: > I'm trying to make /usr/ports/x11/gnome2, and it's failing in /usr/ports/x11/gnome-applets. More specifically, in charpick/help, when it's trying to do an xml2po on char-palette.xml. Here's the interesting part of the output: > > gmake[3]: Entering directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.18.0/charpick/help' > if ! test -d bg/; then mkdir bg/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/char-palette.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd bg/ && \ > `which xml2po` -e -p \ > "${d}bg/bg.po" \ > "${d}C/char-palette.xml" > char-palette.xml.tmp && \ > cp char-palette.xml.tmp char-palette.xml && rm -f char-palette.xml.tmp) > Segmentation fault (core dumped) > gmake[3]: *** [bg/char-palette.xml] Error 139 > > There's a python core file in there, so I'm guessing that python is the thing that actually exploded. > > Anybody have any suggestions? You can always install from packages... First guesses would be that either your python installation or your memory is corrupt. Also, make sure that you clean the directory before trying to build the port (gnome-applets, in particular) again. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/