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: buildbot is green!


On 09/08/2015 11:49 PM, Carlos O'Donell wrote:
> The x86_64 builder failed in a similar rule.

s/x86_64/power8/g

Which makes this even odder.
 
>  972 $(all-built-dso:=.phdr): %.phdr: %
>  973         @rm -f $@T
>  974         LC_ALL=C $(READELF) -W -l $< > $@T
>  975         test -s $@T
>  976         mv -f $@T $@
> 
> Which is odd, unless it's the sequence of >, test, and mv that cause an fs-level
> failure. We could run with -vf to get a verbose output?

Cheers,
Carlos.


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