From owner-freebsd-ports@FreeBSD.ORG Fri Nov 11 08:40:18 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3464716A41F for ; Fri, 11 Nov 2005 08:40:18 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC83143D45 for ; Fri, 11 Nov 2005 08:40:17 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 48BA253B; Fri, 11 Nov 2005 03:41:02 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 05F9287; Fri, 11 Nov 2005 03:41:00 -0500 (EST) Received: from brian by mappit.local.linnet.org with local (Exim 4.54 (FreeBSD)) id 1EaUSD-000IHN-Ss; Fri, 11 Nov 2005 08:40:13 +0000 Date: Fri, 11 Nov 2005 08:40:13 +0000 From: Brian Candler To: Udo Mueller Message-ID: <20051111084013.GA70237@uk.tiscali.com> References: <4373BBD0.2010305@ebi.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4373BBD0.2010305@ebi.xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: textproc/docbook-utils 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: Fri, 11 Nov 2005 08:40:18 -0000 On Thu, Nov 10, 2005 at 10:29:52PM +0100, Udo Mueller wrote: > Good idea, but it does not install at FreeBSD 6.0. > Error message: > .... > jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:124:19:E: > "X017D" is not a function name > jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:125:17:E: > "X017C" is not a function name > jade:/usr/local/share/xml/docbook/4.1.2/ent/iso-lat2.ent:126:17:E: > "X017B" is not a function name > gmake[2]: *** [api.html] Fehler 1 > gmake[2]: Leaving directory > `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/HTML' > gmake[1]: *** [all-recursive] Fehler 1 > gmake[1]: Leaving directory > `/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc' > gmake: *** [all-recursive] Fehler 1 > *** Error code 2 I know about this problem, see description at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/66246 but I have been unable to work out exactly why this happens. The workaround I use is to pkg_delete -f docbook-sk\*, then build docbook-utils, then put docbook-sk back again. Can you try that and let me know if it works for you too? > Seams it does not play with jade, which want to play with docbook-4.1.2, > but at cleaning docbook-3.1_2 would be cleaned out, what means, > docbook-utils want to play with docbook-3.1_2. Perhaps the utils can be > make to play with docbook-4.1.2? What it's doing is building its own documentation, from docbook-utils.sgml (which you'd see from the line *before* the error you quoted above) I don't think it's a problem with jade - if you look at the PR above you'll see I was using jade too. However what I could not understand is why when building an *SGML* file, it was reading entities from an *XML* entity file (and why it was barfing as a result) Any clues here gratefully received. This SGML stuff is such a nightmare. Regards, Brian.