Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Joakim Tjernlund <Joakim.Tjernlund@××××××××.com>
Subject: Re: [gentoo-portage-dev] Installed pkg list in dependency order ?
Date: Mon, 14 Jun 2021 16:11:24
Message-Id: b9fd7a66-202c-d310-57ec-93d51245a9d6@gentoo.org
In Reply to: [gentoo-portage-dev] Installed pkg list in dependency order ? by Joakim Tjernlund
1 On 6/14/21 8:16 AM, Joakim Tjernlund wrote:
2 > Hi
3 >
4 > I need to generate a pkg list from an uptodate gentoo system too feed this list into qmerge
5 > so qmerge can install these pkgs in correct order.
6 >
7 > Tried emerge -e but that list is not in dep order, seems to be just a list with pkgs to rebuild.
8 >
9 > Jocke
10 >
11
12 The problem with emerge -e is that is pull in the whole kitchen sink, so
13 all of the circular dependencies will be mixed into that order. What you
14 want is a smaller calculation that only updates the intended packages.
15 --
16 Thanks,
17 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] Installed pkg list in dependency order ? Joakim Tjernlund <Joakim.Tjernlund@××××××××.com>