Hi Thom! On 2/11/19 2:07 PM, Thom Wiggers wrote: > I'm trying to run tests on the debian ppc version from the ports, and I'm > running into the problem that the clang package seems to not include some > powerpc libraries (only powerpc64 libraries). > > Specifically, this file [0] does not seem to have libclang_rt.asan-powerpc.a. > This file is needed to enable -fsanitize in Clang.
Looking at the build log, it seems that libclang_rt.asan-powerpc.a is not being built on powerpc: > https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-7&arch=powerpc&ver=1%3A7.0.1-6&stamp=1549250586&raw=0 I'm not sure why. Have you tried checking out LLVM from git and see if it gets build there? > Is there any bug tracker? Just use the regular Debian bug tracker: > https://www.debian.org/Bugs/Reporting > https://wiki.debian.org/reportbug Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

