From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 14:31:31 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49EE616A403 for ; Wed, 20 Feb 2008 14:31:31 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id EBF7513C458 for ; Wed, 20 Feb 2008 14:31:30 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=EOG5MtOxKm4esxtQsgqykj9D46tYdnWGQXRSUfISu8sYC2WgocKXY1X7fPvA0ywkhH4aZtc1rIaehPhF3Ff6Ovm0JcYZQRaHuaJ5G8XLSUxdByEvMOcP1UVSWjUVkgir9n9nRIM7rfefCeiAmoNRcX9PLDtIC4T55e5fTjkE0Uk=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JRpyr-000Bpe-JJ; Wed, 20 Feb 2008 17:31:29 +0300 Date: Wed, 20 Feb 2008 17:31:28 +0300 From: Eygene Ryabinkin To: Achilleas Mantzios Message-ID: References: <200802201111.16340.achill@matrix.gatewaynet.com> <200802201547.17360.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200802201547.17360.achill@matrix.gatewaynet.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.7 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-current@freebsd.org Subject: Re: Problem with various ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 14:31:31 -0000 Achilleas, Wed, Feb 20, 2008 at 03:47:16PM +0200, Achilleas Mantzios wrote: > The below build, later complains about not existing /usr/local/share/xml/sdocbook/4.1.2.5/catalog, > creating it by hand just reincarnated the problem. > here is the whole original output: > [...] > SGML_CATALOG_FILES=/usr/local/share/sgml/catalog \ > SGML_SEARCH_PATH=../..:../../doc:.. \ > jade -t sgml -i html -d ../../docbook-utils.dsl\#html \ > -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml > jade:/usr/local/share/sgml/catalog.ports:3:8:E: cannot open "/usr/local/share/xml/sdocbook/4.1.2.5/catalog" (No such file or directory) I bet that your '/usr/local/share/sgml/catalog.ports' has entry for '/usr/local/share/xml/sdocbook/4.1.2.5/catalog'. Do you have sdocbook-xml port version 4.1.2.5 installed? Will it solve the problem if you'll remove this line from /usr/local/share/sgml/catalog.ports? -- Eygene