[Buildroot] [PATCH 1/1] package/fakeroot: add patch to fix parallel build
Peter Korsgaard
peter at korsgaard.com
Sat Feb 15 08:37:16 UTC 2025
>>>>> "Julien" == Julien Olivain <ju.o at free.fr> writes:
> When building host-fakeroot on host with large number of CPUs,
> compilation can randomly fail. Failures are observed on hosts
> with 24 CPUs or more.
> Build logs show errors such as:
> make -j$(nproc)
> ...
> awk -f ./wrapawk < ./wrapfunc.inp
> awk -f ./wrapawk < ./wrapfunc.inp
> ...
> In file included from libfakeroot.c:265:
> wraptmpf.h:607: error: unterminated #ifdef
> 607 | #ifdef __APPLE__
> |
> wraptmpf.h:601: error: unterminated #ifdef
> 601 | #ifdef HAVE_FTS_CHILDREN
> |
> wraptmpf.h:2: error: unterminated #ifndef
> 2 | #ifndef WRAPTMPF_H
> |
> ...
> This commit fixes the issue by adding a package patch.
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/9085451831
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/9085451244
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/9085451198
> - and many more...
> Signed-off-by: Julien Olivain <ju.o at free.fr>
Committed, thanks.
--
Bye, Peter Korsgaard
More information about the buildroot
mailing list