Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 759424

Summary: Stable prefix on amd64
Product: Gentoo/Alt Reporter: Alexey <alexey+gentoo>
Component: Prefix SupportAssignee: Alexey <alexey+gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: alexey+gentoo, axiator, flow, prefix, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=720224
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 759427    
Bug Blocks:    
Attachments: patch to bootstrap script

Description Alexey 2020-12-10 22:47:04 UTC
Let's enable option to make Prefix installation to use stable keyword.
Comment 1 Benda Xu gentoo-dev 2021-01-20 22:46:55 UTC
I like this idea and let's do it!
Comment 2 Alexey 2021-03-08 08:20:18 UTC
Benda, in order for this to happen, could you stabilize https://bugs.gentoo.org/759427 ?
Comment 3 Alexey 2021-06-14 18:25:06 UTC
Created attachment 716091 [details, diff]
patch to bootstrap script
Comment 4 Guilherme Amadio gentoo-dev 2021-06-14 21:37:59 UTC
I think bootstrapping will behave a lot better by using only stable packages, +1 from me for this as well.
Comment 5 Larry the Git Cow gentoo-dev 2021-07-16 07:10:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd

commit 4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2021-07-16 07:09:20 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-07-16 07:09:20 +0000

    scripts/bootstrap-prefix: make stable keyword impl a bit more generic
    
    If we want to support more (Linux) arches in the future with stable
    keywords, this should do the trick.
    
    Closes: https://bugs.gentoo.org/759424
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=92e83b4212ec23c1ea9d6013343462b85011a6bd

commit 92e83b4212ec23c1ea9d6013343462b85011a6bd
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2021-06-14 15:08:57 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-07-16 07:03:24 +0000

    scripts/bootstrap-prefix: do stable prefix on amd64
    
    Bug: https://bugs.gentoo.org/759424
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)