From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.4 required=3.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!news.mb-net.net!open-news-network.org!news.mind.de!bolzen.all.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bill Findlay Newsgroups: comp.lang.ada Subject: Re: XCode 14 and FSF gnat-12.1.0-1 Date: Fri, 16 Sep 2022 17:46:44 +0100 Organization: none Message-ID: <0001HW.28D4DFF40009587670000F0D638F@news.individual.net> References: <0001HW.28D28EB200CC654F7000032A438F@news.individual.net> <0001HW.28D4D4170006908270000F0D638F@news.individual.net> Reply-To: findlaybill@blueyonder.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net L7nwusbu36saY6pEqY3ohAStuDvMz/2+Sytk5UXqNgU1GiKf1Z X-Orig-Path: not-for-mail Cancel-Lock: sha1:yiSfA8ujbW0p7HvGwtJvER284P0= User-Agent: Hogwasher/5.24 Xref: reader01.eternal-september.org comp.lang.ada:64347 List-Id: On 16 Sep 2022, Bill Findlay wrote (in article<0001HW.28D4D4170006908270000F0D638F@news.individual.net>): > On 16 Sep 2022, Simon Wright wrote > (in article ): > > > Bill Findlay writes: > > > > > I made the mistake of installing XCode 14 today, > > > at Apple's prompting and it completely broke the > > > exception handling in variouscomponents of my KDF9 > > > emulation software. > > > > > > I was able to get back to the previous release of XCode > > > from a backup, and things seem to be OK again. > > > > > > At any rate, the regression tests are not failing any more. > > > > > > I am using FSF gnat-12.1.0-1, and it seems that there > > > is now a gnat-12.1.0-2 release, but I do not see > > > anything there that is relevant to my problem. > > > > > > Any insight anyone? > > > Why would an updated XCode have such a drastic effect? > > > > Well, I just tried, and it was different for me: both on Intel and Apple > > silicon any attempt to compile (or use git ...) failed dismally > > somewhere in Xcode. On Apple silicon, I thought it was a failed update > > so deleted Xcode and installed the command line tools, OK. Now, on > > Intel, going to move Xcode out of the way ... and building with the > > CLTs (version 14.0.0.0.1.1661618636) works fine. > > Thanks for getting on this, Simon. > > I have now deleted even the older XCode and things continue OK, > now with gnat-12.1.0-2. > > How can I find out the version number of the CLTs? Well, I spoke too soon. Sometime between last night and this morning it reverted to non-working! Same problem: compiled programs collapse when an exception is raised. I have deleted and re-installed the CLTs using xcode-select, but no joy. Snookered! -- Bill Findlay