From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IEIGQ-0005Eb-0W for garchives@archives.gentoo.org; Fri, 27 Jul 2007 05:21:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6R5K8AT017678; Fri, 27 Jul 2007 05:20:08 GMT Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6R5FxSf013023 for ; Fri, 27 Jul 2007 05:15:59 GMT Received: by wa-out-1112.google.com with SMTP id k34so838339wah for ; Thu, 26 Jul 2007 22:15:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jTEFGQGf4+ulPEg6vYlvrAlWpZ9eIHr4yU2OsHOnuyHFMk6t5NUO+JqR1u3X+lRoNXEcyNwjtq/ZiMPgCHEBBF8g4Oy9xqtbQIDpXrSBoARKNuLWBZI8OCj3zQUn9L5wWR4sDHVU69FBKaaFF8GQyZh7j41v45Dnc0lRW3ni0qM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YUrKbZteRiEmra0O/pWshK14AO3IC/z1UtPc5UMnWsZDbT+gDIUjKxj+ZFHWhfVRNp1asxtcwROm4CK3D86yAuBet2O0MWyYwCiVS+ZMdTdhf75Rgyngd6CuQDDcqhYrq358n1T/C4YN0BOyaQ9OWOok0S5yVG/URkiThd1bjwI= Received: by 10.114.67.2 with SMTP id p2mr2551110waa.1185513358838; Thu, 26 Jul 2007 22:15:58 -0700 (PDT) Received: by 10.114.39.9 with HTTP; Thu, 26 Jul 2007 22:15:58 -0700 (PDT) Message-ID: Date: Thu, 26 Jul 2007 22:15:58 -0700 From: Thufir To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge masked pidgin with flagedit Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: d2929efe-3189-4b30-8a21-64e60c900bc5 X-Archives-Hash: e5df8c3f7b9973c91739a4fabe062046 Here's where I'm at: localhost ~ # localhost ~ # localhost ~ # cat /etc/make.conf #################################################### ## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ## ## PLEASE EDIT /mnt/gentoo/etc/make.conf INSTEAD ## #################################################### # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. #CFLAGS="-O2 -march=i686 -pipe" CFLAGS="-march=i686 -O2 -pipe" CXXFLAGS="${CFLAGS}" # This should not be changed unless you know exactly what you are doing. You # should probably be using a different stage, instead. CHOST="i686-pc-linux-gnu" ACCEPT_KEYWORDS="" MAKEOPTS="" CONFIG_PROTECT="-*" USE="7zip msn" FEATURES="" localhost ~ # localhost ~ # ll /etc/portage/package.keywords -rw-r--r-- 1 root root 0 Jul 26 22:10 /etc/portage/package.keywords localhost ~ # localhost ~ # cat /etc/portage/package.keywords localhost ~ # localhost ~ # emerge pidgin Calculating dependencies | !!! All ebuilds that could satisfy "pidgin" have been masked. !!! One of the following masked packages is required to complete your request: - net-im/pidgin-2.0.2 (masked by: ~x86 keyword) - net-im/pidgin-2.0.0 (masked by: ~x86 keyword) - net-im/pidgin-2.0.1 (masked by: ~x86 keyword) For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. localhost ~ # localhost ~ # flagedit net-im/pidgin-2.0.2 -- +~x86 localhost ~ # localhost ~ # flagedit 7zip msn localhost ~ # localhost ~ # emerge pidgin --- Invalid atom in /etc/portage/package.keywords: net-im/pidgin-2.0.2 Calculating dependencies | !!! All ebuilds that could satisfy "pidgin" have been masked. !!! One of the following masked packages is required to complete your request: - net-im/pidgin-2.0.2 (masked by: ~x86 keyword) - net-im/pidgin-2.0.0 (masked by: ~x86 keyword) - net-im/pidgin-2.0.1 (masked by: ~x86 keyword) For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. localhost ~ # localhost ~ # cat /etc/portage/package.keywords net-im/pidgin-2.0.2 ~x86 localhost ~ # localhost ~ # date Thu Jul 26 22:13:02 PDT 2007 localhost ~ # localhost ~ # Now, I'm following: " flagedit 1. Install: emerge flagedit 2. Usage: flagedit -- +, for example flagedit dev-util/libconf -- +~x86 " As far as I can tell, I'm following the wiki directions (?). thanks, Thufir -- gentoo-user@gentoo.org mailing list