Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaranm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] binary packaging
Date: Tue, 05 Oct 2004 22:09:42
Message-Id: 20041005230525.128b6b12@snowdrop.home
In Reply to: [gentoo-dev] binary packaging by Philippe Trottier
1 On Wed, 06 Oct 2004 01:02:42 +0300 Philippe Trottier
2 <tchiwam@g.o> wrote:
3 | It is somehow difficult to know and sort all the possible binary
4 | packages. If the USE flags are different it does give some headache.
5 | One suggestion is to had a hex bit mask for each USE flags. for
6 | example package.w.x.y-rz-0A.tgz2 would mean USE flags are set as
7 | follow 00001010. At least that way someone can guess what package to
8 | fetch without having 1000 char long file names.
9
10 Ick. The way to do this that won't break things is to decide upon a set
11 of USE flags, apply them at a global level and then make a set of
12 binaries for said combination. Then, give it a name and stick a file
13 named __make.conf__ in the binaries directory. There's probably some way
14 to do this neatly using the stuff in GLEP 29 if you really want.
15
16 Incidentally, you'd to do the same for CFLAGS that you do for USE. For
17 certain CFLAGS you can't safely mix combinations, it's an all or nothing
18 thing.
19
20 --
21 Ciaran McCreesh : Gentoo Developer (Sparc, MIPS, Vim, Fluxbox)
22 Mail : ciaranm at gentoo.org
23 Web : http://dev.gentoo.org/~ciaranm

Replies

Subject Author
Re: [gentoo-dev] binary packaging Paul de Vrieze <pauldv@g.o>