From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7AACC138010 for ; Tue, 9 Oct 2012 18:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A36621C01D; Tue, 9 Oct 2012 18:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0475FE0026 for ; Tue, 9 Oct 2012 18:19:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 8AF1133D89A for ; Tue, 9 Oct 2012 18:19:34 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -2.614 X-Spam-Level: X-Spam-Status: No, score=-2.614 tagged_above=-999 required=5.5 tests=[AWL=-0.474, RP_MATCHES_RCVD=-2.138, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=unavailable Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oUwTBWh4meZl for ; Tue, 9 Oct 2012 18:19:28 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E88433D88C for ; Tue, 9 Oct 2012 18:19:26 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLeOv-0004Nt-Gm for gentoo-user@gentoo.org; Tue, 09 Oct 2012 20:19:29 +0200 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 20:19:29 +0200 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 20:19:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: layman printer trouble Date: Tue, 9 Oct 2012 18:19:12 +0000 (UTC) Message-ID: References: <506F2DAE.9010002@fu-berlin.de> <506F4F51.2070402@fu-berlin.de> <5073F7A5.1010706@fu-berlin.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20121002 Firefox/15.0.1 SeaMonkey/2.12.1) X-Archives-Salt: 9b09971d-ea23-495c-b744-9cf5b7f17624 X-Archives-Hash: 02e62884c35ecfb91ea94b75ebaaf560 Hinnerk van Bruinehsen fu-berlin.de> writes: > Sounds fine up to here. Make sure you have a line "source > /var/lib/layman/make.conf" inside your make.conf and try to emerge the > driver. It should work then. Something is wrong. What I have: cat /etc/make.conf LAYMAN PORTDIR_OVERLAY="/usr/local/portage" source /var/lib/layman/make.conf SO should this be (?): PORTDIR_OVERLAY="/var/lib/layman" cat /var/lib/layman/make.conf: ##PORTDIR_OVERLAY="/usr/local/portage" PORTDIR_OVERLAY="$PORTDIR_OVERLAY" Here is what I get: # layman -a printer-drivers * Failed to add overlay "printer-drivers". * Error was: Overlay "printer-drivers" already in the local list! # ls /var/lib/layman/ cache_ac494f50f5736be7871962c0dec7b3bb.xml make.conf.old.layman printer-drivers make.conf overlays.xml zugaina ls -R /usr/local/portage/net-print brother-mfc6490cw-cups brother-mfc6490cw-lpr ./brother-mfc6490cw-cups: Manifest brother-mfc6490cw-cups-1.1.2_p2.ebuild ./brother-mfc6490cw-lpr: brother-mfc6490cw-lpr-1.1.2_p2.ebuild # eix printer-driver No matches found. # emerge -pv printer-drivers These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds to satisfy "printer-drivers". Obviously I've got something wrong.....(following too many guides). Ideas? James