Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass
Date: Thu, 12 Sep 2019 20:11:18
Message-Id: 20190913081059.450157d6@katipo2.lan
In Reply to: Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass by Michael Orlitzky
1 On Thu, 12 Sep 2019 12:52:31 -0400
2 Michael Orlitzky <mjo@g.o> wrote:
3
4 > Subslots do this already. Portage does this already. We have this "tool
5 > that people would want," but only if developers can be bothered to
6 > package things.
7
8 For some things (go, rust), using dynamic linking for all dependencies,
9 and using subslots to regulate it... this may result in a reality where
10 all dependencies need a unique slot for every version, and every
11 version can be parallel installed with every other.
12
13 I don't think you want that, it has all the inflexibility of static binaries
14 and the only benefit it gives you is the visibility of the dependency
15 stack from portage.
16
17 Surely there are better ways to manage this.