Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1601
|
Posted: Thu Jan 23, 2025 8:32 am Post subject: Failed to configure zlib while using distcc and crossdev |
|
|
I'm compiling llvm package using distcc and crossdev(the builder is i686 and the helper is x86_64), I have USE=-* this has already been applied(world has been merged) on the helper system but not on the builder system.
I get this error while compiling though:
Code: | -- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
-- Looking for compress2
-- Looking for compress2 - not found
CMake Error at cmake/config-ix.cmake:144 (message):
Failed to configure zlib
Call Stack (most recent call first):
CMakeLists.txt:898 (include)
-- Configuring incomplete, errors occurred! |
emerge info:
https://p.defau.lt/?FMfLIQAjOAWFL_j7ED2g1w
emerge -pqv:
Code: | [ebuild N ] llvm-core/llvm-18.1.8-r6 USE="-binutils-plugin -debug -debuginfod -doc -exegesis -libedit -libffi -ncurses -test -verify-sig -xml -z3 -zstd" LLVM_TARGETS="(AArch64) (AMDGPU) (ARM) (AVR) (BPF) (Hexagon) (Lanai) (LoongArch) (MSP430) (Mips) (NVPTX) (PowerPC) (RISCV) (Sparc) (SystemZ) (VE) (WebAssembly) (X86) (XCore) -ARC -CSKY -DirectX -M68k -SPIRV -Xtensa"
[ebuild N ] llvm-core/llvm-toolchain-symlinks-18-r1 USE="-multilib-symlinks -native-symlinks" |
build log:
https://p.defau.lt/?Hpp_QdNgaU_nv_add49iYw
zlib on helper:
Code: | [ebuild R ] sys-libs/zlib-1.3.1-r1:0/1::gentoo USE="minizip -static-libs -verify-sig" ABI_X86="32 (64) (-x32)" 1276 KiB |
zlib on builder:
Code: | [ebuild R ] sys-libs/zlib-1.3.1-r1:0/1::gentoo USE="minizip -static-libs -verify-sig" 0 KiB |
not sure what to do here |
|