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,UTF8 Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Erroneous installation for GPRBuild on Ubuntu ? References: Date: Fri, 27 May 2011 07:33:30 -0400 Message-ID: <82aae88jjp.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:cXIIcKG0wk64pVl8QzVE9aLX8tw= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 91b3d4ddf8c0ae029e66117393 Xref: g2news2.google.com comp.lang.ada:20481 Date: 2011-05-27T07:33:30-04:00 List-Id: "Yannick Duchêne (Hibou57)" writes: > Hi all, > > I feel stupid, or else something is wrong. > > I've installed GNAT in Ubuntu (10.10) since 4 months. This works fine. > Today, I wanted to install AUnit. The documentation stated GPRBuild is > required for that. So I installed GPRBuild (which I did not installed > so far), and launched the “make” command from the > “aunit-gpl-2010-src” directory. > > It failed, with this rather surprising message: > >> aunit_build.gpr:3:09: warning: no compiler specified forlanguage >> "Ada", ignoring all its sources >> […] >> 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 packages (not installed from scratch). Which "official packages"? please show the command line you used, or at least the package name and version if you used a GUI (once again, GUIs make things harder :). (I could interpret "official package" as "the .tar.gz from http://libre.adacore.com/libre/ , but I'm assuming you mean "Ubuntu package". I still need the version.). You can run 'gprbuild -v -v' to get a log of how it searches for the compiler. > It's long time I did not play with GPRBuild's configuration files (I > did it on Windows some time ago), and I don't feel happy to run to > there right now (will do it later). I still wanted to notice, as this > seems really strange (this should have worked right-up). It does on Debian - perhaps you should upgrade :). -- -- Stephe