From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 29 18:02:46 2010 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 B2BEF106564A for ; Wed, 29 Dec 2010 18:02:46 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 478D68FC15 for ; Wed, 29 Dec 2010 18:02:45 +0000 (UTC) Received: by fxm16 with SMTP id 16so10446853fxm.13 for ; Wed, 29 Dec 2010 10:02:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MUK2bTSa3C1wGT34gxO2xGNUYn5EK9LAg/Em2bGiAmc=; b=SMu5ThsKpDMtGVaA2d7tCbr34YPi6t3Y2ivIGXxbRFeGReUHtdEdLfI5edyzzAXolP TQXp5JibS4bN2GPZU+jQUh1weaDfcZG5YoZ6Ay77eF4jXlO6h9xbLv1+Cz9fwGrC0vlx DuALTDQocupmCK5A3bd/drzsR2srLGYLUtVks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=T0K2fO56a74D7HQ+TE1Dg3hUOhCLiXyprz3brq4gwjMv9vA8h477frftTxqSk0P+wH s1xy4dd6JoZefSu0nuC038LpuizL2DNzabDe57dVZ+YwNzYUKizJR3JNbGtkb5C1ZP/d wjaoGMwzL7pmk7FX5hAHdAR0uhgZ9t5Ip0/2A= MIME-Version: 1.0 Received: by 10.223.95.197 with SMTP id e5mr59341fan.104.1293645764526; Wed, 29 Dec 2010 10:02:44 -0800 (PST) Received: by 10.223.97.80 with HTTP; Wed, 29 Dec 2010 10:02:44 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Dec 2010 12:02:44 -0600 Message-ID: From: Jeremy Messenger To: Paul Beard Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org Subject: Re: eggdbus calls xsltproc with -nonet: how is that supposed to work? 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: Wed, 29 Dec 2010 18:02:46 -0000 On Tue, Dec 28, 2010 at 11:14 PM, Paul Beard wrote: > In course of an expensive portmaster run to try and resolve some stubborn= ports (telepathy-glib among them), =A0eggdbus kept failing. The command it= choked on was an invocation of xsltproc with -nonet which as best I can te= ll requests a remote file without using the network. I can't reproduce it. It ran perfect fine here, so to our tinderboxes and pointyhat. ------------------------------ % xsltproc -v -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl eggdbus-binding-tool.xml [...too long...] xsltCompilePattern : parsing 'command' xsltCompilePattern : parsed command, default priority 0.000000 added pattern : 'command' priority 0.000000 xsltCompilePattern : parsing 'type[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)]' xsltCompilePattern : parsed type[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)], default priority 0.500000 added pattern : 'type[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)]' priority 0.500000 xsltCompilePattern : parsing 'function[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)]' xsltCompilePattern : parsed function[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)], default priority 0.500000 added pattern : 'function[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)]' priority 0.500000 xsltCompilePattern : parsing 'parameter[not(ancestor::cmdsynopsis) and not(ancestor::funcsynopsis)]' [...too long...] Importing attribute list section.titlepage.recto.style Importing attribute list section.titlepage.recto.style Importing attribute list section.titlepage.verso.style Importing attribute list section.titlepage.recto.style freeing dictionary from stylesheet freeing dictionary from stylesheet freeing dictionary from stylesheet freeing dictionary from stylesheet ------------------------------ Try to follow this http://www.freebsd.org/gnome/docs/faq2.html#q20 to see if it helps. Cheers, Mezz > =A0 =A0 =A0 --nonet > =A0 =A0 =A0 =A0 =A0 Do not use the Internet to fetch DTDs, entities or do= cuments. > > > gmake[3]: Entering directory `/usr/ports/devel/eggdbus/work/eggdbus-0.6/d= ocs/man' > /usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl= /current/manpages/docbook.xsl eggdbus-binding-tool.xml > I/O error : Attempt to load network entity http://docbook.sourceforge.net= /release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity "http://docbook.sourceforge.net/r= elease/xsl/current/manpages/docbook.xsl" > cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/= docbook.xsl > gmake[3]: *** [eggdbus-binding-tool.1] Error 4 > gmake[3]: Leaving directory `/usr/ports/devel/eggdbus/work/eggdbus-0.6/do= cs/man' > > Running it by hand, outside the build process, and then letting the build= process pick up what it found ("oh, look, this is already done.") seemed t= o work. > > [root@shuttle /usr/ports/devel/eggdbus/work/eggdbus-0.6/docs/man]# =A0xsl= tproc -v -nonet http://docbook.sourceforge.net/release/xsl/current/manpages= /docbook.xsl eggdbus-binding-tool.xml > I/O error : Attempt to load network entity http://docbook.sourceforge.net= /release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity "http://docbook.sourceforge.net/r= elease/xsl/current/manpages/docbook.xsl" > cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/= docbook.xsl > [root@shuttle /usr/ports/devel/eggdbus/work/eggdbus-0.6/docs/man]# =A0xsl= tproc -v http://docbook.sourceforge.net/release/xsl/current/manpages/docboo= k.xsl eggdbus-binding-tool.xml > creating dictionary for stylesheet > reusing dictionary from http://docbook.sourceforge.net/release/xsl/curren= t/manpages/docbook.xsl for stylesheet > xsltParseStylesheetProcess : found stylesheet > exclude result prefix exsl > xsltPrecomputeStylesheet: removing ignorable blank node > > telepathy-glib did get upgraded, partly due to some issues with vala, gio= , gir, and friends not being up-to-date, even after repeated rebuilds. > > -- > Paul Beard > > Are you trying to win an argument or solve a problem? --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org