Gentoo Archives: gentoo-portage-dev

From: Joakim Tjernlund <Joakim.Tjernlund@××××××××.com>
To: "gentoo-portage-dev@l.g.o" <gentoo-portage-dev@l.g.o>, "zmedico@g.o" <zmedico@g.o>
Subject: Re: [gentoo-portage-dev] Installed pkg list in dependency order ?
Date: Wed, 16 Jun 2021 09:27:51
Message-Id: c18f372db3e18e03541c374dd927625b67249510.camel@infinera.com
In Reply to: Re: [gentoo-portage-dev] Installed pkg list in dependency order ? by Zac Medico
1 On Mon, 2021-06-14 at 09:11 -0700, Zac Medico wrote:
2 > On 6/14/21 8:16 AM, Joakim Tjernlund wrote:
3 > > Hi
4 > >
5 > > I need to generate a pkg list from an uptodate gentoo system too feed this list into qmerge
6 > > so qmerge can install these pkgs in correct order.
7 > >
8 > > Tried emerge -e but that list is not in dep order, seems to be just a list with pkgs to rebuild.
9 > >
10 > >  Jocke
11 > >
12 >
13 > The problem with emerge -e is that is pull in the whole kitchen sink, so
14 > all of the circular dependencies will be mixed into that order. What you
15 > want is a smaller calculation that only updates the intended packages.
16
17 Right, but I am fresh out of ides how to do that. Any pointers?
18
19 Jocke