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 X-Google-Thread: 103376,f941a4f4283a000c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Re: Interesting and possible buggy behavior in GNAT regarding Annex E pragmas. Date: Wed, 25 May 2011 23:40:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 76.126.190.57 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1306392074 25295 127.0.0.1 (26 May 2011 06:41:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 May 2011 06:41:14 +0000 (UTC) In-Reply-To: <87r57m8ra1.fsf@ludovic-brenta.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.126.190.57; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-Google-Web-Client: true Xref: g2news2.google.com comp.lang.ada:20453 Date: 2011-05-25T23:40:41-07:00 List-Id: Hi, I've noticed the same behaviour on Ubuntu 11.04 (recently upgraded from 10.10 where I was using the AdaCore distribution). For AUnit, I worked around it by replacing "gprbuild" with "gnat make" and "gprclean" with "gnat clean" in it's Makefile's. Take care, Michael.