Gentoo Archives: gentoo-dev

From: Carsten Lohrke <carlo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Multiple Repo Support
Date: Tue, 27 Dec 2005 17:41:08
Message-Id: 200512271837.14038.carlo@gentoo.org
In Reply to: Re: [gentoo-dev] Multiple Repo Support by Ciaran McCreesh
1 On Tuesday 27 December 2005 18:07, Ciaran McCreesh wrote:
2 > It's worse than O(n^n) if you try to do USE dep conflict resolution
3 > too...
4
5 Theoretically yes, practically the worst number of dependency levels we speak
6 of to walk up/down is not infinite ;). Of course there's no chance to get
7 this linear (speak: walking down the dependencies once), unless you store the
8 information which ebuild depends (or more exactly DEPENDs && RDEPENDs) on foo
9 in a list in foo's pkg db entry. The dependency resolution of the packages
10 needed to rebuild on top of it is not different as usual.
11
12
13 Carsten

Replies

Subject Author
Re: [gentoo-dev] Multiple Repo Support Ciaran McCreesh <ciaranm@g.o>
Re: [gentoo-dev] Multiple Repo Support Paul de Vrieze <pauldv@g.o>