X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E7138DC009D for ; Sun, 29 Jun 2014 19:48:13 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id fp1so7064130pdb.30 for ; Sun, 29 Jun 2014 12:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=5UFd1+BMWCN8/dXacmDLfTkUJclOWdrPeorbMXnZsXs=; b=P7ev6n0l7QR3ebSfwH76U6FFlMZo712FIZ2kWSowvNSLDS5s5oBErpE7ZD3Om+f57D IOy2QUEtjfmV63DOTil5qgoWDnPmC06t0555kxF8zkuOYvfs22QkbI8Q4gv6eie/NbzM h1PsEsJC0AZnkU69oeNnu3vqYUdNdiKk1BhOgLHWq6gt3mCLEPt+zLg0TxUXX/IuNDB1 R9OhoBVWRjp8iJRsRzll0ubVknNiX6lbwAXys257cZG3xtR1f2u7lbeE16QYbI+lok2O pyRd7GD4Y9ucy1DomdG3qs/OttxOj+u5C3uYLuq69ES7FeJ+/TgvaiNGf1AOAZ8C2jl1 AxOA== X-Received: by 10.69.25.69 with SMTP id io5mr47897881pbd.22.1404071292603; Sun, 29 Jun 2014 12:48:12 -0700 (PDT) Received: from newbook ([50.0.227.219]) by mx.google.com with ESMTPSA id ln2sm87557753pab.35.2014.06.29.12.48.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jun 2014 12:48:12 -0700 (PDT) Date: Sun, 29 Jun 2014 12:48:34 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] no cups driver in ghostscript Message-ID: <20140629194829.GA1994@newbook> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) I've been trying to get cups working with a Brother DCP-7065-DN. I still haven't figured out how to get the binary driver going with musl and grsec (though adding eglibc might work...). But Peter de Wacht mentioned a driver that might work with it (brlaser, github.com/pdewacht/brlaser), so I thought I'd try testing it. I've run into several cases of missing dependencies: cups needs cups-filters, a2ps (I think), ghostscript, and ghostscript-fonts. But I ran into another problem: D [29/Jun/2014:08:31:13 +0700] [Job 8] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -sMediaType=PLAIN -r600x600 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -scupsPageSizeName=Letter -I/usr/share/cups/fonts -c '<>setpagedevice' -f -_ ... D [29/Jun/2014:08:31:13 +0700] [Job 8] Unknown device: cups Any idea what the issue is here? I can provide the full logs if needed. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---