| Summary: | embedded profile is missing arm64 in USE_EXPAND_VALUES_ARCH | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dustin C. Hatch <dustin> |
| Component: | Eclasses | Assignee: | Embedded Gentoo Team <embedded> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arm64 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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 |
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}" *