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,80eb73f0b0257a79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: Recompiling? Date: 1 Sep 2005 00:41:57 -0700 Organization: http://groups.google.com Message-ID: <1125560517.087811.193580@o13g2000cwo.googlegroups.com> References: <1125324015.247179.276030@g43g2000cwa.googlegroups.com> <1125329216.771128.216930@g49g2000cwa.googlegroups.com> <1125484327.398754.139480@z14g2000cwz.googlegroups.com> <1125486055.535339.129390@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1125560522 23161 127.0.0.1 (1 Sep 2005 07:42:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Sep 2005 07:42:02 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.6) Gecko/20040116,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:4358 Date: 2005-09-01T00:41:57-07:00 List-Id: Simon Wright a =E9crit : > "Ludovic Brenta" writes: > > > Package the Booch components for your distribution. Follow the > > GNU Ada Environment Specification[1]. Provide a GNAT project > > file, as explained in detail in [2]. > > > > [1] http://cert.uni-stuttgart.de/projects/ada/gnae.php > > [2] http://www.ada-france.org/debian/debian-ada-policy.html > > Looked at your [1]; it looks very "official" but it gives no > context that I can see. What organisation is proposing it? what > universe does it fit into? is it only intended for Debian? what > about Windows? MacOS? what do AdaCore think? FSF? It refers to a > GNAT Filesystem Hierarchy Standard proposal by J=FCrgen Pfeifer but > gives no link? (perhaps this document _is_ the FHS?) GNAE is primarily written for GNU/Linux, *BSD, and Unix platforms. The FHS (Filesystem Hierarchy Standard)[3] is a unifying standard for all GNU/Linux distributions. The organisation behind GNAE is Florian Weimer, who is perhaps listening. He took ideas from J=FCrgen Pfeifer, who led the Ada for Linux team[4] for a while. [3] http://www.pathname.com/fhs/ [4] http://www.gnuada.org/alt.html Debian now implements part of the GNAE. It implements the filesystem but not the "adainstall" and "adaconfig" commands, which are replaced with "apt-get" and GNAT project files, respectively. In fact, I would support a change in GNAE to mandate project files and drop "adaconfig". I see that Martin Krischik offers RPM packages of GNADE and other things for SuSe and Red Hat, but I don't know if these packages comply with the GNAE. I'm not aware of a MacOS X distribution of Ada packages, but if there is one, I hope it follows the GNAE too. The only Ada distribution I know for Windows is AIDE, but it does not seem to comply with GNAE (but I haven't looked at 1.03). I don't know what AdaCore or the FSF think of GNAE. Florian? --=20 Ludovic Brenta.