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=1.0 required=3.0 tests=BAYES_05,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.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bill Findlay Newsgroups: comp.lang.ada Subject: for info: re macOS Ventura and GNAT Date: Tue, 01 Nov 2022 19:18:47 +0000 Organization: none Message-ID: <0001HW.2911A897005800F87000091D938F@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 E7XsLejs5FnbmpCEtsKz4QNI5Tu1auocnQwumRRnfE/H0NCudL X-Orig-Path: not-for-mail Cancel-Lock: sha1:57VB7i0h2Q4eZ3x+2+LUfsngdWI= User-Agent: Hogwasher/5.24 Xref: reader01.eternal-september.org comp.lang.ada:64571 List-Id: I installed Ventura on my (Intel) MBP and it went perfectly, with GNAT and fpc working as expected. Emboldened, I then put it on my (Intel) iMac, my workhorse machine. On reboot both GNAT (FSF 12.2.0) and fpc compilations failed. GNAT failed because /Library/Developer/CommandLineTools/usr/bin had been emptied of everything useful. To fix it I had to completely re-install CommandLineTools, which was more difficult than it should have been because I had been removed from the sudoers file. 8-( GNAT now runs again, using the newly-installed CLT software, and the exception-handling bug that appeared with the recent XCode update has not made a re-appearance. fpc failed because it could not find libc any more, so I had to edit my build procedure to tell it where to look (i.e. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/). -- Bill Findlay