This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Status of build bots?
- From: Florian Weimer <fweimer at redhat dot com>
- To: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- Cc: Carlos O'Donell <carlos at redhat dot com>, libc-alpha <libc-alpha at sourceware dot org>, Tulio Magno Quites Machado Filho <tuliom at linux dot ibm dot com>, Stefan Liebler <stli at linux dot ibm dot com>, Mark Wielaard <mjw at redhat dot com>, Siddhesh Poyarekar <siddhesh at gotplt dot org>, nd <nd at arm dot com>
- Date: Thu, 22 Aug 2019 13:21:23 +0200
- Subject: Re: Status of build bots?
- References: <2ea82ddf-600e-d3db-c3fd-183684d0b173@redhat.com> <19600b31-c2c8-9266-0eec-6444ae3c6f99@arm.com>
* Szabolcs Nagy:
> i do look at the aarch64 and armhf build bots, but i
> was away on holiday for a week.
>
> (aarch64 buildbot is supposed to be green, except for
> occasional FAIL: malloc/tst-malloc-thread-exit, same as
> https://sourceware.org/bugzilla/show_bug.cgi?id=24537
> i might move that test to xtest too. armhf unfortunately
> suffers from an arm64 kernel bug that applies aarch64
> signal stack limits to aarch32 processes, it should be
> fixed in new kernels but i cannot update that machine)
>
> now i see
>
> FAIL: elf/tst-dlopen-aout
> FAIL: elf/tst-dlopen-aout-container
>
> $ elf/ld-linux-aarch64.so.1 --library-path nptl:dlfcn:. elf/tst-dlopen-aout
> error: tst-dlopen-aout.c:48: dlopen succeeded unexpectedly: elf/tst-dlopen-aout
> error: 1 test failures
Does the toolchain default to PIE? Does the link editor add the
DF_1_PIE flag to the main program?
Thanks,
Florian