Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673324 - remove PREFIX_DISABLE_GEN_USR_LDSCRIPT from bootstrap and eclass
Summary: remove PREFIX_DISABLE_GEN_USR_LDSCRIPT from bootstrap and eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-17 09:52 UTC by Fabian Groffen
Modified: 2018-12-29 14:00 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 Fabian Groffen gentoo-dev 2018-12-17 09:52:49 UTC
The PREFIX_DISABLE_GEN_USR_LDSCRIPT was meant to allow a migration path off of using gen_usr_ldscript from toolchain-funcs.eclass.  Nowadays, no bootstraps should be made using it anymore, and existing prefix installs which use it are probably rare.

In order to reduce the amount of custom stuff we carry around in Prefix, we should remove PREFIX_DISABLE_GEN_USR_LDSCRIPT.
Comment 1 Fabian Groffen gentoo-dev 2018-12-17 09:53:17 UTC
@haubi: is this going to affect you?
Comment 2 Michael Haubenwallner (RETIRED) gentoo-dev 2018-12-17 10:06:18 UTC
Nope, thanks!
I'm using Prefix as template only, nothing directly into production.
Comment 3 Benda Xu gentoo-dev 2018-12-17 10:32:12 UTC
I second this.
Comment 4 Guilherme Amadio gentoo-dev 2018-12-17 12:14:05 UTC
+1
Comment 5 Larry the Git Cow gentoo-dev 2018-12-29 14:00:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7bde6813090d05e2158b6eadca2f759e38630a07

commit 7bde6813090d05e2158b6eadca2f759e38630a07
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2018-12-29 13:54:54 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2018-12-29 13:54:54 +0000

    PREFIX_DISABLE_GEN_USR_LDSCRIPT: remove
    
    The migration path should long be no longer necessary, and the existance
    of any non-migrated installs is disputable.  (None exist to the best of
    knowledge of all consulted.)
    
    Closes: https://bugs.gentoo.org/673324
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 eclass/toolchain-funcs.eclass |  9 +-------
 scripts/bootstrap-prefix.sh   | 48 ++++++++++++-------------------------------
 2 files changed, 14 insertions(+), 43 deletions(-)