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: Warning message in macOS Mojave Date: Wed, 26 Sep 2018 14:20:27 +0100 Organization: none Message-ID: <0001HW.215BBF1B0129732470000D3692CF@news.individual.net> References: <0001HW.215A68D3001C54E170000EAB02EF@news.individual.net> <0001HW.215AD2B600F20B6470000D3692CF@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 pGEFNc/cWuLfkrrgShgbqgvtyT+c60EqBda0GZatWWdtbW9tim X-Orig-Path: not-for-mail Cancel-Lock: sha1:34DUFFeQ04tJ63O92W3Wf7xkZ4E= User-Agent: Hogwasher/5.19 Xref: reader02.eternal-september.org comp.lang.ada:54429 Date: 2018-09-26T14:20:27+01:00 List-Id: On 26 Sep 2018, Simon Wright wrote (in article ): > Bill Findlay writes: > > > Mojave on my MBP: > > > > -rwxr-xr-x 1 root wheel 6088021Sep 05:16 libSystem.B.dylib > > lrwxr-xr-x 1 root wheel 1724Sep 22:30 libSystem.dylib -> libSystem.B.dylib > > I think there must be a tab/space missing there! Yes, this newsreader has strange properties. It puts in newlines and takes out whitespace apparently at random. > I see > > -rwxr-xr-x 1 root wheel 60880 21 Sep 05:16 /usr/lib/libSystem.B.dylib > lrwxr-xr-x 1 root wheel 17 25 Sep 18:07 /usr/lib/libSystem.dylib -> > libSystem.B.dylib > > so that's the same. > > What about the command line tools? I see > > $ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables > package-id: com.apple.pkg.CLTools_Executables > version: 10.0.0.0.1.1535735448 > volume: / > location: / > install-time: 1537896473 > groups: com.apple.FindSystemFiles.pkg-group > > (which is the same, bar the install-time, as on my High Sierra MBP, > recently updated) I am using GNAT CE 2018, with a new unmodified Mojave install on my 2017 MBP. > package-id: com.apple.pkg.CLTools_Executables version: > 10.0.0.0.1.1535735448 > volume: / > location: / > install-time: 1537221714 > groups: com.apple.FindSystemFiles.pkg-group The same. What about: > $ cksum /usr/lib/libSystem.B.dylib > 638756186 60880 /usr/lib/libSystem.B.dylib I am using the build command: > gnatmake -aI../Source -aO../Build -funwind-tables -gnatl12j96 -gnatw.e > -gnatwD -gnatwH -gnatwP -gnatwT -gnatw.W -gnatw.B -gnatwC -gnatw.u -gnatyO > -gnatw.Y -fdata-sections -ffunction-sections -gnatfn -mtune=native -O3 -flto > -j0 ee9 -bargs -static -Sin -largs -Wl,-dead_strip -Wl,-dead_strip -flto LTO has been dodgy in the past, but removing that option still results in the warning. -- Bill Findlay