* [gentoo-user] Strange feature in eix
@ 2006-06-01 18:41 Jean Magnan de Bornier
2006-06-01 18:57 ` Boris Fersing
2006-06-01 19:06 ` Daniel da Veiga
0 siblings, 2 replies; 6+ messages in thread
From: Jean Magnan de Bornier @ 2006-06-01 18:41 UTC (permalink / raw
To: gentoo-user
Hi all,
Using eix for some time (at least a year now), I discovered today
(eix-0.5.5) a very strange feature which and in less perfect world than
gentoo's might perhaps qualify as a bug.
If I type "eix <package>" and the package is unstable (or has unstable
versions) and appears as such in the gentoo database, I expect to see it
-for the unstable versions- in eix's output: the man page says so anyway;
but this happens only if I have not marked the package with "~x86" in *my*
/etc/portage/package.keywords file. If I mark the package (with "~x86")
eix tells me :
* app-editors/emacs-cvs
Available versions: 22.0.50-r1 22.0.50-r2 [M]23.0.0
Installed: 22.0.50-r2
Homepage: http://www.gnu.org/software/emacs
Description: Emacs is the extensible, customizable,
self-documenting real-time display editor.
and this is a *big lie* (works with any package apparently).
Or is it intended?
--
Jean
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Strange feature in eix
2006-06-01 18:41 [gentoo-user] Strange feature in eix Jean Magnan de Bornier
@ 2006-06-01 18:57 ` Boris Fersing
2006-06-01 19:58 ` Jean Magnan de Bornier
2006-06-02 13:59 ` Bennet Gedan
2006-06-01 19:06 ` Daniel da Veiga
1 sibling, 2 replies; 6+ messages in thread
From: Boris Fersing @ 2006-06-01 18:57 UTC (permalink / raw
To: gentoo-user
2006/6/1, Jean Magnan de Bornier <jean@bornier.net>:
> Hi all,
>
> Using eix for some time (at least a year now), I discovered today
> (eix-0.5.5) a very strange feature which and in less perfect world than
> gentoo's might perhaps qualify as a bug.
>
> If I type "eix <package>" and the package is unstable (or has unstable
> versions) and appears as such in the gentoo database, I expect to see it
> -for the unstable versions- in eix's output: the man page says so anyway;
> but this happens only if I have not marked the package with "~x86" in *my*
> /etc/portage/package.keywords file. If I mark the package (with "~x86")
> eix tells me :
>
> * app-editors/emacs-cvs
> Available versions: 22.0.50-r1 22.0.50-r2 [M]23.0.0
> Installed: 22.0.50-r2
> Homepage: http://www.gnu.org/software/emacs
> Description: Emacs is the extensible, customizable,
> self-documenting real-time display editor.
>
> and this is a *big lie* (works with any package apparently).
>
> Or is it intended?
Hi,
add LOCAL_PORTAGE_CONFIG=false in /etc/eixrc and try again ! (it's not
a bug, it's a feature ! :D)
Regards,
Boris.
> --
> Jean
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Strange feature in eix
2006-06-01 18:41 [gentoo-user] Strange feature in eix Jean Magnan de Bornier
2006-06-01 18:57 ` Boris Fersing
@ 2006-06-01 19:06 ` Daniel da Veiga
2006-06-01 19:55 ` Jean Magnan de Bornier
1 sibling, 1 reply; 6+ messages in thread
From: Daniel da Veiga @ 2006-06-01 19:06 UTC (permalink / raw
To: gentoo-user
On 6/1/06, Jean Magnan de Bornier <jean@bornier.net> wrote:
> Hi all,
>
> Using eix for some time (at least a year now), I discovered today
> (eix-0.5.5) a very strange feature which and in less perfect world than
> gentoo's might perhaps qualify as a bug.
>
> If I type "eix <package>" and the package is unstable (or has unstable
> versions) and appears as such in the gentoo database, I expect to see it
> -for the unstable versions- in eix's output: the man page says so anyway;
> but this happens only if I have not marked the package with "~x86" in *my*
> /etc/portage/package.keywords file. If I mark the package (with "~x86")
> eix tells me :
>
> * app-editors/emacs-cvs
> Available versions: 22.0.50-r1 22.0.50-r2 [M]23.0.0
> Installed: 22.0.50-r2
> Homepage: http://www.gnu.org/software/emacs
> Description: Emacs is the extensible, customizable,
> self-documenting real-time display editor.
>
> and this is a *big lie* (works with any package apparently).
Why is it a lie?! Have you not accepted that version explicity in your
own config file? So, isn't that version available? If you do an emerge
emacs-csv, wouldn't it pull out the keyworded package? Note that eix
uses the "available" word, not "stable" or anything like that. By
using "available", it is dynamic and can give results accourding to
your personal config.
I guess its more a feature, it predicts exactly what portage will
do... I didn't even knew it was using my personal config files, that
is awesome!
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Strange feature in eix
2006-06-01 19:06 ` Daniel da Veiga
@ 2006-06-01 19:55 ` Jean Magnan de Bornier
0 siblings, 0 replies; 6+ messages in thread
From: Jean Magnan de Bornier @ 2006-06-01 19:55 UTC (permalink / raw
To: gentoo-user
Le 01 juin à 21:06:33 "Daniel da Veiga" <danieldaveiga@gmail.com> écrit notamment:
| On 6/1/06, Jean Magnan de Bornier <jean@bornier.net> wrote:
| > Hi all,
| >
| > Using eix for some time (at least a year now), I discovered today
| > (eix-0.5.5) a very strange feature which and in less perfect world than
| > gentoo's might perhaps qualify as a bug.
| >
| > If I type "eix <package>" and the package is unstable (or has unstable
| > versions) and appears as such in the gentoo database, I expect to see it
| > -for the unstable versions- in eix's output: the man page says so anyway;
| > but this happens only if I have not marked the package with "~x86" in *my*
| > /etc/portage/package.keywords file. If I mark the package (with "~x86")
| > eix tells me :
| >
| > * app-editors/emacs-cvs
| > Available versions: 22.0.50-r1 22.0.50-r2 [M]23.0.0
| > Installed: 22.0.50-r2
| > Homepage: http://www.gnu.org/software/emacs
| > Description: Emacs is the extensible, customizable,
| > self-documenting real-time display editor.
| >
| > and this is a *big lie* (works with any package apparently).
>
| Why is it a lie?! Have you not accepted that version explicity in your
| own config file? So, isn't that version available? If you do an emerge
| emacs-csv, wouldn't it pull out the keyworded package? Note that eix
| uses the "available" word, not "stable" or anything like that. By
| using "available", it is dynamic and can give results accourding to
| your personal config.
Sure ; you understand my using "lie" was a joke; but anyway I was
interpreting the term "masked" as a property of the package common to all
gentoo users, and it sounded (still does) strange to me; the man page:
.........................
OUTPUT If you used gentoo for more than a week you're probably going to
immediately recognize the format of the
versions-strings. Nevertheless, we are going to explain them here.
[...]
*3.4.3-r2
That version is "masked by -* keyword".
!3.3.3 This means the version is "masked by missing keyword".
-0.8.14
Masked by -ARCH.
~3.3.5.20050130
The version would be "masked by ~keyword".
........................
as I personally do not mask packages, I could assume they were masked by
the external world... I should have read the man more carefully
>
| I guess its more a feature, it predicts exactly what portage will
| do... I didn't even knew it was using my personal config files, that
| is awesome!
cheers,
--
Jean
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Strange feature in eix
2006-06-01 18:57 ` Boris Fersing
@ 2006-06-01 19:58 ` Jean Magnan de Bornier
2006-06-02 13:59 ` Bennet Gedan
1 sibling, 0 replies; 6+ messages in thread
From: Jean Magnan de Bornier @ 2006-06-01 19:58 UTC (permalink / raw
To: gentoo-user
Le 01 juin à 20:57:49 "Boris Fersing" <kernelsensei@gentoo.org> écrit notamment:
| 2006/6/1, Jean Magnan de Bornier <jean@bornier.net>:
| > Hi all,
| >
| > Using eix for some time (at least a year now), I discovered today
| > (eix-0.5.5) a very strange feature which and in less perfect world than
| > gentoo's might perhaps qualify as a bug.
| >
| > If I type "eix <package>" and the package is unstable (or has unstable
| > versions) and appears as such in the gentoo database, I expect to see it
| > -for the unstable versions- in eix's output: the man page says so anyway;
| > but this happens only if I have not marked the package with "~x86" in *my*
| > /etc/portage/package.keywords file. If I mark the package (with "~x86")
| > eix tells me :
| >
| > * app-editors/emacs-cvs
| > Available versions: 22.0.50-r1 22.0.50-r2 [M]23.0.0
| > Installed: 22.0.50-r2
| > Homepage: http://www.gnu.org/software/emacs
| > Description: Emacs is the extensible, customizable,
| > self-documenting real-time display editor.
| >
| > and this is a *big lie* (works with any package apparently).
| >
| > Or is it intended?
>
| Hi,
>
| add LOCAL_PORTAGE_CONFIG=false in /etc/eixrc and try again ! (it's not
| a bug, it's a feature ! :D)
>
Thanks Boris for the explanation, I hadn't noticed; not sure this should be the
default feature though...
cheers
--
Jean
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Strange feature in eix
2006-06-01 18:57 ` Boris Fersing
2006-06-01 19:58 ` Jean Magnan de Bornier
@ 2006-06-02 13:59 ` Bennet Gedan
1 sibling, 0 replies; 6+ messages in thread
From: Bennet Gedan @ 2006-06-02 13:59 UTC (permalink / raw
To: gentoo-user
2006/6/1, Boris Fersing <kernelsensei@gentoo.org>:
> [...] LOCAL_PORTAGE_CONFIG=false in /etc/eixrc [...]
wohoo -- these are the things, wich make me happy being subscribed to
the gentoo-user mailing list.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-06-02 14:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-01 18:41 [gentoo-user] Strange feature in eix Jean Magnan de Bornier
2006-06-01 18:57 ` Boris Fersing
2006-06-01 19:58 ` Jean Magnan de Bornier
2006-06-02 13:59 ` Bennet Gedan
2006-06-01 19:06 ` Daniel da Veiga
2006-06-01 19:55 ` Jean Magnan de Bornier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox