Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 804610 Details for
Bug 869620
sys-libs/compiler-rt-14.0.6-r1 fails configure when LLVM 15 is installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
compiler-rt-14.0.6-r1.log
compiler-rt-14.0.6-r1.log (text/x-log), 4.53 KB, created by
squatted_posture785
on 2022-09-11 09:39:21 UTC
(
hide
)
Description:
compiler-rt-14.0.6-r1.log
Filename:
MIME Type:
Creator:
squatted_posture785
Created:
2022-09-11 09:39:21 UTC
Size:
4.53 KB
patch
obsolete
> * Package: sys-libs/compiler-rt-14.0.6-r1:14.0.6 > * Repository: gentoo > * Maintainer: llvm@gentoo.org > * USE: abi_x86_32 abi_x86_64 amd64 clang elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Checking whether python3_10 is suitable ... > * >=dev-lang/python-3.10.4:3.10 ... > [ ok ] > * python_check_deps ... > [ ok ] > * Using python3.10 to build (via PYTHON_COMPAT iteration) > * Unpacking from llvm-project-14.0.6.src.tar.xz ... > [ ok ] > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt" > * Build directory (BUILD_DIR): "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt_build" > * Applying patches from /var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/llvm-gentoo-patchset-14.0.6-r2 ... > * 0003-compiler-rt-Apply-Gentoo-compiler-rt-prefix-paths.pa.patch ... > [ ok ] > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt" > * Build directory (BUILD_DIR): "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build" >cmake -C /var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCOMPILER_RT_INSTALL_PATH=/usr/lib/clang/14.0.6 -DCOMPILER_RT_INCLUDE_TESTS=no -DCOMPILER_RT_BUILD_LIBFUZZER=OFF -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_ORC=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF -DPython3_EXECUTABLE=/usr/bin/python3.10 -DCAN_TARGET_i386=yes -DCAN_TARGET_x86_64=yes -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build/gentoo_toolchain.cmake /var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt >loading initial cache file /var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build/gentoo_common_config.cmake >-- The C compiler identification is unknown >-- The CXX compiler identification is unknown >-- The ASM compiler identification is unknown >-- Found assembler: x86_64-pc-linux-gnu-clang >[31mCMake Error at CMakeLists.txt:10 (project): > The CMAKE_C_COMPILER: > > x86_64-pc-linux-gnu-clang > > is not a full path and was not found in the PATH. > > Tell CMake where to find the compiler by setting either the environment > variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to > the compiler, or to the compiler name if it is in the PATH. > >[0m >[31mCMake Error at CMakeLists.txt:10 (project): > The CMAKE_CXX_COMPILER: > > x86_64-pc-linux-gnu-clang++ > > is not a full path and was not found in the PATH. > > Tell CMake where to find the compiler by setting either the environment > variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path > to the compiler, or to the compiler name if it is in the PATH. > >[0m >[31mCMake Error at CMakeLists.txt:10 (project): > The CMAKE_ASM_COMPILER: > > x86_64-pc-linux-gnu-clang > > is not a full path and was not found in the PATH. > > Tell CMake where to find the compiler by setting either the environment > variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path > to the compiler, or to the compiler name if it is in the PATH. > >[0m >-- Warning: Did not find file Compiler/-ASM >-- Configuring incomplete, errors occurred! >See also "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build/CMakeFiles/CMakeOutput.log". >See also "/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build/CMakeFiles/CMakeError.log". > * ERROR: sys-libs/compiler-rt-14.0.6-r1::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 122: Called src_configure > * environment, line 3376: Called cmake_src_configure > * environment, line 1554: Called die > * The specific snippet of code: > * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; > * > * If you need support, post the output of `emerge --info '=sys-libs/compiler-rt-14.0.6-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-libs/compiler-rt-14.0.6-r1::gentoo'`. > * The complete build log is located at '/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt-14.0.6_build' > * S: '/var/tmp/portage/sys-libs/compiler-rt-14.0.6-r1/work/compiler-rt'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 869620
:
804532
|
804607
| 804610