* Package: kde-frameworks/oxygen-icons-9999 * Repository: kde * Maintainer: kde@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: ccache network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... * Repository id: oxygen-icons5.git * To override fetched repository properties, use: * EGIT_OVERRIDE_REPO_OXYGEN_ICONS5 * EGIT_OVERRIDE_BRANCH_OXYGEN_ICONS5 * EGIT_OVERRIDE_COMMIT_OXYGEN_ICONS5 * EGIT_OVERRIDE_COMMIT_DATE_OXYGEN_ICONS5 * * Fetching https://anongit.kde.org/oxygen-icons5 ... git fetch https://anongit.kde.org/oxygen-icons5 +HEAD:refs/git-r3/HEAD git symbolic-ref refs/git-r3/kde-frameworks/oxygen-icons/5/__main__ refs/git-r3/HEAD * Checking out https://anongit.kde.org/oxygen-icons5 to /var/tmp/portage/kde-frameworks/oxygen-icons-9999/work/oxygen-icons-9999 ... git checkout --quiet refs/git-r3/HEAD GIT update --> repository: https://anongit.kde.org/oxygen-icons5 at the commit: 117351e391565cf0036264753ced63b3c5730430 >>> Source unpacked in /var/tmp/portage/kde-frameworks/oxygen-icons-9999/work >>> Preparing source in /var/tmp/portage/kde-frameworks/oxygen-icons-9999/work/oxygen-icons-9999 ... * Working in BUILD_DIR: "/var/tmp/portage/kde-frameworks/oxygen-icons-9999/work/oxygen-icons-9999_build" >>> Source prepared. >>> Configuring source in /var/tmp/portage/kde-frameworks/oxygen-icons-9999/work/oxygen-icons-9999 ... * Working in BUILD_DIR: "/var/tmp/portage/kde-frameworks/oxygen-icons-9999/work/oxygen-icons-9999_build" * ERROR: kde-frameworks/oxygen-icons-9999::kde failed (configure phase): * mycmakeargs must be declared as array * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 2631: Called cmake_src_configure * environment, line 1090: Called die * The specific snippet of code: * die "mycmakeargs must be declared as array"; *
Thanks for reporting, this seems to be a result of the pre-EAPI-7 cleanup in cmake.eclass.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf493d5dcedbf1df2e73c495ed9c067480325323 commit cf493d5dcedbf1df2e73c495ed9c067480325323 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-12-24 14:23:36 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-12-24 14:23:36 +0000 cmake.eclass: src_configure: Make sure mycmakeargs is initialised at all Closes: https://bugs.gentoo.org/703638 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> eclass/cmake.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)