X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C6EF0DC009D for ; Mon, 30 Jun 2014 00:11:46 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id eu11so7572745pac.11 for ; Sun, 29 Jun 2014 17:11:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=V3tO9a7oI86XsgDm/Q9v/XijMS1DqTFbY7YJvB/RuGs=; b=WJO5upDI23SJlEr6YzwU1yiGNsOcwhPTzuGTZ7htwJDi5kjS4cOYHy9LmU0pCVEIm2 NNylcZ/c9aK+SyEwNAGiYDp6PGCz7vC6G9cNuRcUj2hVhkHV4Na9TYY6SiQcnYK8U3e4 P41xQgmNqoqV+IiZvSYg+stDlC1EOJvDhjD/SDBGbnXc8Ke/6+UTZzOcLQWNZGw1t08G zx878Uu0YINquUvPKBCqDrjvMl7tp1kQeFbzbMnVDOliDM+waSoBah0Y9H9NpKKUezsQ USe0LrTnvq8rvxUfEwSMMQi1SKTQ1nDsGJLRhTBz+a/eteB2+9rsw6HcLCXuyGPOl51N 2imQ== X-Received: by 10.66.142.135 with SMTP id rw7mr48167709pab.71.1404087104810; Sun, 29 Jun 2014 17:11:44 -0700 (PDT) Received: from newbook ([50.0.227.219]) by mx.google.com with ESMTPSA id su8sm24771769pbc.72.2014.06.29.17.11.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jun 2014 17:11:44 -0700 (PDT) Date: Sun, 29 Jun 2014 17:12:02 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Re: no cups driver in ghostscript Message-ID: <20140630001201.GA14838@newbook> References: <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 In-Reply-To: <20140629194829.GA1994@newbook> User-Agent: Mutt/1.5.23 (2014-03-12) On Sun, Jun 29, 2014 at 12:48:29PM -0700, Isaac Dunham wrote: > I've been trying to get cups working with a Brother DCP-7065-DN. > 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 '< /Margins[0 0]>>setpagedevice' -f -_ > ... > D [29/Jun/2014:08:31:13 +0700] [Job 8] Unknown device: cups And the answer to this is to -add cups-dev to makedepends -change '--with-drivers=FILES' to '--with-drivers=FILES,cups' In addition to this, to get a working cups you need to install: cups cups-filters a2ps ghostscript-fonts ghostscript #the new cups ghostscript and install a driver. In my case, I'm trying to see if the brlaser driver works. Now I hit the next issue: the 'lpd' backend reports 'Unable to reserve port: Invalid argument' And I need to figure out what's causing this--or rather, what the solution is. Right now, I'm stuck (lpd is the main way to access it, and it isn't working). Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---