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 1Oeo3t-0003Gq-99 for garchives@archives.gentoo.org; Fri, 30 Jul 2010 11:47:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BDBE08F0; Fri, 30 Jul 2010 11:46:15 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 52E96E08F0 for ; Fri, 30 Jul 2010 11:46:15 +0000 (UTC) Received: by ywh2 with SMTP id 2so802623ywh.40 for ; Fri, 30 Jul 2010 04:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=wO+Yn08fIZjfCe5CV2FvRWtsGSRZ+1utt3xpzuNhTOA=; b=cjGoQOJPYXLT/SPrUu3Fjj+bvlNQdI8AE0E82gT6TYhbz1ml/OvQTUnu++2Pg0iw+A 5XqdQ/WXU5Avrh1Y/7mP268Y+XBzzGvFQMUMHV1/oKka0eIR6Abroul10BJJqSS4W+ch fLzpL2GdwM5ztTd6z40mHca/zFB6RypDbhJKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=kllIJ+q0Jv21SmlkK2hGHvjAarfKmOAabRgx8Kkp04nvLG6hzyx6JW5E8DET5N/4B7 SaZ4FGxsPiV3tjJ+0QHB63xsHIrAEGMUBCz8Jb7SfKVO8U8syaSFwsu0tE3/kdwe7vi2 1792DTC0x+nn5tp5l/11iaSpt3YQR0wB3Osik= 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.90.117.7 with SMTP id p7mr2183877agc.80.1280490372972; Fri, 30 Jul 2010 04:46:12 -0700 (PDT) Received: by 10.229.19.84 with HTTP; Fri, 30 Jul 2010 04:46:12 -0700 (PDT) Date: Fri, 30 Jul 2010 19:46:12 +0800 Message-ID: Subject: [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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4ff78b99-d4d9-4f03-9264-0039a7b1e3cf X-Archives-Hash: 821e4147bbd9255365b27c283f7ce437 Hi guys, Eix is one of those packages where you just set it and forget it, and apparently I've forgotten there was even anything to set. I have a home PC running gentoo. If I do eix foo, and foo happens to be keyworded unmasked in my package.keywords, I get for instance: [I] dev-python/snakeoil Available versions: (~)0.3.6.4 (~)0.3.6.5 (~)0.3.7 Installed versions: 0.3.7(07:34:54 PHT Saturday, 10 July, 2010) Homepage: http://www.pkgcore.org/ Description: Miscellaneous python utility code. I try the same on a relatively young gentoo server I'm managing and * dev-python/snakeoil Available versions: ~0.3.6.4 ~0.3.6.5 ~0.3.7 Homepage: http://www.pkgcore.org/ Description: Miscellaneous python utility code. It's unkeyworded, however, in my package.keywords in both machines: (home machine) madumlao@trixie ~ $ grep snakeoil -r /etc/portage/package.keywords/ /etc/portage/package.keywords/autounmask-pkgcore:dev-python/snakeoil ~amd64 (server) master@zen ~ $ sudo grep -r snakeoil /etc/portage/package.keywords/ /etc/portage/package.keywords/system.keywords:dev-python/snakeoil ~x86 Apparently I'm missing some environment variable, but I can't for the life of me imagine how I've set it. madumlao@trixie ~/store/HeCares/Photo upload functionality $ cat /etc/eixrc # /etc/eixrc # # In this file system-wide defaults for variables related to eix binaries # are stored, i.e. the variables set in this file override the built-in # defaults. Both can be overridden by ~/.eixrc and by environment variables= . # # It is strongly recommended to set here only those variables which you # want to *differ* from the built-in defaults (or for which you have a # particular reason why the default should never change with an eix update)= . # # *Otherwise you might miss changes in the defaults in newer eix versions* # which may result in confusing behavior of the eix binaries. # # ebuilds of <=3Deix-0.10.3 (and >=3Deix-0.7.4) used to set *all* variables= in # /etc/eixrc which is not recommended anymore. If you want to get such a fi= le # (i.e. a file where all variables are described and set to the current # values resp. to the built-in default values) you can redirect the output # of the options --dump or --dump-defaults, respectively. # # However once more: To avoid unexpected problems # # *IT IS NOT RECOMMENDED TO SET _ALL_ VARIABLES* in /etc/eixrc # # Only set those for which you have a reason to do so! # # For the available variables and their defaults, see the output of the # options --dump or --dump-defaults. # For more detailed explanations see the manpage of eix. madumlao@trixie ~/store/HeCares/Photo upload functionality $ cat /etc/eix-sync.conf # eix-sync.conf ## defines options to eix-sync, caching system for portage #layman overlays to be synced (* means all) * master@zen ~ $ cat /etc/eixrc # /etc/eixrc # # In this file system-wide defaults for variables related to eix binaries # are stored, i.e. the variables set in this file override the built-in # defaults. Both can be overridden by ~/.eixrc and by environment variables= . # # It is strongly recommended to set here only those variables which you # want to *differ* from the built-in defaults (or for which you have a # particular reason why the default should never change with an eix update)= . # # *Otherwise you might miss changes in the defaults in newer eix versions* # which may result in confusing behavior of the eix binaries. # # ebuilds of <=3Deix-0.10.3 (and >=3Deix-0.7.4) used to set *all* variables= in # /etc/eixrc which is not recommended anymore. If you want to get such a fi= le # (i.e. a file where all variables are described and set to the current # values resp. to the built-in default values) you can redirect the output # of the options --dump or --dump-defaults, respectively. # # However once more: To avoid unexpected problems # # *IT IS NOT RECOMMENDED TO SET _ALL_ VARIABLES* in /etc/eixrc # # Only set those for which you have a reason to do so! # # For the available variables and their defaults, see the output of the # options --dump or --dump-defaults. # For more detailed explanations see the manpage of eix. master@zen ~ $ cat /etc/eix-sync.conf cat: /etc/eix-sync.conf: No such file or directory All comments for the both of them, so it must be a default I'm missing that's different for the 2 machines. Any ideas? --=20 This email is:=A0 =A0 [ ] actionable=A0=A0 [ ] fyi=A0 =A0 =A0 =A0 [x] socia= l Response needed:=A0 [ ] yes=A0 =A0 =A0 =A0 =A0 [x] up to you=A0 [ ] no Time-sensitive:=A0=A0 [ ] immediate=A0 =A0 [ ] soon=A0 =A0 =A0=A0 [ ] none