From owner-freebsd-questions@FreeBSD.ORG Fri Apr 8 14:36:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455E516A4CE for ; Fri, 8 Apr 2005 14:36:45 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023EE43D5C for ; Fri, 8 Apr 2005 14:36:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32542 invoked from network); 8 Apr 2005 14:36:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Apr 2005 14:36:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9B90652; Fri, 8 Apr 2005 10:36:43 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Andreas Davour References: From: Lowell Gilbert Date: 08 Apr 2005 10:36:43 -0400 In-Reply-To: Message-ID: <44aco98hdw.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: ps2pdf and ps2epsi behaving strange X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 14:36:45 -0000 Andreas Davour writes: > After using these tools, installing the epsmegre port (and some > others) and then removing the latter again, the former have stopped > working! > > bash-2.05b$ ps2pdf elcFront.ps > Unknown device: pdfwrite > bash-2.05b$ ps2epsi elcFront.ps > Unknown device: bit > bash-2.05b$ > > How come those devices they ask for have dissapeared, or why have they > suddenly developed a need for them? > > Oddly enough, ps2epsi seems to produce the correct output, regardless > of the error - ps2pdf not so. > > I have reinstalled ghostscript-gnu, but it didn't solve the problem. > > Are there some port around that messed with them in a way that didn't > showed up untill I pkg_delete'd those ports? Possibly. That would be a bug in whichever port did that, and would be worth fixing, but we'd have to identify the bug first. I think the file in question would be: $ locate pdfwrite /usr/local/share/ghostscript/7.07/lib/pdfwrite.ps $ so check to see if you have it.