Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694502 - sys-devel/gcc-apple: leftover USE=bootstrap?
Summary: sys-devel/gcc-apple: leftover USE=bootstrap?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-15 14:37 UTC by Michał Górny
Modified: 2019-09-15 15:38 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-15 14:37:34 UTC
This seems to be the last package in Gentoo using USE=bootstrap in its original meaning.  However, I don't think it's actually used, is it?  Can we remove it, please?  I'm trying to get rid of obsolete flags from use.desc.
Comment 1 Fabian Groffen gentoo-dev 2019-09-15 15:25:35 UTC
This particular bit is still in use when bootstrapping powerpc-apple-darwin9 target.  The essential bit is autoconf not being installed yet, thus disallowing to re-generate for the fixed scenario.

Can we make the flag local, or rename it in it's local form?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-15 15:27:30 UTC
Yeah, making it local sounds good.  Please adjust the description while at it, if necessary.
Comment 3 Larry the Git Cow gentoo-dev 2019-09-15 15:37:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b8e45537975c94297ebf05c4a6b8b0eef607de

commit 58b8e45537975c94297ebf05c4a6b8b0eef607de
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-09-15 15:35:31 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-09-15 15:35:57 +0000

    sys-devel/gcc-apple: make USE=bootstrap local
    
    Bug: https://bugs.gentoo.org/694502
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 sys-devel/gcc-apple/metadata.xml | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Fabian Groffen gentoo-dev 2019-09-15 15:38:42 UTC
I made it local, didn't remove from use.desc as its still in use by dev-lang/gnat-gpl/gnat-gpl-2016-r3.ebuild.