Date: Sat, 19 Nov 2005 23:10:08 +0100 From: Didier Wiroth <didier.wiroth@mcesr.etat.lu> To: freebsd-stable@freebsd.org Subject: building gnome2 on freebsd6-stable Message-ID: <81b5f1713bb4.437fb0d0@etat.lu>
next in thread | raw e-mail | index | archive | help
hi, I tried to build gnome2 on freebsd6 stable. It fails when it tries to compile gnomeapllets2, here is the output: --------------START SNIP------------- 12.1/drivemount/help' if ! test -d es/; then mkdir es/; fi if test -f "C/drivemount.xml"; then d="../"; else d=".././"; fi; \ (cd es/ && \ `which xml2po` -e -p \ ${d}es/es.po \ ${d}C/drivemount.xml > drivemount.xml.tmp && \ cp drivemount.xml.tmp drivemount.xml && rm -f drivemount.xml.tmp) Traceback (most recent call last): File "/usr/X11R6/bin/xml2po", line 34, in ? import libxml2 File "/usr/local/lib/python2.4/site-packages/libxml2.py", line 1, in ? import libxml2mod ImportError: /usr/local/lib/python2.4/site-packages/libxml2mod.so: Undefined symbol "xmlParseURIRaw" gmake[3]: *** [es/drivemount.xml] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.12.1/drivemount/help' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.12.1/drivemount' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomeapplets2/work/gnome-applets-2.12.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnome2. -----------------STOP SNIP---------------------- What can I do to solve the problem? thanks a lot didier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81b5f1713bb4.437fb0d0>