From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 322963858D20 for ; Wed, 15 Nov 2023 20:11:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 322963858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 322963858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.137.180 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700079084; cv=none; b=t8qsx/8H23IB5hF7yyunCgzcTGhAcwJ+rsPynZDT+UAmcJu26tC3RG+H7eah/mTLNnPhSsmTWay3a5IdMybk3aSXaE6wwanXPIP/bUDBWzlq8igu/C/5ElcWvs/pYmFHspKUAj/sHLeRqocbmFlKmBH58ByWHyAYXH9xt9Jj8Tg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700079084; c=relaxed/simple; bh=NQwHukFH/jsP9H11abVEXLly+0qBdT59hooKlQGWcsw=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=t9xgYH6jdCjd33+R/Ayv3SU0GHtMoR+JvbTl4TqGY5Kk2GZlghe6pZiqKerSXTYuP3n4QO5DGZXE3mNbxDyfXdtyXT2c0oFvKqPTUzkthxwjfreEhJCD9tTrelrhs5iG73Ww6jeaOsYeoQZf0ozBJDAWc+rS5pdMRjXz3lo6nOY= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: eCbEiSu7R6ahvPLtAJvqfw== X-CSE-MsgGUID: ofwLjAwgQp+4Yr2Z/XUYyA== X-IronPort-AV: E=Sophos;i="6.03,306,1694764800"; d="scan'208";a="22868773" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 15 Nov 2023 12:11:16 -0800 IronPort-SDR: 6hqmKJh1KfuAViJeC67bloG/ZNO6/tmteTDwQBtd2XqMaBy0PzDKcdvi2D957iWhUKodbbByag zS56pW9bFCOR+8Tm3TeCo2ZGJT4RK0BYUPb7z4MjyP1N3sEYJdzsJvaGbKowIZbz2T44zQWL7l 4lSV7PGUOoG/LLskgtBH2uVfT5Vnx79B/JNDyb0pFaDtk6PO+sqHhS/K+DPH+swUvr8+f5OmgK zHZIg9ruBvmvH5sKdmtRz3iawQJUGfnynb0fTkw4FM06rKghIjc3x6PCVzFWK2xoKNNIjBP6Ka 1no= From: Thomas Schwinge To: Iain Sandoe , CC: Martin Jambor , FX Coudert Subject: Re: Darwin: Replace environment runpath with embedded [PR88590] In-Reply-To: <2C6A1839-8D61-4AEE-A9CB-F40971F61AF7@gmail.com> References: <653fd72a.050a0220.a6a20.de86SMTPIN_ADDED_BROKEN@mx.google.com> <5D574615-8242-439C-A4A8-B66CF896D66D@gmail.com> <2C6A1839-8D61-4AEE-A9CB-F40971F61AF7@gmail.com> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Wed, 15 Nov 2023 21:11:10 +0100 Message-ID: <8734x6vktd.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=-5.8 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Hi! On 2023-10-30T19:08:18+0000, Iain Sandoe wrote: >> On 30 Oct 2023, at 16:31, FX Coudert wrote: >> >>> +enable_darwin_at_rpath_$1=3Dno >> >> I actually don=E2=80=99t understand why this one would have $1 in the na= me, unlike all other regenerated configure files. What value do we expect f= or $1 at this point in the file? That=E2=80=99s just plain weird. > > I=E2=80=99ve committed the missing hunk - at least that should appease CI= . > > Agreed, it is weird, (actually, I=E2=80=99ve never quite understood why f= ixincludes wants libtool.m4 given that it is host-side and not building any= libraries) .. So I currently see the following in my build logs: [...] mkdir -p -- ./fixincludes Configuring in ./fixincludes configure: creating cache ./config.cache [...]/source-gcc/fixincludes/configure: line 3030: enable_darwin_at_rpa= th_--srcdir=3D[...]/source-gcc/fixincludes=3Dno: No such file or directory checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... nvptx-unknown-none [...] I'm not convinced that's achieving what it means to achieve? Gr=C3=BC=C3=9Fe Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955