Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811582 - net-p2p/eiskaltdcpp-2.4.2: invalid pre-inherit placement, line 94: 'CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"'
Summary: net-p2p/eiskaltdcpp-2.4.2: invalid pre-inherit placement, line 94: 'CMAKE_REM...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Francisco Blas Izquierdo Riera
URL: https://qa-reports.gentoo.org/output/...
Whiteboard: MisplacedEclassVar
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2021-09-04 13:21 UTC by Toralf Förster
Modified: 2021-10-22 23:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,20.02 KB, text/plain)
2021-09-04 13:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,730.48 KB, text/plain)
2021-09-04 13:21 UTC, Toralf Förster
Details
environment (environment,111.46 KB, text/plain)
2021-09-04 13:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,43.95 KB, application/x-bzip)
2021-09-04 13:21 UTC, Toralf Förster
Details
net-p2p:eiskaltdcpp-2.4.2:20210904-112517.log (net-p2p:eiskaltdcpp-2.4.2:20210904-112517.log,1.91 KB, text/plain)
2021-09-04 13:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.01 KB, application/x-bzip)
2021-09-04 13:21 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-09-04 13:21:39 UTC
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/net-p2p/eiskaltdcpp-2.4.2/work/eiskaltdcpp-2.4.2_build"
find: paths must precede expression: `FindLua.cmake'
 * ERROR: net-p2p/eiskaltdcpp-2.4.2::gentoo failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_prepare

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j4-20210822-142511

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.54.0
  [2]   rust-1.54.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.302_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   jamvm 
  [3]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 6b3ecef456ed64482e713ce1d90752bea5c731bd
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 4 10:06:33 2021 +0000

    2021-09-04 10:06:32 UTC

emerge -qpvO net-p2p/eiskaltdcpp
[ebuild  N    ] net-p2p/eiskaltdcpp-2.4.2  USE="cli dbus dht gtk libnotify minimal pcre qt5 spell sqlite -daemon -examples -gold -idn -javascript -libcanberra -lua -upnp" LUA_SINGLE_TARGET="lua5-1"
Comment 1 Toralf Förster gentoo-dev 2021-09-04 13:21:41 UTC
Created attachment 737470 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-09-04 13:21:43 UTC
Created attachment 737473 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-09-04 13:21:45 UTC
Created attachment 737476 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-09-04 13:21:47 UTC
Created attachment 737479 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-09-04 13:21:48 UTC
Created attachment 737482 [details]
net-p2p:eiskaltdcpp-2.4.2:20210904-112517.log
Comment 6 Toralf Förster gentoo-dev 2021-09-04 13:21:49 UTC
Created attachment 737485 [details]
temp.tar.bz2
Comment 7 Andrey Volkov 2021-09-10 08:25:18 UTC
CMAKE_REMOVE_MODULES_LIST must be an array

--- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
+++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
@@ -91,7 +91,7 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog.txt )
 
-CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
+CMAKE_REMOVE_MODULES_LIST=( FindASPELL FindLua )
 
 pkg_setup() {
        use lua && lua-single_pkg_setup
Comment 8 Larry the Git Cow gentoo-dev 2021-10-04 00:27:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a37f7b70f18b10f31d470b562f8bda9561b9265

commit 1a37f7b70f18b10f31d470b562f8bda9561b9265
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-04 00:25:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-04 00:25:54 +0000

    net-p2p/eiskaltdcpp: fix CMake MisplacedEclassVar
    
    Closes: https://bugs.gentoo.org/811582
    Signed-off-by: Sam James <sam@gentoo.org>

 net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 4 +---
 net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)
Comment 9 Francisco Blas Izquierdo Riera gentoo-dev 2021-10-22 23:16:24 UTC
Thanks for fixing this!