On Sun, Nov 18, 2018 at 5:40 PM Zac Medico <zmed...@gentoo.org> wrote:
>
> On 11/18/18 1:55 PM, Rich Freeman wrote:
> >
> > My idea is to basically have portage generate a tag with all the info
> > needed to identify the "right" package, take a hash of it, and then
> > stick that in the filename.  Then when portage is looking for a binary
> > package to use at install time it generates the same tag using the
> > same algorithm and looks for a matching hash.
>
> We've already had this handled for a couple years now, via
> FEATURES=binpkg-multi-instance.

According to the make.conf manpage this simply numbers builds.  So, if
you build something twice with the same config you end up with two
duplicate files (wasteful).  Presumably if you had a large collection
of these packages portage would have to read the metadata within each
one to figure out which one is appropriate to install.  That would be
expensive if IO is slow, such as when fetching packages online
on-demand.

But, it obviously is somewhat of an improvement for Roy's use case.

IMO using a content-hash of certain metadata would eliminate
duplication, and based on filename alone it would be clear whether the
sought-after binary package exists or not.  As with the build numbers
you couldn't tell from filename inspection what packages you have, but
if you know what you want you could immediately find it.  IMO trying
to cram all that metadata into a filename to make them more
transparent isn't a good idea, and using hashes lets the user set
their own policy regarding flexibility.  Heck, you could auto-gen
symlinks for subsets of metadata (ie, the same file could be linked
from a file that specifies its USE flags but not its CFLAGS, so it
would be found if either an exact hit on CFLAGS was sought or if
CFLAGS were considered unimportant).

But, I'm certainly not suggesting that you're not allowed to go to bed
until you've built it.  :)

-- 
Rich

Reply via email to