Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933353 - app-arch/xar-1.8.0.0.498 - [llvm] ld.lld: error: undefined reference due to --no-allow-shlib-undefined: acl_get_file
Summary: app-arch/xar-1.8.0.0.498 - [llvm] ld.lld: error: undefined reference due to -...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-01 09:46 UTC by Toralf Förster
Modified: 2024-06-01 09:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.96 KB, text/plain)
2024-06-01 09:46 UTC, Toralf Förster
Details
app-arch:xar-1.8.0.0.498:20240531-232807.log (app-arch:xar-1.8.0.0.498:20240531-232807.log,23.02 KB, text/plain)
2024-06-01 09:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,7.11 KB, text/plain)
2024-06-01 09:46 UTC, Toralf Förster
Details
environment (environment,119.40 KB, text/plain)
2024-06-01 09:46 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-06-01 09:46 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,29.43 KB, application/x-xz)
2024-06-01 09:46 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.48 KB, application/x-xz)
2024-06-01 09:46 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,38.45 KB, text/plain)
2024-06-01 09:46 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,1.46 KB, application/x-xz)
2024-06-01 09:46 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 2024-06-01 09:46:48 UTC
rm -f lib/libxar.so
rm -f lib/librxar.so
ln -s libxar.so.1 lib/libxar.so
ln -s librxar.so.1 lib/librxar.so
clang -m32 -mfpmath=sse -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wno-unused-result  -o src/xar src/xar.o -Llib -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  lib/librxar.so.1 -lpthread -lbz2 -lz  -lssl -lcrypto -lxml2 -lz -lm
clang -m32 -mfpmath=sse -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wno-unused-result  -o src/ixar src/xar.o -Llib -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  lib/libxar.so.1 -lpthread -lbz2 -lz  -lssl -lcrypto -lxml2 -lz -lm
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: acl_get_file
>>> referenced by lib/libxar.so.1


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm-20240531-140532

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.6+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.6+libcxx
Python 3.11.9
php cli (if any):
go version go1.22.3 linux/amd64

  HEAD of ::gentoo
commit 1c07e0c8ceef080a2a068ca0d7875875a8835b64
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri May 31 22:50:44 2024 +0000

    2024-05-31 22:50:43 UTC

emerge -qpvO app-arch/xar
[ebuild  N    ] app-arch/xar-1.8.0.0.498  ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2024-06-01 09:46:48 UTC
Created attachment 894800 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-06-01 09:46:49 UTC
Created attachment 894801 [details]
app-arch:xar-1.8.0.0.498:20240531-232807.log
Comment 3 Toralf Förster gentoo-dev 2024-06-01 09:46:50 UTC
Created attachment 894802 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-06-01 09:46:51 UTC
Created attachment 894803 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-06-01 09:46:52 UTC
Created attachment 894804 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-06-01 09:46:53 UTC
Created attachment 894805 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-06-01 09:46:54 UTC
Created attachment 894806 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-06-01 09:46:55 UTC
Created attachment 894807 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-06-01 09:46:56 UTC
Created attachment 894808 [details]
var.tmp.clang.tar.xz