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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!RKN7TKnHC01q0gdg6EhkbQ.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Help: Ada in NetBSD Date: Wed, 01 Sep 2021 22:41:22 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <16242b6e-cfb6-4fb1-8f7f-566469de446an@googlegroups.com> <7b5879f1-6d8a-46d7-b761-82c9cf483984n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="51604"; posting-host="RKN7TKnHC01q0gdg6EhkbQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:j1NhZDGKvw4dW07QUe8BuxU9SdQ= Xref: reader02.eternal-september.org comp.lang.ada:62601 List-Id: Fernando Oleo Blanco writes: [failing tests, log output ...] With 10.1.0, I see *** FAILURES: c250002 c324006 c350a01 c452003 c452005 c452006 c611a04 c650b04 c760a02 cdd2b03 cdd2b04 cxai001 cxai010 cxaia01 cxaib05 cxaib06 cxaib08 cxd1003 cxd1004 cxd1005 cxd2006 cxd3001 cxd3002 (and c452003 was the one whose compilation I had to kill) > ALSO! I get this error at the very beginning: > ``` > cannot generate code for file b~impbit.ads (package spec) > gnatmake: "b~impbit.ads" compilation error > ``` Yes, this is an error in my ACATS (attempts to compile specs, fails on the first one). Also, should really clear up the b~ files (part of executable build). > So, Simon, Stephane, here I am leaving you with some goodies, should > you want to take a look: Sounds as though John can give you a better steer than I can. > The ACATS log: https://irvise.xyz/acats.tar.gz Thanks.