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.129.124]) by sourceware.org (Postfix) with ESMTPS id 5CECD3858C66 for ; Mon, 18 Sep 2023 11:43:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5CECD3858C66 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=1695037405; 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=DmS4pE5JKc/8koPjQZGOgmuBZ84fYwQBBBrWHUb1Re4=; b=MIj8OiJiYaYOgFzaTvh5zmkuMcP3c91pcVQYWcKMCDN3UNetDg5CusEBNxgJMuXQpDbFFJ /SGUfxTvRchyKFCC2ErjBmbcDWYidzA921iMQBZm7LwCDuOW6EvmuaP7Y/DgrGqAD1j1zL LW1Txvm5lAF/H4sJ/wy0ReBJ/IOeaSQ= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-529-dnO_hJojMnOZMWRhXFbKfQ-1; Mon, 18 Sep 2023 07:43:21 -0400 X-MC-Unique: dnO_hJojMnOZMWRhXFbKfQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6DE403C025BC; Mon, 18 Sep 2023 11:43:20 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D51F8C15BB8; Mon, 18 Sep 2023 11:43:19 +0000 (UTC) From: Florian Weimer To: Chris Packham via Libc-help Cc: Boran Car , Chris Packham Subject: Re: Build hangs on stdio-common for glibc-2.30-67-g4748829f86a458b76642f3e98b1d80f7b868e427 References: Date: Mon, 18 Sep 2023 13:43:18 +0200 In-Reply-To: (Chris Packham via Libc-help's message of "Mon, 18 Sep 2023 20:16:06 +1200") Message-ID: <87sf7bbtbd.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 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 X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,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: * Chris Packham via Libc-help: >> My questions are: >> - Are there any pointers where I should go looking for what's the >> cause of the re-executions and how to prevent them? >> - Is there anything I can use from subsequent glibc Makefiles? Was an >> issue discovered with the target computation? >> > > There is a pretty good explanation of the problem and some workarounds at > https://github.com/crosstool-ng/crosstool-ng/issues/1932#issuecomment-1528139734 > > Using a newer glibc is probably the best solution. If you really need to > use that specific version then downgrading your local version of make is > another option. Has this reported anywhere as a make or glibc issue? I don't immediately recall how we fixed this in glibc 2.31. Thanks, Florian