Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 761921 - sys-libs/libcxx-11.0.0 : sed: cant read lib/CMakeLists.txt: No such file or directory
Summary: sys-libs/libcxx-11.0.0 : sed: cant read lib/CMakeLists.txt: No such file or d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-27 12:51 UTC by Toralf Förster
Modified: 2020-12-27 19:14 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.88 KB, text/plain)
2020-12-27 12:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,281.12 KB, text/plain)
2020-12-27 12:51 UTC, Toralf Förster
Details
environment (environment,151.05 KB, text/plain)
2020-12-27 12:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.54 KB, application/x-bzip)
2020-12-27 12:51 UTC, Toralf Förster
Details
sys-libs:libcxx-11.0.0:20201227-122516.log (sys-libs:libcxx-11.0.0:20201227-122516.log,1.85 KB, text/plain)
2020-12-27 12:51 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.23 KB, application/x-bzip)
2020-12-27 12:51 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 2020-12-27 12:51:36 UTC
 * Hardcoded definition(s) removed in CMakeLists.txt:
 *    set(CMAKE_BUILD_TYPE "COVERAGE" CACHE STRING "" FORCE)
sed: can't read lib/CMakeLists.txt: No such file or directory
 * ERROR: sys-libs/libcxx-11.0.0::gentoo failed (prepare phase):
 *   (no error message)
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20201219-115221

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.9
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Dec 27 12:05:30 PM UTC 2020

emerge -qpvO sys-libs/libcxx
[ebuild  N    ] sys-libs/libcxx-11.0.0  USE="(libcxxabi) libunwind static-libs -test" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-12-27 12:51:38 UTC
Created attachment 679832 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-12-27 12:51:39 UTC
Created attachment 679835 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-12-27 12:51:41 UTC
Created attachment 679838 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-12-27 12:51:42 UTC
Created attachment 679841 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-12-27 12:51:43 UTC
Created attachment 679844 [details]
sys-libs:libcxx-11.0.0:20201227-122516.log
Comment 6 Toralf Förster gentoo-dev 2020-12-27 12:51:45 UTC
Created attachment 679847 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-12-27 19:12:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5538f6bd07db276eaa707e95b46e4f91fe15c5

commit 2c5538f6bd07db276eaa707e95b46e4f91fe15c5
Author:     Jacob Floyd <cognifloyd@gmail.com>
AuthorDate: 2020-12-27 19:07:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-12-27 19:12:51 +0000

    sys-libs/libcxx: fix "lib/CMakeLists.txt not found"
    
    This partially reverts 74c82761ee2b2145fc03019edb187869f6856a38
    
    I missed that this file no longer exists, and the hard-coded reference
    is not in any of the current libcxx sources. Why it didn't fail when
    building this in my darwin prefix, I don't know.
    
    Closes: https://bugs.gentoo.org/761921
    Signed-off-by: Jacob Floyd <cognifloyd@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/18840
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-libs/libcxx/libcxx-11.0.0.ebuild      | 4 ----
 sys-libs/libcxx/libcxx-11.0.1.9999.ebuild | 4 ----
 sys-libs/libcxx/libcxx-11.0.1_rc1.ebuild  | 4 ----
 sys-libs/libcxx/libcxx-11.0.1_rc2.ebuild  | 4 ----
 sys-libs/libcxx/libcxx-12.0.0.9999.ebuild | 4 ----
 5 files changed, 20 deletions(-)