Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511172 - Support storing binary packages with different build time flags and compilers.
Summary: Support storing binary packages with different build time flags and compilers.
Status: RESOLVED DUPLICATE of bug 150031
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-24 07:08 UTC by dE
Modified: 2014-11-03 20:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dE 2014-05-24 07:08:27 UTC
Debugging a certain package requires compiling it with various types of C*FLAGS, after which the original CFLAGS has to be restored by recompilation.

Doing this frequently takes a lot of compile times; as a result I suggest a portage feature where a binary package can be made with it's checksum on it's file name.

There can be a FEATURE "binchksum" where making a binary off an installed package will result in it's checksum to be included in it's file name, that way the user can store binaries of the same ebuild with different compile flag options.

The Packages file in the PKGDIR should be modified to contain the build time flags and compiler information of the particular package.

There must be ways to display the same information also.

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis 2014-05-25 03:25:16 UTC
Duplicate of bug #150031.
Comment 2 Zac Medico gentoo-dev 2014-11-03 20:31:17 UTC

*** This bug has been marked as a duplicate of bug 150031 ***