Bug#978113: clang++ fail to compile programs

2020-12-28 Thread Nicholas Guriev
On Sat, 2020-12-26 at 12:10 +0100, Sylvestre Ledru wrote: > Could you please try to generate it into a regular file? Well, if I change argument of `-o` parameter, the error is the same. (chrooted)builder@barberry:/$ rm -f /tmp/a.out; touch /tmp/a.out (chrooted)builder@barberry:/$

Bug#978113: clang++ fail to compile programs

2020-12-28 Thread Nicholas Guriev
On Sat, 2020-12-26 at 12:10 +0100, Sylvestre Ledru wrote: > > Could you please try to generate it into a regular file? Sorry, I do not fully understand your question. main.cpp surely was a regular file. At least, stat(1) reports the following. (chrooted)builder@barberry:/$ LANG=C stat

Bug#978113: clang++ fail to compile programs

2020-12-27 Thread Sylvestre Ledru
control: severity -1 normal Hello, Lowering the severity as clang++ is used on s390x for a bunch of programs. Including clang which is built using itself: https://buildd.debian.org/status/package.php?p=llvm-toolchain-11 Le 26/12/2020 à 08:07, Nicholas Guriev a écrit : Package: clang-11

Bug#978113: clang++ fail to compile programs

2020-12-25 Thread Nicholas Guriev
Package: clang-11 Version: 1:11.0.1~+rc2-1 Severity: important Dear Maintainer, Clang++ can not operate on s380x and does not compile any C++ program. (chrooted)builder@barberry:/$ cat /proc/7194/root/tmp/tmp.HyrpKIxl0I/main.cpp int main() { return 0; }