From owner-freebsd-gnome@FreeBSD.ORG Thu Oct 11 16:22:49 2007 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56D6E16A420 for ; Thu, 11 Oct 2007 16:22:49 +0000 (UTC) (envelope-from bill@rakupottery.org.uk) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by mx1.freebsd.org (Postfix) with ESMTP id 2543513C459 for ; Thu, 11 Oct 2007 16:22:48 +0000 (UTC) (envelope-from bill@rakupottery.org.uk) Received: from rakuman.demon.co.uk ([80.177.154.53] helo=saturn.rakupottery.org.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 4.67) id 1Ig0Zd-000FhJ-84 for freebsd-gnome@freebsd.org; Thu, 11 Oct 2007 16:07:49 +0000 Received: from localhost (localhost [127.0.0.1]) by saturn.rakupottery.org.uk (Postfix) with ESMTP id C0AF539FBE for ; Thu, 11 Oct 2007 17:07:39 +0100 (BST) X-Virus-Scanned: amavisd-new at rakupottery.org.uk Received: from saturn.rakupottery.org.uk ([127.0.0.1]) by localhost (saturn.rakupottery.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id THQvg6+wzSQe for ; Thu, 11 Oct 2007 17:07:34 +0100 (BST) Received: from saturn.rakupottery.org.uk (localhost [127.0.0.1]) by saturn.rakupottery.org.uk (Postfix) with ESMTP id 904B639EA0 for ; Thu, 11 Oct 2007 17:07:34 +0100 (BST) Message-ID: <470E4A46.7060505@rakupottery.org.uk> Date: Thu, 11 Oct 2007 17:07:34 +0100 From: Bill Smith User-Agent: Thunderbird 2.0.0.6 (X11/20071005) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: totem fails to build 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: Thu, 11 Oct 2007 16:22:49 -0000 It seems to be having problems with libxml2 System is Current as of 4 October gmake[4]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/src' gmake[3]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/src' gmake[2]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/src' Making all in help gmake[2]: Entering directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help' Making all in bg gmake[3]: Entering directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help/bg' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help/bg' gmake[3]: Entering directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help' if ! test -d de/; then mkdir de/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/totem.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd de/ && \ `which xml2po` -e -p \ "${d}de/de.po" \ "${d}C/totem.xml" > totem.xml.tmp && \ cp totem.xml.tmp totem.xml && rm -f totem.xml.tmp) Traceback (most recent call last): File "/usr/local/bin/xml2po", line 35, in ? import libxml2 ImportError: No module named libxml2 gmake[2]: *** [de/totem.xml] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2/help' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.18.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/totem. -- - Bill