Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816450 - sci-libs/votca-tools-2021.2 - Could not find a package configuration file provided by Eigen3 (requested
Summary: sci-libs/votca-tools-2021.2 - Could not find a package configuration file pro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-05 16:21 UTC by Toralf Förster
Modified: 2021-10-05 16:47 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.62 KB, text/plain)
2021-10-05 16:21 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,25.80 KB, text/plain)
2021-10-05 16:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,382.53 KB, text/plain)
2021-10-05 16:21 UTC, Toralf Förster
Details
environment (environment,88.82 KB, text/plain)
2021-10-05 16:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,52.91 KB, application/x-bzip)
2021-10-05 16:21 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.15 KB, application/x-bzip)
2021-10-05 16:21 UTC, Toralf Förster
Details
sci-libs:votca-tools-2021.2:20211005-161658.log (sci-libs:votca-tools-2021.2:20211005-161658.log,4.07 KB, text/plain)
2021-10-05 16:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.64 KB, application/x-bzip)
2021-10-05 16: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-10-05 16:21:23 UTC
-- Found Boost: /usr/lib64/cmake/Boost-1.77.0/BoostConfig.cmake (found suitable version "1.77.0", minimum required is "1.53.0") found components: program_options filesystem system 
CMake Error at CMakeLists.txt:75 (find_package):
  Could not find a package configuration file provided by "Eigen3" (requested
  version 3.3.0) with any of the following names:

    Eigen3Config.cmake
    eigen3-config.cmake

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd-j4-20210930-120009

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.7
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.55.0
  [2]   rust-1.55.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  HEAD of ::gentoo
commit e836d6c2351899c5dbde8ea93d0ec4265a114b7c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 5 15:36:30 2021 +0000

    2021-10-05 15:36:29 UTC

emerge -qpvO sci-libs/votca-tools
[ebuild  N    ] sci-libs/votca-tools-2021.2  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2021-10-05 16:21:24 UTC
Created attachment 743268 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-10-05 16:21:25 UTC
Created attachment 743271 [details]
CMakeOutput.log
Comment 3 Toralf Förster gentoo-dev 2021-10-05 16:21:27 UTC
Created attachment 743274 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-10-05 16:21:28 UTC
Created attachment 743277 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-10-05 16:21:30 UTC
Created attachment 743280 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-10-05 16:21:30 UTC
Created attachment 743283 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-10-05 16:21:31 UTC
Created attachment 743286 [details]
sci-libs:votca-tools-2021.2:20211005-161658.log
Comment 8 Toralf Förster gentoo-dev 2021-10-05 16:21:32 UTC
Created attachment 743289 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2021-10-05 16:47:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1

commit 7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-05 16:44:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-05 16:47:12 +0000

    dev-cpp/eigen: fix installed CMake files in 3.4.0
    
    We were using a special path which doesn't seem
    necessary anymore (and indeed wasn't working
    in 3.4.0 anyway).
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816450
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816447
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816444
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816441
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816435
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816432
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816429
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=816372
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-cpp/eigen/{eigen-3.4.0.ebuild => eigen-3.4.0-r1.ebuild} | 3 ---
 1 file changed, 3 deletions(-)