From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 21 08:59:39 2007 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF84316A46C for ; Tue, 21 Aug 2007 08:59:39 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from www.pulsar.bg (pulsar.bg [213.130.70.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFF913C46A for ; Tue, 21 Aug 2007 08:59:38 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from geopc ([212.72.201.62]) (authenticated bits=0) by www.pulsar.bg (8.14.1/8.14.1) with ESMTP id l7L905Ys072602 for ; Tue, 21 Aug 2007 12:00:05 +0300 (EEST) (envelope-from geo@pulsar.bg) Date: Tue, 21 Aug 2007 11:59:33 +0300 From: Georgi Iovchev X-Mailer: The Bat! (v3.0.1.33) Professional Organization: Pulsar Ltd X-Priority: 3 (Normal) Message-ID: <97397557.20070821115933@pulsar.bg> To: gnome@FreeBSD.org In-Reply-To: <1187685469.1483.10.camel@localhost> References: <682741294.20070821103447@pulsar.bg> <1187685469.1483.10.camel@localhost> MIME-Version: 1.0 X-Spam-Status: No, score=0.1 required=5.0 tests=HTML_MESSAGE,RDNS_NONE autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on www.pulsar.bg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re[2]: FreeBSD Port: security/seahorse X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Georgi Iovchev List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:59:40 -0000 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"