From owner-freebsd-ports@FreeBSD.ORG Mon Sep 20 22:22:02 2010 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 6D862106564A for ; Mon, 20 Sep 2010 22:22:02 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id E4AD48FC14 for ; Mon, 20 Sep 2010 22:22:01 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-209-5.pitbpa.east.verizon.net [72.95.209.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 62520850DA for ; Mon, 20 Sep 2010 18:21:35 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id 935505C5E for ; Mon, 20 Sep 2010 18:21:34 -0400 (EDT) Date: Mon, 20 Sep 2010 18:20:09 -0400 From: Janos Dohanics To: freebsd-ports@freebsd.org Message-Id: <20100920182009.91a61590.web@3dresearch.com> In-Reply-To: <4C97BEF4.8030607@gmx.de> References: <20100917153118.f5ae90bd.web@3dresearch.com> <20100920013759.c769e845.web@3dresearch.com> <4C97BEF4.8030607@gmx.de> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: x11/kdelibs4 build fails, can't find docbook 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: Mon, 20 Sep 2010 22:22:02 -0000 On Mon, 20 Sep 2010 22:07:16 +0200 olli hauer wrote: > On 2010-09-20 07:37, Janos Dohanics wrote: > > On Fri, 17 Sep 2010 15:31:18 -0400 > > Janos Dohanics wrote: > > > >> While building kde4-4.5.1, I get this error: > >> > >> # make install clean > >> ===> kde4-4.5.1 depends on > >> file: /usr/local/kde4/bin/kdebugdialog - not found ===> > >> Verifying install [...] > > > > I did some basic troubleshooting, and found that the files do not > > get installed in /usr/local/share/xml/docbook/4.2/, except > > the /usr/local/share/xml/docbook/4.2/ent directory is created. > > > > This seems to be happening because the port uses /usr/bin/unzip > > instead of /usr/local/bin/unzip. > > > > How can I change this behavior so /usr/local/bin/unzip would be > > used? > > > > If you haven't redefined UNZIP_CMD or LOCALBASE somewhere > ${LOCALBASE}/bin/unzip will be used. I have not made any change like that. > You can test this with the follwing command in the directory of the > port where you think the wrong unzip will be used. > > In case of docbook-420/docbook-xml > cd ${PORTSDIR}/textproc/docbook-(420|xml) > make -V UNZIP_CMD > make -V EXTRACT_CMD Thank you... # make -V UNZIP_CMD /usr/local/bin/unzip # make -V EXTRACT_CMD /usr/local/bin/unzip # which unzip /usr/bin/unzip > But wait, in your previous mail you have only docbook-4.1 and not > docbook-4.2 in the "portversion -vF docbook*" listing which is > needed to install docbook-xml correct. You are right, docbook-4.2 was not installed; I have installed it now. However, kde4 is still gets stuck with the "reinstall textproc/docbook-xml" message (portversion says docbook-xml-4.2_1 is installed, but the files aren't installed in /usr/local/share/xml/docbook/4.2/). I guess my problem is that while both UNZIP_CMD and EXTRACT_CMD point to /usr/local/bin/unzip, the docbook-xml-4.2_1 port still uses /usr/bin/unzip. How can I fix this? -- Janos Dohanics