Date: Sat, 23 Jun 2007 17:13:29 -0700 (PDT) From: Blah Blatz <blahblatz@yahoo.com> To: freebsd-questions@freebsd.org Subject: problem making gnome-applets Message-ID: <786189.59351.qm@web59303.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.
---------------------------------
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?786189.59351.qm>
