From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 18:24:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1DBE1065676 for ; Fri, 11 Jun 2010 18:24:05 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [204.109.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED7F8FC0A for ; Fri, 11 Jun 2010 18:24:05 +0000 (UTC) Received: from unknown (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 56C485CCC; Fri, 11 Jun 2010 18:24:18 +0000 (UTC) Date: Fri, 11 Jun 2010 19:23:41 +0100 From: Bruce Cran To: Antonio Vieiro Message-ID: <20100611192341.000020a1@unknown> In-Reply-To: <4C127A47.8070706@antonioshome.net> References: <4C127A47.8070706@antonioshome.net> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: pav@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: Problems with textproc/iso8879 port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 18:24:05 -0000 On Fri, 11 Jun 2010 20:02:47 +0200 Antonio Vieiro wrote: > I'm trying to install port "iso8879" in 8.0-RELEASE (needed by > docbook and by gnome and wxgtk28) and I'm getting the problem below. > > I contacted the maintainer without success. Any ideas, anyone? > ===> Checking if textproc/iso8879 already installed > Archive: /usr/ports/distfiles/isoENTS.zip > caution: filename not matched: -d > caution: filename not matched: /usr/local/share/sgml/iso8879 > *** Error code 11 > > If I remove the file in /usr/ports/distfiles/isoENTS.zip and try > again the build fails too: It looks like a problem with the zip command in textproc/iso8879/Makefile: @${UNZIP_CMD} -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} I don't know what the solution is, but http://installingcats.com/2008/05/23/caution-filename-not-matched-unzipping-multiple-files/ explains what the error means. -- Bruce Cran