* Giulio Paci <giuliop...@gmail.com>, 2016-05-31, 09:33:
I just checked the building status of openfst and noticed failures on
arm architectures and on kfreebsd-amd64.
On arm it seems to me that a timeout occurred,
One suspicious thing I found in armhf build log is:
/usr/bin/make -C . -j4 -k distclean
but this machine has only 4GB of RAM. So our parallelism limits don't
seem to be enforced.
This line
ifneq "$(wildcard /build/buildd-*/)" ""
was supposed to detect if the package is being built on a buildd, but
buildds do longer use build directories like this. I don't think there's
any reliable and future-proof way to detect this, so I'd suggest to drop
this ifneq (i.e., start limiting parallelism everywhere).
on kfreebsd-amd64 it seems a compiler failure.
I suspect that cc1plus was killed by OOM killer, for the same reason as
above.
--
Jakub Wilk