Re: [Pkg-rust-maintainers] Bug#881845: rustc: FTBFS on mips*: test failures
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.mips |
|---|---|
| Message-ID | <[email protected]> |
On 07/15/2018 12:33 PM, Emilio Pozuelo Monfort wrote: > Ok. I wonder if there are other options for us here. At what point does it run > out of memory? Do you have a log? I don't have a log, unfortunately, because I'm always building on eller or minkus where I cannot use sbuild but just run dpkg-buildpackage directly. I can, however, run the output through "tee" to get a logfile. The error looked very similar to the one we have seen on 32-Bit ARM targets, see [1]. The same workaround used for arm* in the debian/rules file didn't help on mips* though. > BTW mips64el is failing to build on the buildds. It only built there once, on > eberlin. Is that the only mips64el buildd with an FPU? That could explain the > timeouts. No idea. I just know there is apparently still a bug in the atomics code on mips* in LLVM, see [2]. Adrian > [1] https://github.com/rust-lang/rust/issues/45854 > [2] https://bugs.llvm.org/show_bug.cgi?id=32020