Summary: | [kde overlay] kde-plasma/oxygen-9999 overlay commit e95a62c81 broke configure phase | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Duncan <1i5t5.duncan> |
Component: | Overlays | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=56fdfd670a7aefaf62718c9d7465d0a3568ce458 commit 56fdfd670a7aefaf62718c9d7465d0a3568ce458 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2017-12-19 08:54:23 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-12-19 08:54:23 +0000 kde-plasma/oxygen: Restore multibuild setup Closes: https://bugs.gentoo.org/641660 Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-plasma/oxygen/oxygen-5.11.49.9999.ebuild | 5 +++++ kde-plasma/oxygen/oxygen-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) |
KDE Overlay commit e95a62c81 removed pkg-setup, but that's where MULTIBUILD_VARIANTS was set, and without it the entire ebuild is broken. Was that assignment in a patch chunk that was there when pre-push tested but somehow missed the commit? >>> Source prepared. >>> Configuring source in /tmp/portage/kde-plasma/oxygen-9999/work/oxygen-9999 ... * ERROR: kde-plasma/oxygen-9999::kde failed (configure phase): * MULTIBUILD_VARIANTS need to be set * * Call stack: * ebuild.sh, line 124: Called src_configure * environment, line 4704: Called multibuild_foreach_variant 'myconfigure' * environment, line 3996: Called die * The specific snippet of code: * [[ -n ${MULTIBUILD_VARIANTS} ]] || die "MULTIBUILD_VARIANTS need to be set"; *