From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 23C283858CDA for ; Fri, 7 Oct 2022 11:41:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 23C283858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1665142895; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=df9HdS5T+x5tEEjHFwRD86ScWkF3kz/yraPbg3i18Cs=; b=KXwtdKXBhZvDesoQK9QZM4jJ32weCcReM25jqgrsDH0hbS2Ydocb21fZMwB/R+S6Lmlbcf cuuwEIWrMiAIf1v+FLRs06+kRvBPUqs5tCQ5VVky31ffxv8BfWoYGrEKUzp/GRRsZOOp2+ 2GbA5EsYnYOSSbs+rovlsJaRr8hkxVM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-c40X-lzvP3-bdBdK5rGsEw-1; Fri, 07 Oct 2022 07:41:32 -0400 X-MC-Unique: c40X-lzvP3-bdBdK5rGsEw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3D9D795E3A1; Fri, 7 Oct 2022 11:41:32 +0000 (UTC) Received: from localhost (unknown [10.33.36.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 03806C15BA4; Fri, 7 Oct 2022 11:41:31 +0000 (UTC) Date: Fri, 7 Oct 2022 12:41:31 +0100 From: Jonathan Wakely To: svante.signell@gmail.com Cc: gcc-patches Subject: Re: gcc-12: FTBFS on hurd-i386 Message-ID: References: <55b2e9b94567fdba6e88e3a35af8773c2ed772e9.camel@gmail.com> MIME-Version: 1.0 In-Reply-To: <55b2e9b94567fdba6e88e3a35af8773c2ed772e9.camel@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,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: On 06/10/22 18:01 +0200, Svante Signell via Gcc-patches wrote: >gcc-12-12.2.0-4/5 in sid FTBFS on hurd-i386 due to failing linkage of >pthread_once (same error for gcc-11, gcc-12, gcc-snapshot): >/<>/build/i686-gnu/libstdc++-v3/include/i686-gnu/bits/gthr- >default.h:700: undefined reference to `pthread_once' > >Patches have already submitted upstream by Samuel Thibault in August and >September, see >https://gcc.gnu.org/pipermail/gcc-patches/2022-August/600469.html >https://gcc.gnu.org/pipermail/gcc-patches/2022-September/601754.html > >Unfortunately upstream is not very responsive. That's because the patch is for libstdc++ but wasn't CC'd to the libstdc++ list as required. I've reviewed it now.