Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641660 - [kde overlay] kde-plasma/oxygen-9999 overlay commit e95a62c81 broke configure phase
Summary: [kde overlay] kde-plasma/oxygen-9999 overlay commit e95a62c81 broke configure...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-19 05:48 UTC by Duncan
Modified: 2017-12-19 08:54 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 Duncan 2017-12-19 05:48:35 UTC
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";
 *
Comment 1 Larry the Git Cow gentoo-dev 2017-12-19 08:54:55 UTC
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(+)