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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93e9f244fd8e7db4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!v8g2000yqb.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Erroneous installation for GPRBuild on Ubuntu ? Date: Thu, 26 May 2011 01:21:19 -0700 (PDT) Organization: http://groups.google.com Message-ID: <12956575-daed-42fe-b650-e24b034fd725@v8g2000yqb.googlegroups.com> References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1306398079 22627 127.0.0.1 (26 May 2011 08:21:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 May 2011 08:21:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v8g2000yqb.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:20454 Date: 2011-05-26T01:21:19-07:00 List-Id: Yannick Duch=EAne wrote on comp.lang.ada: > Hi all, > > I feel stupid, or else something is wrong. > > I've installed GNAT in Ubuntu (10.10) since 4 months. This works fine. = =A0 > Today, I wanted to install AUnit. The documentation stated GPRBuild is = =A0 > required for that. So I installed GPRBuild (which I did not installed so = =A0 > far), and launched the =93make=94 command from the =93aunit-gpl-2010-src= =94 =A0 > directory. > > It failed, with this rather surprising message: > >> aunit_build.gpr:3:09: warning: no compiler specified forlanguage "Ada", = =A0 >> ignoring all its sources >> [=85] >> gprbuild: no sources to compile > > How is this possible ? No compiler specified for language "Ada", it says = ? > > Note: both the FSF Ada compiler and GPRBuild was installed from official = =A0 > packages (not installed from scratch). > > It's long time I did not play with GPRBuild's configuration files (I did = =A0 > it on Windows some time ago), and I don't feel happy to run to there righ= t =A0 > now (will do it later). I still wanted to notice, as this seems really = =A0 > strange (this should have worked right-up). I'll let Stephe comment on gprbuild but I think the quick answer to your problem is: aptitude install libaunit1-dev -- Ludovic Brenta.