This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: hppa build broken
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Florian Weimer <fweimer at redhat dot com>, libc-alpha at sourceware dot org
- Cc: Mike Crowe <mac at mcrowe dot com>
- Date: Wed, 17 Jul 2019 13:58:58 -0300
- Subject: Re: hppa build broken
- References: <87d0i9g14f.fsf@oldenburg2.str.redhat.com>
On 16/07/2019 17:45, Florian Weimer wrote:
> In file included from tst-mutex5.c:27:
> tst-mutex5.c: In function ‘do_test_clock’:
> tst-mutex5.c:76:19: error: implicit declaration of function ‘pthread_mutex_clocklock’; did you mean ‘pthread_mutex_unlock’? [-Werror=implicit-function-declaration]
> 76 | TEST_COMPARE (pthread_mutex_clocklock (&m, clockid, &ts_timeout),
> | ^~~~~~~~~~~~~~~~~~~~~~~
> ../support/check.h:103:28: note: in definition of macro ‘TEST_COMPARE’
> 103 | typedef __typeof__ (+ (left)) __left_type; \
> | ^~~~
>
> I think this is because the hppa copy of pthread.h wasn't updated for
> the recent nptl changes.
>
> I will fix this tomorrow if no one else steps in before that.
>
> Thanks,
> Florian
>
Sorry about that, my build testing only checked the glibc build itself
on hppa. Next time I will add a full build including tests as well.