From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 1CE833858C30 for ; Tue, 7 Mar 2023 22:50:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1CE833858C30 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,242,1673942400"; d="scan'208";a="99350134" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 07 Mar 2023 14:50:38 -0800 IronPort-SDR: h8KKaxHUTmPKXb+btNuWO8bMjdI3+60UWP84yeXFgz79TVGuWuPx8MTR0njVr8KEsh83xJIWmi GyYK4kyAForLf1ecWDhmbECjJ8SMQRNRNNAa1GDx9WP97wke/ou+nYAN8GC//rfmK1gUJ+7FIu JhrIeXugYd9rjHcq0Ipc1Sc+iruIxxH6mKZTDqmlJbHE+GZtS4YRmZIQgp8iexmcJWKmxUdubW Y5x4kQ985GB/qe7eui2MpqJr7CyO7Sxpa1pV2e8hCK9NztjxzLBW1H5j4mOV6Fsh2US3fwyVJs sqg= Date: Tue, 7 Mar 2023 22:50:32 +0000 From: Joseph Myers To: Adhemerval Zanella Netto CC: Adam Yi , , , Subject: Re: [PATCH v6] posix: Fix system blocks SIGCHLD erroneously [BZ #30163] In-Reply-To: Message-ID: <49ed5d3-5752-d91c-42ae-f853cbace1d3@codesourcery.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3107.7 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This breaks the testsuite build for Hurd (tst-system needs to link with $(shared-thread-library), I think). /scratch/jmyers/glibc-bot/install/compilers/i686-gnu/lib/gcc/i686-glibc-gnu/12.2.1/../../../../i686-glibc-gnu/bin/ld: /scratch/jmyers/glibc-bot/build/glibcs/i686-gnu/glibc/support/libsupport_nonshared.a(xpthread_create.oS): in function `xpthread_create': /scratch/jmyers/glibc-bot/src/glibc/support/xpthread_create.c:26: undefined reference to `pthread_create' /scratch/jmyers/glibc-bot/install/compilers/i686-gnu/lib/gcc/i686-glibc-gnu/12.2.1/../../../../i686-glibc-gnu/bin/ld: /scratch/jmyers/glibc-bot/build/glibcs/i686-gnu/glibc/support/libsupport_nonshared.a(xpthread_join.oS): in function `xpthread_join': /scratch/jmyers/glibc-bot/src/glibc/support/xpthread_join.c:25: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[3]: *** [../Rules:238: /scratch/jmyers/glibc-bot/build/glibcs/i686-gnu/glibc/stdlib/tst-system] Error 1 https://sourceware.org/pipermail/libc-testresults/2023q1/010979.html -- Joseph S. Myers joseph@codesourcery.com