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 X-Received: by 10.107.173.35 with SMTP id w35mr1995413ioe.8.1519210383499; Wed, 21 Feb 2018 02:53:03 -0800 (PST) X-Received: by 10.157.112.141 with SMTP id l13mr139513otj.1.1519210383364; Wed, 21 Feb 2018 02:53:03 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o66no182040ita.0!news-out.google.com!10ni408ite.0!nntp.google.com!w142no183088ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Feb 2018 02:53:03 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.170.137.10; posting-account=BdhepwoAAAD2gYa9OWHpN5JW78SH4mVo NNTP-Posting-Host: 109.170.137.10 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <334c03aa-6f7d-4c8a-accc-ba103e084309@googlegroups.com> Subject: gnattest: aunit not installed From: robinmoss@e2eservices.co.uk Injection-Date: Wed, 21 Feb 2018 10:53:03 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 1073404508 X-Received-Bytes: 1858 Xref: reader02.eternal-september.org comp.lang.ada:50515 Date: 2018-02-21T02:53:03-08:00 List-Id: Hello, I've been fighting for awhile with gnattest, and trying to get it to work. I downloaded `gnat-gpl-2017-x86_64-linux-bin` and ran `doinstall.sh`, and it all seems to work I have my project that uses AWS and JSON building via gprbuild fine. I did download and compile gnatcol as well to get JSON working. However when ever I try and run gnattest, even from the `share/examples/aunit` it always fails with the following output; ``` /usr/gnat/share/examples/gnattest/simple$ gnattest simple.gpr default.gpr:1:06: unknown project file: "aunit" gnattest: aunit not installed ``` The above also occurs if i try using GPS I cannot find any advice online about this, anyone got any ideas what the problem is? Using Ubuntu 16.04 LTS Thanks, Robin