From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 29 19:37: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 C5E98106566C for ; Wed, 29 Dec 2010 19:37: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 52C238FC12 for ; Wed, 29 Dec 2010 19:37:45 +0000 (UTC) Received: by fxm16 with SMTP id 16so10513011fxm.13 for ; Wed, 29 Dec 2010 11:37: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=No9NA09BSRwK9p0Yj7al5tAzdzLpfAQ1migRmtUqwaw=; b=ScBF/XK4LJJMk/SdpfGDFXqgIUGZg803/aBUJAy29K2uOprY5XUXyg3LtBXcl93fBO OOZU3wZl73A0zlCc+pLO78JXFQKb47nNXE/UrK3oHBI9tKHVIEfUgr2AcGF6IBgy/Gsg /2YOCBWmCC5ppF3lICx1tSADeWUfpyfI7rbwo= 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=XBKBK05zr+axozw9HbyxhtZUY7yaT6YIIX6eq1IMP+Q7eJAxrUqjTiqdfN+PhOJ1oA EwYDYLXbsRm/263VVkyGSY99mjHMMKCX1PVcjTBW3d/EGb2UYPcz1nOTvyW2b5R/wE9I bJRoUITlygn40LDyWGPuSHPDjy68g0QPjQqLo= MIME-Version: 1.0 Received: by 10.223.93.137 with SMTP id v9mr3426243fam.85.1293651464646; Wed, 29 Dec 2010 11:37:44 -0800 (PST) Received: by 10.223.97.80 with HTTP; Wed, 29 Dec 2010 11:37:44 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Dec 2010 13:37: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 19:37:46 -0000 On Wed, Dec 29, 2010 at 1:09 PM, Jeremy Messenger wrote: > On Wed, Dec 29, 2010 at 12:27 PM, Paul Beard wrote: >> >> On Dec 29, 2010, at 10:02 AM, Jeremy Messenger wrote: >> >>> I can't reproduce it. It ran perfect fine here, so to our tinderboxes >>> and pointyhat. >> >> >> How could xsltproc -nonet possibly work? It makes a request for a networ= ked resource with the network explicitly disabled. If this command is speci= fied as part of the build, it shouldn't work anywhere: "WORKSFORME" would n= ever apply. If it isn't in the build process everywhere, what are the crite= ria that turn it on or off? >> >> Your example doesn't show if/how the file being used as the stylesheet i= s made available. Again, if it's not present on the local filesystem and it= cannot be fetched, how can it work? If you have it on the local filesystem= , as I did when I re-ran the build after I saw why it was failing, of cours= e it worked. > > ------------------------------ > % xsltproc -v -nonet > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > eggdbus-binding-tool.xml Here's full log if you still want to see it. Here's what I have done: ------------------------------ # cd /usr/ports/devel/eggdbus # make extract =3D=3D=3D> License check disabled, port has not defined LICENSE =3D=3D=3D> Extracting for eggdbus-0.6_1 =3D> SHA256 Checksum OK for eggdbus-0.6.tar.gz. # ls Makefile.am Makefile.in eggdbus-binding-tool.xm= l # cd work/eggdbus-0.6/docs/man xsltproc -v -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl eggdbus-binding-tool.xml >& log.txt # ls Makefile.am eggdbus-binding-tool.1 log.txt Makefile.in eggdbus-binding-tool.xml ------------------------------ http://people.freebsd.org/~mezz/log.txt --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org