From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 21 09:02:11 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 D688F16A468 for ; Tue, 21 Aug 2007 09:02:11 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id ACADA13C465 for ; Tue, 21 Aug 2007 09:02:11 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1063924wag for ; Tue, 21 Aug 2007 02:02:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=seqD9L/M4TJdFlMAB59SRuu0ogTzpRIU9VfdtKuv/ynYuTXkiZ6Qg4RvPFU13GYriTz1ocYCO8aQlW6OmtNHyzogygZ2ykQbZHmyRPoaeNtoeFXlZSJ+yGP2iGTQL1CrPnLR1hz6nK5p1uL+iSP8Y2lTXPlE+d4t2vU6k8KVez0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=h0iX+LTssr6d08wLJyYFaP12TRQxw8WTKpmLzN19urTjWiY7vaeIEW47cYv7vkkDP+AH87k+kSlnFtGHxKi1HfSgpxjZNA1DftfN2eypMzA+iB2LxXV+Za/HDZMgK9wIIn/ulzMQO2lpNPOxj752r7WM6m3QOtervJzynFeCLLo= Received: by 10.114.127.1 with SMTP id z1mr6748979wac.1187685476303; Tue, 21 Aug 2007 01:37:56 -0700 (PDT) Received: from ?192.168.10.194? ( [59.125.13.44]) by mx.google.com with ESMTPS id v37sm9098726wah.2007.08.21.01.37.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Aug 2007 01:37:55 -0700 (PDT) From: "Eric L. Chen" To: Georgi Iovchev In-Reply-To: <682741294.20070821103447@pulsar.bg> References: <682741294.20070821103447@pulsar.bg> Content-Type: text/plain Date: Tue, 21 Aug 2007 16:37:49 +0800 Message-Id: <1187685469.1483.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Sender: "Eric L. Chen" Cc: gnome@FreeBSD.org Subject: Re: FreeBSD Port: security/seahorse X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 09:02:11 -0000 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"