Date: Tue, 21 Aug 2007 13:45:58 +0300 From: Georgi Iovchev <geo@pulsar.bg> To: "Eric L. Chen" <d9364104@mail.nchu.edu.tw> Cc: freebsd-gnome@freebsd.org Subject: Re[2]: FreeBSD Port: security/seahorse Message-ID: <774371419.20070821134558@pulsar.bg> In-Reply-To: <1187685469.1483.10.camel@localhost> References: <682741294.20070821103447@pulsar.bg> <1187685469.1483.10.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
hello again :) i found where the problem were it were my mystake i got and python 2.5 and many py24- and py25-* and /usr/local/bin/xml2po were using python2.4 instead of 2.5 anyway 10x for your help -- Tuesday, August 21, 2007, 11:37:49 AM: > Try is patch, I can compile entire GNOME after apply this patch. > /Eric > --- /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:03:58 2007 > +++ /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:06:17 2007 > @@ -23,7 +23,7 @@ > CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ > --with-html-dir=${PREFIX}/share/doc \ > --with-html-subdir=${PORTNAME} \ > - --with-python=${LOCALBASE} > + --with-python=${PYTHON_CMD} > DOCSDIR= ${PREFIX}/share/doc/py-libxml2 > EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 > On Tue, 2007-08-21 at 10:34 +0300, Georgi Iovchev wrote: >> Hi >> >> Cant install seahorse on freesbd 6.2/i386 >> Port: seahorse-1.0.1_3 >> Path: /usr/ports/security/seahorse >> >> >> here are the last lines from the console >> >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/po' >> Making all in data >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache >> ../po seahorse.schemas.in seahorse.schemas >> Found cached translation database >> Merging translations into seahorse.schemas. >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> Making all in help >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> if ! test -d en_GB/; then mkdir en_GB/; fi >> if [ -f "C/seahorse.xml" ]; then d="../"; else >> d="/usr/ports/security/seahorse/work/seahorse-1.0.1/help/"; fi; \ >> (cd en_GB/ && \ >> `which xml2po` -e -p \ >> "${d}en_GB/en_GB.po" \ >> "${d}C/seahorse.xml" > seahorse.xml.tmp && \ >> cp seahorse.xml.tmp seahorse.xml && rm -f seahorse.xml.tmp) >> Traceback (most recent call last): >> File "/usr/local/bin/xml2po", line 35, in ? >> import libxml2 >> ImportError: No module named libxml2 >> gmake[2]: *** [en_GB/seahorse.xml] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/security/seahorse. >> *** Error code 1 >> >> Stop in /usr/ports/security/seahorse. >> >> _______________________________________________ >> freebsd-gnome@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >> To unsubscribe, send any mail to >> "freebsd-gnome-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?774371419.20070821134558>