Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2007 19:10:02 -0700 (PDT)
From:      Blah Blatz <blahblatz@yahoo.com>
To:        freebsd-gnome@freebsd.org
Subject:   problem making gnome-applets
Message-ID:  <6641.45039.qm@web59308.mail.re1.yahoo.com>

next in thread | raw e-mail | index | archive | help

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?

Thanks in advance for any help.

       
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
 
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.



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