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 7683C38582BF for ; Fri, 17 Nov 2023 12:13:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7683C38582BF 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 7683C38582BF 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=1700223218; cv=none; b=QOQyKA4tbP6rczKf94Mp1L7JiCZhSK2LOi7loML7qtO2gSckl/Ljw+qZSiM/NqhWVrKMcHvAP8ctgAe5d4ODraIWQTlZi4HWCH9znFfzhmbIATxPclpxhVaj3ZxTmyMbtit3742K93wdXKAlJrzXxCyu3tH2LXJJAFPfjyLezRc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700223218; c=relaxed/simple; bh=waOyUzO8LAvhbo+UbS9RrFW5iCYG3ADmNn6RYELB3BE=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=Y9QO6rp21BXdcxpYfXtxLuP4/vLUf/VYrEaWKERk0MDab9IW/CFZqmtgTYKnQkWmXsv+fop6wTcTPKyAy143L1cFc7vpFkq4yXLbhVr2polDPtXUWMkngKXHtMPX+3p7KAs+Uye+uhh0Y5VTu6FBpJSokpkjjLMhnIrvrtrilVo= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: FLPlgClAQ3Gdy0b8sn0RMQ== X-CSE-MsgGUID: 4xcbBoFzQvCT7DDZFhi2Cw== X-IronPort-AV: E=Sophos;i="6.04,206,1695715200"; d="scan'208";a="23040928" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 17 Nov 2023 04:13:36 -0800 IronPort-SDR: rKj/xfOh4j4ktDyx+809Wz+w2y6gr8i8TCimughiDD9QFX7bDggHzsFGeOjMSZW/Qh431KM6LT byqJ3HBoPuvH12Qo0IJga8O39nMoDEXORrbuRNcLbvpW4bY8tMemD844upLK0rwLTIqiNe3y2z OtS2rNOAehgwSuduubCa5vHMz8b3t4zqP37jeML4Sn4CcSmIBoASbwSxjH6KPA4DZnuGTYMZZt w/P9iT8nh1fXtDZY9qgWRZ4rkguJv5IFB8wWiBD6WSTxw5BMEk0tq9SH2JexW0dQdrKdGDz7Jp rso= From: Thomas Schwinge To: =?utf-8?Q?Fran=C3=A7ois-Xavier?= Coudert CC: Iain Sandoe , , "Martin Jambor" Subject: Re: Darwin: Replace environment runpath with embedded [PR88590] In-Reply-To: <9CB59C76-0451-487C-A708-BBCBEF32D448@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> <8734x6vktd.fsf@euler.schwinge.homeip.net> <22AC949A-3CE2-47E0-83F6-9D0CC6B52C99@gmail.com> <9CB59C76-0451-487C-A708-BBCBEF32D448@gmail.com> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Fri, 17 Nov 2023 13:13:28 +0100 Message-ID: <87zfzc1st3.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-13.mgc.mentorg.com (139.181.222.13) 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 FX! On 2023-11-17T12:56:13+0100, FX Coudert wrote: >> If I remove the line from libtool.m4 (innocent smile) I see that fixincl= udes/configure is better, and it does not appear to change the regenerated = files in other directories (I didn=E2=80=99t do a build yet, just tried to = regenerate with some manual autoconf invocations). > > I have done a full rebuild, and having looked more at the structure of li= btool.m4 I am now convinced that having that line outside of the scope of _= LT_DARWIN_LINKER_FEATURES is simply wrong (probably a copy-pasto or leftove= r from earlier code). Sounds reasonable to me, from the textual description. > Having rebuilt everything, it only manifests itself in fixincludes/Change= Log. Iain is traveling right now, but when he is back I would like to submi= t this patch if he agrees with the above. It was regtested on x86_64-apple-= darwin21. > > Thomas, can you confirm that it also fixes things for you? Although I don= =E2=80=99t see why it wouldn=E2=80=99t. > Subject: [PATCH] libsanitizer: fix build on darwin EATTACHEDWRONGPATCH? ;-) 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