From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.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: Re: GNAT Community Edition 2018 Date: Sun, 10 Jun 2018 14:14:10 +0100 Organization: none Message-ID: <0001HW.20CD5BA2017D944370000133C2CF@news.individual.net> References: 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 DeyVZix61f16Pn/1mskkUQrBxQZN8jKaqino7+ExkyxvzeIdnD X-Orig-Path: not-for-mail Cancel-Lock: sha1:69EITiCQnKG0fs0HqOgrmvHSLmc= User-Agent: Hogwasher/5.18 Xref: reader02.eternal-september.org comp.lang.ada:53028 Date: 2018-06-10T14:14:10+01:00 List-Id: On 10 Jun 2018, Simon Wright wrote (in article): > "M. Enzmann" writes: > > > Am Freitag, 8. Juni 2018 19:58:06 UTC+2 schrieb Simon Wright: > > > .. is available. The macOS arm-elf cross compiler is there too! (phew) > > > > Is anybody here experiencing issues while installing the native compiler on High Sierra? > > Yes. I reported this to AdaCore: > > I have a Macbook Pro (Retina, 13 inch, early 2015) running 10.13.4, with 2.9GHz processor. > > Installing gnat-community-2018-20180523-x86_64-darwin-bin.dmg locked > up twice while installing RTS files (not at the same place. maybe > because there are lots of small files? maybe because I have Time Machine?) My installation went smoothly, as far as I could see, but ... Do you think something similar might have caused the messages I am getting: > gnatbind -aI../Source/e -aI../Source/shared -aO../MacOSX -aI../MacOSX -static -Sin -x /Users/wf/mekhos/MacOSX/e.ali > > gnatlink /Users/wf/mekhos/MacOSX/e.ali -funwind-tables -fdata-sections -ffunction-sections -mtune=native -fno-stack-check -fomit-frame-pointer -O3 -Wl,-dead_strip -Wl,-dead_strip > > ld: warning: object file (/Users/wf/opt/gnat-2018/lib/gcc/x86_64-apple-darwin16.7.0/7.3.1/adalib/libgnat.a(errno.o)) was built for newer OSX version (10.12) than being linked (10.11) > > ld: warning: object file (/Users/wf/opt/gnat-2018/lib/gcc/x86_64-apple-darwin16.7.0/7.3.1/adalib/libgnat.a(init.o)) was built for newer OSX version (10.12) than being linked (10.11) > ... > ld: warning: object file (/Users/wf/opt/gnat-2018/lib/gcc/x86_64-apple-darwin16.7.0/7.3.1/adalib/libgnat.a(s-valuns.o)) was built for newer OSX version (10.12) than being linked (10.11) > Anyway, the workround was to install to an external HDD and copy from there to the SSD. I'll try that. > They replied that they hadn't seen this when installing on a Mac with Time Machine & are puzzled (my interpretation!) > Additional info I should have provided: 512 GB SSD. I have a 256GB SSD with an APFS filesystem on it. TM runs on a Lacie HD, but I really can't see how that would have a bearing on it. Might it be a Gatekeeper issue, since previous installs were done at the command line with sudo? -- Bill Findlay