From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0B0D31F5AE for ; Mon, 26 Apr 2021 15:48:18 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BA10A383800C; Mon, 26 Apr 2021 15:48:16 +0000 (GMT) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by sourceware.org (Postfix) with ESMTPS id 9AA0E3846075 for ; Mon, 26 Apr 2021 15:48:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9AA0E3846075 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=whitebox@nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4FTTnQ3VkSz1rwZq; Mon, 26 Apr 2021 17:48:10 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4FTTnQ2wFNz1qqkR; Mon, 26 Apr 2021 17:48:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id UFkaYko17bSP; Mon, 26 Apr 2021 17:48:09 +0200 (CEST) X-Auth-Info: OsEVnZs1dBzqk8zDT29dlhquI4wzHGRloeVjIWVBqUMwfIVszyzxYI5/2mtgTbPc Received: from igel.home (ppp-46-244-169-127.dynamic.mnet-online.de [46.244.169.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Mon, 26 Apr 2021 17:48:09 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id EBD812C3707; Mon, 26 Apr 2021 17:48:08 +0200 (CEST) From: Andreas Schwab To: Florian Weimer via Libc-alpha Subject: Re: [PATCH 00/17] nptl: Move remaining mutex symbols into libpthread References: X-Yow: I selected E5... but I didn't hear ``Sam the Sham and the Pharaohs''! Date: Mon, 26 Apr 2021 17:48:08 +0200 In-Reply-To: (Florian Weimer via Libc-alpha's message of "Thu, 22 Apr 2021 17:39:33 +0200") Message-ID: <87bla1yrlz.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Weimer Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" One of the commits 10624a97e8..24f261f27f has broken bison on powerpc (all flavors). bison --yacc --name-prefix=__gettext --output /home/abuild/rpmbuild/BUILD/glibc-2.33.9000.438.g7f3e7c262c/cc-base/intl/plural.c plural.y plural.y:46.1-7: warning: POSIX Yacc does not support %define [-Wyacc] 46 | %define api.pure full | ^~~~~~~ plural.y:47.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 47 | %expect 7 | ^~~~~~~ make[2]: *** [Makefile:46: /home/abuild/rpmbuild/BUILD/glibc-2.33.9000.438.g7f3e7c262c/cc-base/intl/plural.c] Segmentation fault make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/glibc-2.33.9000.438.g7f3e7c262c/intl' make[1]: *** [Makefile:479: intl/subdir_lib] Error 2 make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/glibc-2.33.9000.438.g7f3e7c262c' make: *** [Makefile:9: all] Error 2 24f261f27f nptl: Remove __h_errno_location from libpthread 2b6a4307e9 nptl: Remove __res_state from libpthread 4baf02b332 nptl: Move pthread_spin_trylock into libc da8e3710d8 nptl: Move pthread_spin_lock into libc ce4b3b7bef nptl: Move pthread_spin_init, Move pthread_spin_unlock into libc c7b1cd4ad1 nptl: Move pthread_spin_destroy into libc d9b600c985 nptl: Move pthread_condattr_setpshared into libc 6a75fefc2c nptl: Move pthread_condattr_setclock into libc 2a775a9ea5 nptl: Move pthread_condattr_getpshared into libc ed00dcbbd6 nptl: Move pthread_condattr_getclock into libc b76c066d09 nptl: Move pthread_mutexattr_settype, __pthread_mutexattr_settype in> 1ec4cd5ab4 nptl: Move pthread_mutexattr_setrobust into libc 0bdd797945 pthread: Use pthread_mutexattr_setrobust in tests 8a229ee93c nptl: Move pthread_mutexattr_setpshared into libc 241ac38c33 nptl: Move pthread_mutexattr_setprotocol into libc c66772281f nptl: Move pthread_mutexattr_setprioceiling into libc 506385d30e nptl: Move pthread_mutexattr_init, __pthread_mutexattr_init into libc 2a23e899e2 nptl: Move pthread_mutexattr_gettype into libc 9b7ab14e11 nptl: Move pthread_mutexattr_getrobust into libc 2e825f7d5a nptl: Move pthread_mutexattr_getpshared into libc 9f2f158b35 nptl: Move pthread_mutexattr_getprotocol into libc d236322b6f nptl: Move pthread_mutexattr_getprioceiling into libc fd42022a10 nptl: Move pthread_mutexattr_destroy into libc a2b0f2e186 nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libc 4372dc7eaa nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libc a2975191d0 nptl: Move pthread_mutex_setprioceiling into libc 4b85c6f55f nptl: Move pthread_mutex_getprioceiling into libc Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."