This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 14/28] math: Use wordsize-64 version for isinf


On 13/06/2019 09:57, Szabolcs Nagy wrote:
> on aarch64 buildbot i see
> 
> make[2]: *** No rule to make target '../sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c', needed by '/B/math/s_isinf.o'.
> make[2]: *** No rule to make target '../sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c', needed by '/B/math/s_isnan.o'.
> make[2]: *** No rule to make target '../sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c', needed by '/B/math/s_finite.o'.
> make[2]: Target 'subdir_lib' not remade because of errors.
> make[1]: *** [Makefile:259: math/subdir_lib] Error 2

sorry this is just a buildbot thing.

(it first runs the build in an unclean dir, which of
course had the deps for removed files, when it rerun
in a clean dir there was no failure.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]