From owner-freebsd-ports@FreeBSD.ORG Sun Aug 6 19:56:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2DE16A4DF for ; Sun, 6 Aug 2006 19:56:09 +0000 (UTC) (envelope-from h=ports=freebsd.org=tdpodnvm@erathia.be) Received: from elrond.llorien.org (elrond.llorien.org [88.198.37.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7188A43D46 for ; Sun, 6 Aug 2006 19:56:08 +0000 (GMT) (envelope-from h=ports=freebsd.org=tdpodnvm@erathia.be) Received: from d54c109c1.access.telenet.be [84.193.9.193] by elrond.llorien.org with esmtpsa (SSLv3:AES256-SHA:256) id=1G9ojF-0005hD-8C; Sun, 06 Aug 2006 21:56:05 +0200 From: h To: DougB@freebsd.org, ports@freebsd.org Date: Sun, 6 Aug 2006 22:00:49 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608062200.50179.h@erathia.be> X-Authenticated-Sender: h X-AntiAbuse: If this mail is spam, please forward it as attachment to abuse@llorien.org X-Virus-State: clean Cc: Subject: hpijs bug report 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: Sun, 06 Aug 2006 19:56:09 -0000 when compiling hpijs: ===> Generating temporary packing list test -z "/usr/local/bin" || /usr/ports/print/hpijs/work/hpijs-2.1.4/install-sh -d "/usr/local/bin" install -s -o root -g wheel -m 555 'hpijs' '/usr/local/bin/hpijs' test -z "/usr/local/bin" || /usr/ports/print/hpijs/work/hpijs-2.1.4/install-sh -d "/usr/local/bin" install -o root -g wheel -m 555 'foomatic-rip' '/usr/local/bin/foomatic-rip' /usr/ports/print/hpijs/work/hpijs-2.1.4/install-sh -d /usr/local/share/ppd/HP rm -f /usr/local/share/ppd/HP/HP*.ppd* rm -f /usr/local/share/ppd/HP/hp*.ppd* install -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP gzip -f /usr/local/share/ppd/HP/* ln: /usr/local/libexec/cups/filter/foomatic-rip: File exists *** Error code 1 rm /usr/local/libexec/cups/filter/foomatic-rip # make install clean ... install -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP gzip -f /usr/local/share/ppd/HP/* ln: /usr/local/share/cups/model/foomatic-ppds/ppd: File exists *** Error code 1 Stop in /usr/ports/print/hpijs. # rm /usr/local/libexec/cups/filter/foomatic-rip # rm /usr/local/share/cups/model/foomatic-ppds/ppd # make install clean i then could install it after a rm /var/db/pkg/pkgdb.db /usr/ports/INDEX*.db && pkgdb -F && pkgdb -fu to bypass some weird bug i forgot to cut and save.