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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: GNAT & Interfaces.Bit_Types Date: Sun, 14 Aug 2016 18:48:07 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="5267241106bfbad1cae7e8b738bf59f6"; logging-data="19917"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18CXBWi6+rn5i9ZFUvBp7L1TAfaLQMpW9M=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:RVG2FZ+Xeo5auB3bSdWBkipSzZg= sha1:tk2DqyV8/3pHC2IAsEq+lB19Wh0= Xref: news.eternal-september.org comp.lang.ada:31441 Date: 2016-08-14T18:48:07+01:00 List-Id: The arm-eabi runtimes (did you know they are on Github now? [1]) include a unit as in the Subject with the file name i-bit_types.ads, which doesn't match GNAT's long-standing krunching of file names to 8.3 format (which would yield i-bittyp.ads). Gprbuild GPL 2016 doesn't recognise this, believes the source is missing, and recompiles everything that depends on it every time. Looking at AdaCore/gprbuild on Github, this was assigned [P321-019] and was fixed on 27 May. So if it's a problem for you you can just (!) rebuild gprbuild from Github. [1] https://github.com/AdaCore/embedded-runtimes