Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 10:10:30 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Blah Blatz <blahblatz@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: problem making gnome-applets
Message-ID:  <44tzswf7l5.fsf@be-well.ilk.org>
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\)")
References:  <786189.59351.qm@web59303.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Blah Blatz <blahblatz@yahoo.com> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44tzswf7l5.fsf>