From owner-freebsd-questions@freebsd.org Fri Mar 18 16:31:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86D4FAD4C43 for ; Fri, 18 Mar 2016 16:31:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC391190 for ; Fri, 18 Mar 2016 16:31:57 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1agxJT-0003DU-Rf for freebsd-questions@freebsd.org; Fri, 18 Mar 2016 17:31:48 +0100 Received: from 65.75.36.70 ([65.75.36.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Mar 2016 17:31:47 +0100 Received: from gyliamos by 65.75.36.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Mar 2016 17:31:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Will Parsons Subject: Re: Trouble recovering after re-installing CUPS Date: Fri, 18 Mar 2016 16:31:32 +0000 (UTC) Lines: 23 Message-ID: References: <20160317102511.035de93e@kalimero.tijl.coosemans.org> Reply-To: gyliamos@gmail.com X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.75.36.70 User-Agent: slrn/1.0.2 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 16:31:58 -0000 On Thursday, 17 Mar 2016 5:25 AM -0400, Tijl Coosemans wrote: > On Wed, 16 Mar 2016 21:42:21 +0000 (UTC) Will Parsons wrote: >> I re-installing cups (after deleting cups-base, cups-client, >> cups-image, and cups-pstoraster), but have lost hplip. An attempt to >> re-install it fails with: >> >> ===> Registering installation for hplip-3.16.2 >> pkg-static: Unable to access file /usr/ports/print/hplip/work/stage/usr/local/etc/cups/pstotiff.convs: No such file or directory >> pkg-static: Unable to access file /usr/ports/print/hplip/work/stage/usr/local/etc/cups/pstotiff.types: No such file or directory >> *** [fake-pkg] Error code 74 >> >> % uname -a >> FreeBSD anukis.local 9.3-RELEASE-p21 FreeBSD 9.3-RELEASE-p21 #0: Tue Jul 28 08:57:41 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >> >> >> How can I proceed to resolve this? > > Thanks for the report. I've committed a fix in r411264. Thank you very much for the prompt patch. -- Will