Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585650 - embedded profile is missing arm64 in USE_EXPAND_VALUES_ARCH
Summary: embedded profile is missing arm64 in USE_EXPAND_VALUES_ARCH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-12 00:02 UTC by Dustin C. Hatch
Modified: 2016-06-17 07:27 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 Dustin C. Hatch 2016-06-12 00:02:39 UTC
The USE_EXPAND_VALUES_ARCH definition in the embedded profile is missing "arm64" This causes EAPI=5 ebuilds that list arm64 in KEYWORDS to fail, e.g.:

 * ERROR: sys-apps/sysvinit-2.88-r9::gentoo failed (prepare phase):
 *   USE Flag 'arm64' not in IUSE for sys-apps/sysvinit-2.88-r9
 * 
 * Call stack:
 *          ebuild.sh, line  133:  Called src_prepare
 *        environment, line 2220:  Called use 'arm64'
 *   phase-helpers.sh, line  200:  Called die
 * The specific snippet of code:
 *   				die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
 *
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-17 07:27:06 UTC
commit e9ed9220cf2bfb6a828d984b3e6ae3f20b45b795
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Fri Jun 17 09:19:52 2016
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Fri Jun 17 09:26:32 2016

    profiles/embedded: Sync make.defaults USE stuff to base, #585650