* [gentoo-user] eix, can I trust it at all?
@ 2006-01-06 17:18 Petr Kocmid
2006-01-06 17:31 ` Tom Martin
` (6 more replies)
0 siblings, 7 replies; 25+ messages in thread
From: Petr Kocmid @ 2006-01-06 17:18 UTC (permalink / raw
To: gentoo-user
Hi all,
Please somebody explain to me the following event:
# echo "net-p2p/ktorrent ~x86" >> /etc/portage/package.keywords
# eix ktorrent
* net-p2p/ktorrent
Available versions: 1.0 1.1_rc1 1.1 (all green==available for install)
Installed: none
Homepage: http://ktorrent.pwsp.net/
Description: A BitTorrent program for KDE.
Found 1 matches
# emerge -pv ktorrent
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] net-p2p/ktorrent-1.2_rc1 +arts -debug +xinerama 1,411 kB
The question is, why eix knows nothing about version the emerge would actually
build? Is this bug for eix or I missed something? My portage was synced just
before that.
--
Petr
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
@ 2006-01-06 17:31 ` Tom Martin
2006-01-06 17:31 ` Lares Moreau
` (5 subsequent siblings)
6 siblings, 0 replies; 25+ messages in thread
From: Tom Martin @ 2006-01-06 17:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]
On Fri, 6 Jan 2006 18:18:40 +0100
Petr Kocmid <Petr.Kocmid@project-bhairava.org> wrote:
> Hi all,
>
> Please somebody explain to me the following event:
>
> (snip)
You didn't update the eix database.
--
Tom Martin, http://dev.gentoo.org/~slarti
AMD64, net-mail, shell-tools, vim, recruiters
Gentoo Linux
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
2006-01-06 17:31 ` Tom Martin
@ 2006-01-06 17:31 ` Lares Moreau
2006-01-06 17:39 ` ellotheth rimmwen
` (4 subsequent siblings)
6 siblings, 0 replies; 25+ messages in thread
From: Lares Moreau @ 2006-01-06 17:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]
On Fri, 2006-01-06 at 18:18 +0100, Petr Kocmid wrote:
> # echo "net-p2p/ktorrent ~x86" >> /etc/portage/package.keywords
> # eix ktorrent
> * net-p2p/ktorrent
> Available versions: 1.0 1.1_rc1 1.1 (all green==available for install)
> Installed: none
> Homepage: http://ktorrent.pwsp.net/
> Description: A BitTorrent program for KDE.
>
>
> Found 1 matches
> # emerge -pv ktorrent
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild N ] net-p2p/ktorrent-1.2_rc1 +arts -debug +xinerama 1,411 kB
>
> The question is, why eix knows nothing about version the emerge would actually
> build? Is this bug for eix or I missed something? My portage was synced just
> before that.
eix has it's own Database, and doesn't run of live data.
eix-sync -- emerge --sync's then updates the eix DB. DO that or emerge
--sync && update-eix
--
Lares Moreau <lares.moreau@gmail.com> | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester | ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net | Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628 C5D4 7D94 483E 0D46 BB6E
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
2006-01-06 17:31 ` Tom Martin
2006-01-06 17:31 ` Lares Moreau
@ 2006-01-06 17:39 ` ellotheth rimmwen
2006-01-06 17:43 ` Andrew Gaydenko
` (3 subsequent siblings)
6 siblings, 0 replies; 25+ messages in thread
From: ellotheth rimmwen @ 2006-01-06 17:39 UTC (permalink / raw
To: gentoo-user
On 1/6/06, Petr Kocmid <Petr.Kocmid@project-bhairava.org> wrote:
> The question is, why eix knows nothing about version the emerge would actually
> build? Is this bug for eix or I missed something? My portage was synced just
> before that.
The eix database doesn't automatically get updated with the portage
update, if I recall. Here's my solution:
alias esync='emerge --sync && update-eix'
--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
` (2 preceding siblings ...)
2006-01-06 17:39 ` ellotheth rimmwen
@ 2006-01-06 17:43 ` Andrew Gaydenko
2006-01-06 18:01 ` Petr Kocmid
` (2 subsequent siblings)
6 siblings, 0 replies; 25+ messages in thread
From: Andrew Gaydenko @ 2006-01-06 17:43 UTC (permalink / raw
To: gentoo-user
You must use 'eix-sync' instead of 'emerge sync'. Another way is to
start 'update-eix' after 'emerge sync'.
======= On Friday 06 January 2006 20:18, Petr Kocmid wrote: =======
Hi all,
Please somebody explain to me the following event:
# echo "net-p2p/ktorrent ~x86" >> /etc/portage/package.keywords
# eix ktorrent
* net-p2p/ktorrent
Available versions: 1.0 1.1_rc1 1.1 (all green==available for install)
Installed: none
Homepage: http://ktorrent.pwsp.net/
Description: A BitTorrent program for KDE.
Found 1 matches
# emerge -pv ktorrent
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] net-p2p/ktorrent-1.2_rc1 +arts -debug +xinerama 1,411 kB
The question is, why eix knows nothing about version the emerge would actually
build? Is this bug for eix or I missed something? My portage was synced just
before that.
--
Petr
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
` (3 preceding siblings ...)
2006-01-06 17:43 ` Andrew Gaydenko
@ 2006-01-06 18:01 ` Petr Kocmid
2006-01-06 19:44 ` Rumen Yotov
2006-01-06 20:33 ` [gentoo-user] eix - What's eix, then? Stroller
6 siblings, 0 replies; 25+ messages in thread
From: Petr Kocmid @ 2006-01-06 18:01 UTC (permalink / raw
To: gentoo-user
Thanks all for that update-eix hint!
--
Petr
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix, can I trust it at all?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
` (4 preceding siblings ...)
2006-01-06 18:01 ` Petr Kocmid
@ 2006-01-06 19:44 ` Rumen Yotov
2006-01-06 20:33 ` [gentoo-user] eix - What's eix, then? Stroller
6 siblings, 0 replies; 25+ messages in thread
From: Rumen Yotov @ 2006-01-06 19:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 984 bytes --]
On (06/01/06 18:18), Petr Kocmid wrote:
> Hi all,
>
> Please somebody explain to me the following event:
>
> # echo "net-p2p/ktorrent ~x86" >> /etc/portage/package.keywords
> # eix ktorrent
> * net-p2p/ktorrent
> Available versions: 1.0 1.1_rc1 1.1 (all green==available for install)
> Installed: none
> Homepage: http://ktorrent.pwsp.net/
> Description: A BitTorrent program for KDE.
>
>
> Found 1 matches
> # emerge -pv ktorrent
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild N ] net-p2p/ktorrent-1.2_rc1 +arts -debug +xinerama 1,411 kB
>
> The question is, why eix knows nothing about version the emerge would actually
> build? Is this bug for eix or I missed something? My portage was synced just
> before that.
>
> --
> Petr
> --
> gentoo-user@gentoo.org mailing list
>
Hi,
Just run "update-eix" before that.
HTH.Rumen
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
` (5 preceding siblings ...)
2006-01-06 19:44 ` Rumen Yotov
@ 2006-01-06 20:33 ` Stroller
2006-01-06 20:54 ` Neil Bothwick
2006-01-06 21:01 ` Christian Heim
6 siblings, 2 replies; 25+ messages in thread
From: Stroller @ 2006-01-06 20:33 UTC (permalink / raw
To: gentoo-user
On 6 Jan 2006, at 17:18, Petr Kocmid wrote:
>
> # eix ktorrent
> * net-p2p/ktorrent
> Available versions: 1.0 1.1_rc1 1.1 (all green==available for
> install)
> Installed: none
> Homepage: http://ktorrent.pwsp.net/
> Description: A BitTorrent program for KDE.
and:
On 6 Jan 2006, at 17:31, Lares Moreau wrote:
> eix has it's own Database, and doesn't run of live data.
>
> eix-sync -- emerge --sync's then updates the eix DB. DO that or emerge
> --sync && update-eix
What's eix, then? Apart from a "small utility for searching ebuilds
with indexing for fast results".
I'm using esearch at the moment - should I change?
The results of `eix ktorrent` above seem more comprehensive than
those that'd be give by esearch, is that the only advantage? `esync`
takes bleedin' ages on one system here, so if eix was faster I'd use
it in a flash.
Stroller.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 20:33 ` [gentoo-user] eix - What's eix, then? Stroller
@ 2006-01-06 20:54 ` Neil Bothwick
2006-01-09 0:30 ` Iain Buchanan
2006-01-06 21:01 ` Christian Heim
1 sibling, 1 reply; 25+ messages in thread
From: Neil Bothwick @ 2006-01-06 20:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On Fri, 6 Jan 2006 20:33:51 +0000, Stroller wrote:
> What's eix, then? Apart from a "small utility for searching ebuilds
> with indexing for fast results".
Just that.
> I'm using esearch at the moment - should I change?
I did. eix is basically esearch without the wait.
--
Neil Bothwick
CPU: (n.) acronym for Central Purging Unit. A device which discards or
distorts data sent to it, sometimes returning more data and sometimes
merely over-heating.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 20:33 ` [gentoo-user] eix - What's eix, then? Stroller
2006-01-06 20:54 ` Neil Bothwick
@ 2006-01-06 21:01 ` Christian Heim
2006-01-06 21:54 ` Neil Bothwick
1 sibling, 1 reply; 25+ messages in thread
From: Christian Heim @ 2006-01-06 21:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Friday 06 January 2006 21:33, St wrote:
> What's eix, then? Apart from a "small utility for searching ebuilds
> with indexing for fast results".
>
> I'm using esearch at the moment - should I change?
>
> The results of `eix ktorrent` above seem more comprehensive than
> those that'd be give by esearch, is that the only advantage? `esync`
> takes bleedin' ages on one system here, so if eix was faster I'd use
> it in a flash.
The only thing that is slow, is update-eix due to reading the cache (well slow
by my definition means >20s).
eix -s / -S (or what ever you want to search for) is _really_ fast ..
>
> Stroller.
--
Christian Heim <phreak@gentoo.org>
Gentoo Linux Developer - vserver
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 21:01 ` Christian Heim
@ 2006-01-06 21:54 ` Neil Bothwick
2006-01-07 2:51 ` Stroller
0 siblings, 1 reply; 25+ messages in thread
From: Neil Bothwick @ 2006-01-06 21:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
On Fri, 6 Jan 2006 22:01:00 +0100, Christian Heim wrote:
> The only thing that is slow, is update-eix due to reading the cache
> (well slow by my definition means >20s).
You obviously haven't tried esearch...
--
Neil Bothwick
I am in total control, but don't tell my wife.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 21:54 ` Neil Bothwick
@ 2006-01-07 2:51 ` Stroller
2006-01-07 2:57 ` Beau E. Cox
0 siblings, 1 reply; 25+ messages in thread
From: Stroller @ 2006-01-07 2:51 UTC (permalink / raw
To: gentoo-user
On 6 Jan 2006, at 21:54, Neil Bothwick wrote:
> On Fri, 6 Jan 2006 22:01:00 +0100, Christian Heim wrote:
>
>> The only thing that is slow, is update-eix due to reading the cache
>> (well slow by my definition means >20s).
>
> You obviously haven't tried esearch...
Yes, I installed eix after the several propt responses - many thanks,
all! - and was much impressed by the speed improvement.
Stroller.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-07 2:51 ` Stroller
@ 2006-01-07 2:57 ` Beau E. Cox
0 siblings, 0 replies; 25+ messages in thread
From: Beau E. Cox @ 2006-01-07 2:57 UTC (permalink / raw
To: gentoo-user; +Cc: Stroller
On Friday 06 January 2006 04:51 pm, Stroller wrote:
> On 6 Jan 2006, at 21:54, Neil Bothwick wrote:
> > On Fri, 6 Jan 2006 22:01:00 +0100, Christian Heim wrote:
> >> The only thing that is slow, is update-eix due to reading the cache
> >> (well slow by my definition means >20s).
> >
> > You obviously haven't tried esearch...
>
> Yes, I installed eix after the several propt responses - many thanks,
> all! - and was much impressed by the speed improvement.
>
> Stroller.
Me too! I was just lurking around and saw the eix discussion
on this list, installed it, and WOW! Thanks everyone.
--
Aloha => Beau;
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-06 20:54 ` Neil Bothwick
@ 2006-01-09 0:30 ` Iain Buchanan
2006-01-09 1:22 ` Stroller
0 siblings, 1 reply; 25+ messages in thread
From: Iain Buchanan @ 2006-01-09 0:30 UTC (permalink / raw
To: gentoo-user
On Fri, 2006-01-06 at 20:54 +0000, Neil Bothwick wrote:
> On Fri, 6 Jan 2006 20:33:51 +0000, Stroller wrote:
>
> > I'm using esearch at the moment - should I change?
>
> I did. eix is basically esearch without the wait.
what wait? I use esearch and I don't have to wait...?
--
Iain Buchanan <iaindb at netspace dot net dot au>
'Tis the dream of each programmer,
Before his life is done,
To write three lines of APL,
And make the damn things run.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 0:30 ` Iain Buchanan
@ 2006-01-09 1:22 ` Stroller
2006-01-09 1:49 ` Iain Buchanan
0 siblings, 1 reply; 25+ messages in thread
From: Stroller @ 2006-01-09 1:22 UTC (permalink / raw
To: gentoo-user
On 9 Jan 2006, at 00:30, Iain Buchanan wrote:
> On Fri, 2006-01-06 at 20:54 +0000, Neil Bothwick wrote:
>> On Fri, 6 Jan 2006 20:33:51 +0000, Stroller wrote:
>>
>>> I'm using esearch at the moment - should I change?
>>
>> I did. eix is basically esearch without the wait.
>
> what wait? I use esearch and I don't have to wait...?
eix-update completes in just a few seconds, whereas on one of my
systems `eupdatedb` (of esearch) takes perhaps 90 minutes.
Stroller.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 1:22 ` Stroller
@ 2006-01-09 1:49 ` Iain Buchanan
2006-01-09 2:03 ` John Myers
2006-01-09 4:37 ` Stroller
0 siblings, 2 replies; 25+ messages in thread
From: Iain Buchanan @ 2006-01-09 1:49 UTC (permalink / raw
To: gentoo-user
On Mon, 2006-01-09 at 01:22 +0000, Stroller wrote:
> On 9 Jan 2006, at 00:30, Iain Buchanan wrote:
>
> > On Fri, 2006-01-06 at 20:54 +0000, Neil Bothwick wrote:
> >> On Fri, 6 Jan 2006 20:33:51 +0000, Stroller wrote:
> >>
> >>> I'm using esearch at the moment - should I change?
> >>
> >> I did. eix is basically esearch without the wait.
> >
> > what wait? I use esearch and I don't have to wait...?
>
> eix-update completes in just a few seconds, whereas on one of my
> systems `eupdatedb` (of esearch) takes perhaps 90 minutes.
aaahhh, the wait for eupdatedb, yes it does take a while (certainly not
90 minutes, more like 5 minutes for me) but then I run it from cron at
lunch, so I don't notice... much :)
can eix do the following (taken from esearch --help)
--searchdesc, -S
Search package descriptions as well
--fullname, -F
Search packages full name (includes category)
--instonly, -I
Find only packages which are installed
--compact, -c
More compact output format
(there are more from esearch, but these are the main ones I use)
--
Iain Buchanan <iaindb at netspace dot net dot au>
<Endy> taniwha: Have you TESTED this one? :)
<taniwha> Endy: of course not
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 1:49 ` Iain Buchanan
@ 2006-01-09 2:03 ` John Myers
2006-01-09 2:50 ` Benjamin Fritzsche
2006-01-09 4:37 ` Stroller
1 sibling, 1 reply; 25+ messages in thread
From: John Myers @ 2006-01-09 2:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
On Sunday 08 January 2006 17:49, Iain Buchanan wrote:
> can eix do the following (taken from esearch --help)
<snip>
Yep!
--
#
# electronerd, the electronerdian from electronerdia
#
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 2:03 ` John Myers
@ 2006-01-09 2:50 ` Benjamin Fritzsche
2006-01-09 3:44 ` John Myers
0 siblings, 1 reply; 25+ messages in thread
From: Benjamin Fritzsche @ 2006-01-09 2:50 UTC (permalink / raw
To: gentoo-user
While were on the subject:
is there something like esync for eix?
(show me the differences after a emerge sync/eix-update?)
I've grown used to this and its currently making me stick with esearch.
On Monday 09 January 2006 03:03, John Myers wrote:
> On Sunday 08 January 2006 17:49, Iain Buchanan wrote:
> > can eix do the following (taken from esearch --help)
>
> <snip>
>
> Yep!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 2:50 ` Benjamin Fritzsche
@ 2006-01-09 3:44 ` John Myers
0 siblings, 0 replies; 25+ messages in thread
From: John Myers @ 2006-01-09 3:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
On Sunday 08 January 2006 18:50, Benjamin Fritzsche wrote:
> While were on the subject:
>
> is there something like esync for eix?
> (show me the differences after a emerge sync/eix-update?)
eix-sync
--
#
# electronerd, the electronerdian from electronerdia
#
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 1:49 ` Iain Buchanan
2006-01-09 2:03 ` John Myers
@ 2006-01-09 4:37 ` Stroller
2006-01-09 12:18 ` Mike Williams
1 sibling, 1 reply; 25+ messages in thread
From: Stroller @ 2006-01-09 4:37 UTC (permalink / raw
To: gentoo-user
On 9 Jan 2006, at 01:49, Iain Buchanan wrote:
>
> aaahhh, the wait for eupdatedb, yes it does take a while (certainly
> not
> 90 minutes, more like 5 minutes for me) but then I run it from cron at
> lunch, so I don't notice... much :)
I think you meant to say:
aaahhh, the wait for eupdatedb, yes it does take a while
(certainly not
90 minutes for me, more like 5 minutes)
I have no intention of timing it here and now, but I have one system
here on which eupdatedb is certainly into the several tens of minutes.
Stroller.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 4:37 ` Stroller
@ 2006-01-09 12:18 ` Mike Williams
2006-01-09 13:18 ` Abhay Kedia
` (2 more replies)
0 siblings, 3 replies; 25+ messages in thread
From: Mike Williams @ 2006-01-09 12:18 UTC (permalink / raw
To: gentoo-user
On Monday 09 January 2006 04:37, Stroller wrote:
> > aaahhh, the wait for eupdatedb, yes it does take a while (certainly
> > not
> > 90 minutes, more like 5 minutes for me) but then I run it from cron at
> > lunch, so I don't notice... much :)
>
> I think you meant to say:
> aaahhh, the wait for eupdatedb, yes it does take a while
> (certainly not
> 90 minutes for me, more like 5 minutes)
>
> I have no intention of timing it here and now, but I have one system
> here on which eupdatedb is certainly into the several tens of minutes.
You know, you could all just use:
http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb
Then get ultra fast metadata updates (no 50-51% hang*), quick searches (not as
quick as eix or esearch but *way* quicker than portage standard), and no need
to update a second database (so no out of date searches).
carpaskis thoughts are perfectly valid, but if you know you're using cdb then
get a seg fault, you can turn it off.
* Under 52 seconds, with no previous portage interactions in hours, while
reading email in kmail, on a 7200rpm 2.5" drive in a PM 1.8.
--
Mike Williams
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 12:18 ` Mike Williams
@ 2006-01-09 13:18 ` Abhay Kedia
2006-01-09 14:45 ` Richard Fish
2006-01-09 17:08 ` Preston Hagar
2 siblings, 0 replies; 25+ messages in thread
From: Abhay Kedia @ 2006-01-09 13:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 439 bytes --]
On Monday 09 January 2006 17:48, Mike Williams wrote:
>
> You know, you could all just use:
> http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb
>
...and if we face any problems we will be flamed by purist Gentooers? Reading
that wiki entry made me remember the people who use --oh-so-fast CFLAGS and
then get flamed in forums. I personally would never use such hacks in
something as important as portage.
Regards,
Abhay
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 12:18 ` Mike Williams
2006-01-09 13:18 ` Abhay Kedia
@ 2006-01-09 14:45 ` Richard Fish
2006-01-09 15:08 ` Neil Bothwick
2006-01-09 17:08 ` Preston Hagar
2 siblings, 1 reply; 25+ messages in thread
From: Richard Fish @ 2006-01-09 14:45 UTC (permalink / raw
To: gentoo-user
On 1/9/06, Mike Williams <mike@gaima.co.uk> wrote:
> You know, you could all just use:
> http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb
>
> Then get ultra fast metadata updates (no 50-51% hang*), quick searches (not as
> quick as eix or esearch but *way* quicker than portage standard), and no need
> to update a second database (so no out of date searches).
Except that this will break with portage 2.1:
ewarn "This series contains a completely rewritten caching framework."
ewarn "If you are using any cache modules (such as the CDB cache"
ewarn "module) portage will not work until they have been disabled."
ewarn "For reference, they are configured at /etc/portage/modules."
echo
einfo "The default cache format has changed beginning with this"
einfo "version. Before using emerge, run \`emerge --metadata\` to"
einfo "restore portage's local cache."
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 14:45 ` Richard Fish
@ 2006-01-09 15:08 ` Neil Bothwick
0 siblings, 0 replies; 25+ messages in thread
From: Neil Bothwick @ 2006-01-09 15:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 810 bytes --]
On Mon, 9 Jan 2006 07:45:21 -0700, Richard Fish wrote:
> Except that this will break with portage 2.1:
>
> ewarn "This series contains a completely rewritten caching
> framework." ewarn "If you are using any cache modules (such as the CDB
> cache" ewarn "module) portage will not work until they have been
> disabled." ewarn "For reference, they are configured
> at /etc/portage/modules." echo
> einfo "The default cache format has changed beginning with this"
> einfo "version. Before using emerge, run \`emerge --metadata\`
> to" einfo "restore portage's local cache."
if you are using eix with portage 2.1, you may need to set /etc/eixrc to
PORTDIR_CACHE_METHOD="backport" to avoid strange search results.
--
Neil Bothwick
First Law of Laboratory Work:
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [gentoo-user] eix - What's eix, then?
2006-01-09 12:18 ` Mike Williams
2006-01-09 13:18 ` Abhay Kedia
2006-01-09 14:45 ` Richard Fish
@ 2006-01-09 17:08 ` Preston Hagar
2 siblings, 0 replies; 25+ messages in thread
From: Preston Hagar @ 2006-01-09 17:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 434 bytes --]
Another link for you reference is:
http://gentoo-wiki.com/TIP_Speed_up_searches_in_portage
It describes both eix and esearch with the basic info (updating the
database, output, etc.)
Preston
On 1/9/06, Mike Williams <mike@gaima.co.uk> wrote:
>
> You know, you could all just use:
> http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb
>
> --
> Mike Williams
>
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2006-01-09 17:14 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06 17:18 [gentoo-user] eix, can I trust it at all? Petr Kocmid
2006-01-06 17:31 ` Tom Martin
2006-01-06 17:31 ` Lares Moreau
2006-01-06 17:39 ` ellotheth rimmwen
2006-01-06 17:43 ` Andrew Gaydenko
2006-01-06 18:01 ` Petr Kocmid
2006-01-06 19:44 ` Rumen Yotov
2006-01-06 20:33 ` [gentoo-user] eix - What's eix, then? Stroller
2006-01-06 20:54 ` Neil Bothwick
2006-01-09 0:30 ` Iain Buchanan
2006-01-09 1:22 ` Stroller
2006-01-09 1:49 ` Iain Buchanan
2006-01-09 2:03 ` John Myers
2006-01-09 2:50 ` Benjamin Fritzsche
2006-01-09 3:44 ` John Myers
2006-01-09 4:37 ` Stroller
2006-01-09 12:18 ` Mike Williams
2006-01-09 13:18 ` Abhay Kedia
2006-01-09 14:45 ` Richard Fish
2006-01-09 15:08 ` Neil Bothwick
2006-01-09 17:08 ` Preston Hagar
2006-01-06 21:01 ` Christian Heim
2006-01-06 21:54 ` Neil Bothwick
2006-01-07 2:51 ` Stroller
2006-01-07 2:57 ` Beau E. Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox