From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Of8H5-0002As-4t for garchives@archives.gentoo.org; Sat, 31 Jul 2010 09:22:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DBFE0796; Sat, 31 Jul 2010 09:21:58 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9EE8BE0796 for ; Sat, 31 Jul 2010 09:21:58 +0000 (UTC) Received: by pvg2 with SMTP id 2so1076204pvg.40 for ; Sat, 31 Jul 2010 02:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=PbIJO5Ogt+ZCkhf4CCYqRuYVbaTGXsBMZ2Dq0JHyl58=; b=v6xjWZriz3J1EWX5q0fiS/lcq3dKK0wuVZByKpI09R+vcmVvZ7bQPRCD1rAmHOrqDV aALbddJDr18jJI/tHt4cEWrisDV9ojQ8CZE3NHFzF2DKtLCn9/mFSH9k+mcPHAFhNS5k g3cGJMUdPMbE9N/lMVtPhALNIrRRG5BZCj6Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NP+S2qEvp8vpaDOQCZGODvd0+ffCW6FQupPwkdzn3lqMGR9tdqeYhv2k3E/aa/atNB /B88oJJFjjN7wB/3I4+yAlPtC2nWrq3FZun5Xzwfr52yLnWncFGCNBXdCN1tse+2hLcP ejMNwU6lAp8yeSeRyypUS84exWKI+V0ahk9LQ= 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 Received: by 10.142.232.6 with SMTP id e6mr2847018wfh.79.1280568118141; Sat, 31 Jul 2010 02:21:58 -0700 (PDT) Received: by 10.142.238.21 with HTTP; Sat, 31 Jul 2010 02:21:58 -0700 (PDT) In-Reply-To: <4C531464.1020201@gmail.com> References: <4C52D7F1.9030606@gmail.com> <4C52F515.8070909@gmail.com> <4C531464.1020201@gmail.com> Date: Sat, 31 Jul 2010 17:21:58 +0800 Message-ID: Subject: Re: [gentoo-user] eix shows keyworded packages on home PC, but not on server From: Mark David Dumlao To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 2cd8e691-b120-45f0-b41f-e896513c1e85 X-Archives-Hash: b5cd91aa7510fd4b5f9d075b74eec49c On Sat, Jul 31, 2010 at 2:05 AM, Bill Longman wrote: > I mean to say that the profile sets the *global* USE settings. If you > were to compare "euse -i" between the two machines, you would see that > some flags are "+D" and some are "+C", for instance. The ones that are > set by the profile are "+D". If you peruse the portage/profiles you'll > see that the make.defaults files are setting different USE values. Not > to mention that you are on different architectures between the two, so > some packages will be masked and some not depending upon the > architecture. It's not a matter of how eix was built, it's a matter of > the configuration of the host. > > Is that what you were trying to resolve? Or do I not understand your > question? Can you put a package mask in just *any* file below > package.keywords/ and as long as it matches it will be valid? I'm sorry, I think I wasn't very good at describing the problem. Let's say there is a package foo. Foo is keyworded, so if I try building it on either machine, portage complains saying it's masked. Now I unkeyword foo on both machines by adding it to /etc/portage/package.keywords/foo.keywords. When I run emerge on both machines portage will no longer complain and will build the keyworded package as intended. All's well. However, on one machine, eix reports that I have unkeyworded the package foo by printing parens around the keyword marker ~. On the other machine, eix does not report it. That is, the package is being effectively unmasked for emerge, but eix is not reporting the unmasking to me. So that's why I think it's either an eix configuration issue, or when you mentioned profile, checked the eix use flags. So my question was "what could I be missing in eix?" but if I'm wrong and it's not an eix thing then I'll happily take any suggestions.