From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 12:53:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BA18106564A for ; Wed, 23 Apr 2008 12:53:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE678FC1B for ; Wed, 23 Apr 2008 12:53:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 90AB57440FD for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qNx8b6hhkvin for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 44D5C7440FC for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) Message-ID: <480F314E.8030200@icyb.net.ua> Date: Wed, 23 Apr 2008 15:53:34 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: xmlto-0.0.18_1 => xmlto-0.0.20: build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 12:53:38 -0000 ===> Building for xmlto-0.0.20 make all-am depbase=`echo xmlif/xmlif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -MT xmlif/xmlif.o -MD -MP -MF $depbase.Tpo -c -o xmlif/xmlif.o xmlif/xmlif.c && mv -f $depbase.Tpo $depbase.Po cc -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -o xmlif/xmlif xmlif/xmlif.o for xml in xmlif.xml xmlto.xml; do FORMAT_DIR=./format /usr/local/bin/bash ./xmlto -o man/man1 man ./doc/$xml ; done || ( RC=$?; cat ./FAQ; exit $RC ) Note: meta source : No productname or alternative xmlif Note: meta source : No refmiscinfo@class=source xmlif Note: meta version: No productnumber or alternative xmlif Note: meta version: No refmiscinfo@class=version xmlif Note: meta manual : No ancestor with title xmlif Note: meta manual : No refmiscinfo@class=manual xmlif Note: Writing xmlif.1 Note: meta version: No productnumber or alternative xmlto Note: meta version: No refmiscinfo@class=version xmlto Note: Writing xmlto.1 Q: I'm trying to build xmlto on my Debian box, but it doesn't work. A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project . *** Error code 1 Stop in /usr/ports/textproc/xmlto/work/xmlto-0.0.20. *** Error code 1 $ pkg_info -r -R -x xmlto Information for xmlto-0.0.18_1: Depends on: Dependency: xmlcatmgr-2.2 Dependency: sdocbook-xml-1.1,1 Dependency: pkg-config-0.23_1 Dependency: libiconv-1.11_1 Dependency: gettext-0.16.1_3 Dependency: libxml2-2.6.31 Dependency: libgpg-error-1.6 Dependency: libgcrypt-1.4.0 Dependency: libxslt-1.1.22_1 Dependency: getopt-1.1.4 Dependency: docbook-xml-4.2_1 Dependency: docbook-xsl-1.71.1_2 Dependency: bash-3.2.33 -- Andriy Gapon