Your message dated Mon, 9 Sep 2024 22:13:44 +0200
with message-id <421d13f7-ea79-1bf9-d704-caf786f1d...@debian.org>
and subject line Re: Bug#1078750: pocl: FTBFS on arm64:
/usr/lib/llvm-17/bin/llc: error: unable to get target for 'unknown', see
--version and --triple.
has caused the Debian Bug report #1078750,
regarding pocl: FTBFS on arm64: Clang link test FAILED.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1078750: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pocl
Version: 6.0-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org
https://buildd.debian.org/status/fetch.php?pkg=pocl&arch=arm64&ver=6.0-2&stamp=1723575376&raw=0
Using LLC_HOST_CPU=GENERIC
/usr/lib/llvm-17/bin/llc -version
Debian LLVM version 17.0.6
Optimized build.
Default target: aarch64-unknown-linux-gnu
Host CPU: neoverse-n1
Registered Targets:
aarch64 - AArch64 (little endian)
aarch64_32 - AArch64 (little endian ILP32)
aarch64_be - AArch64 (big endian)
amdgcn - AMD GCN GPUs
arm - ARM
arm64 - ARM64 (little endian)
arm64_32 - ARM64 (little endian ILP32)
armeb - ARM (big endian)
avr - Atmel AVR Microcontroller
bpf - BPF (host endian)
bpfeb - BPF (big endian)
bpfel - BPF (little endian)
hexagon - Hexagon
lanai - Lanai
loongarch32 - 32-bit LoongArch
loongarch64 - 64-bit LoongArch
m68k - Motorola 68000 family
mips - MIPS (32-bit big endian)
mips64 - MIPS (64-bit big endian)
mips64el - MIPS (64-bit little endian)
mipsel - MIPS (32-bit little endian)
msp430 - MSP430 [experimental]
nvptx - NVIDIA PTX 32-bit
nvptx64 - NVIDIA PTX 64-bit
ppc32 - PowerPC 32
ppc32le - PowerPC 32 LE
ppc64 - PowerPC 64
ppc64le - PowerPC 64 LE
r600 - AMD GPUs HD2XXX-HD6XXX
riscv32 - 32-bit RISC-V
riscv64 - 64-bit RISC-V
sparc - Sparc
sparcel - Sparc LE
sparcv9 - Sparc V9
systemz - SystemZ
thumb - Thumb
thumbeb - Thumb (big endian)
ve - VE
wasm32 - WebAssembly 32-bit
wasm64 - WebAssembly 64-bit
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64
xcore - XCore
xtensa - Xtensa 32
/usr/lib/llvm-17/bin/llc -mattr=help
/usr/lib/llvm-17/bin/llc: error: unable to get target for 'unknown', see
--version and --triple.
make[1]: [debian/rules:88: override_dh_auto_configure] Error 1 (ignored)
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
On 9/9/24 10:40, Emanuele Rocca wrote:
On 2024-08-15 10:46, Andreas Beckmann wrote:
/usr/lib/llvm-17/include/clang/Basic/TokenKinds.def:23:26: error: pasting "kw_" and
"[" does not give a valid preprocessing token
23 | #define KEYWORD(X,Y) TOK(kw_ ## X)
This is a LLVM 17 / GCC 14 regression:
and was fixed today ;-)
Andreas
--- End Message ---