Date: Tue, 21 Aug 2007 11:59:33 +0300 From: Georgi Iovchev <geo@pulsar.bg> To: gnome@FreeBSD.org Subject: Re[2]: FreeBSD Port: security/seahorse Message-ID: <97397557.20070821115933@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 tried the patch but i am not sure that i did it properly patch Makefile patchfile and i got this #:> patch Makefile patchfile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- /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 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 23. 1 out of 1 hunks failed--saving rejects to Makefile.rej done -- 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?97397557.20070821115933>