[PATCH 0/3] Fixes for the parallel make/make check support
Sam James
sam@gentoo.org
Tue Jul 28 19:16:32 GMT 2026
Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:
> This series fixes three fallouts from the parallel subdirectory
> recursion and parallel 'make check' changes that went into 2.44
> (7cac99621e96 and related commits).
Thanks, I will look at these in the next few days.
Something I noticed just now on master when installing:
make[2]: Entering directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
mv: cannot stat '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/build-x32-x86_64-pc-linux-gnu-nptl/math/test-double-libmvec-sincos-avx512f.o.T': No such file or directory
make[2]: Leaving directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
make[2]: Entering directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
mv: cannot stat '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/build-x32-x86_64-pc-linux-gnu-nptl/math/test-double-libmvec-sinh-avx512f.o.T': No such file or directory
make[2]: Leaving directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
make[2]: Entering directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
mv: cannot stat '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/build-x32-x86_64-pc-linux-gnu-nptl/math/test-double-libmvec-tan-avx512f.o.T': No such file or directory
make[2]: Leaving directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
make[2]: Entering directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
mv: cannot stat '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/build-x32-x86_64-pc-linux-gnu-nptl/math/test-double-libmvec-tanh-avx512f.o.T': No such file or directory
make[2]: Leaving directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
make[2]: Entering directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
sed: can't read /var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/build-x32-x86_64-pc-linux-gnu-nptl/math/test-float-libmvec-acosf-avx512f.o.dt: No such file or directory
make[2]: Leaving directory '/var/tmp/portage.notmp/portage/sys-libs/glibc-9999/work/glibc-9999/math'
It seems harmless but it's both noisy and I imagine slow to be calling
mv+sed repeatedly on files which end up not being there. I don't recall
seeing these before.
sam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 418 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20260728/e21e7d8c/attachment.sig>
More information about the Libc-alpha
mailing list