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,ac56e90157d8b9b6,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Ada in Debian: gnat-4.1 is now in testing Date: 7 Apr 2006 03:50:18 -0700 Organization: http://groups.google.com Message-ID: <1144407018.042162.139020@v46g2000cwv.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1144407023 29345 127.0.0.1 (7 Apr 2006 10:50:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 7 Apr 2006 10:50:23 +0000 (UTC) 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: v46g2000cwv.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:3745 Date: 2006-04-07T03:50:18-07:00 List-Id: The package gnat-4.1 (=4.1.0-1) has been in unstable for 5 days and, since it didn't have any release-critical bugs, reached Debian Etch/testing today. It contains one preliminary patch by yours truly, but nothing yet related to Ada. It is now easier for Debian Etch users to experiment with gnat-4.1; just do: $ apt-get install gnat-4.1 (beware: it conflicts with gnat, which is still the officially supported Ada compiler). The GCC maintainer for Debian was waiting for GCC 4.1 to be in Etch before accepting my Ada-related patches into it. I already have a few patches ready, namely: - support symbolic tracebacks - look for project files in /usr/share/ada/adainclude by default - link the GNAT tools dynamically against libgnat - README.gnat And I'm working on: - build libgnatvsn and link the GNAT tools dynamically against it The next step will be: - build libgnatprj and link the GNAT tools dynamically against it I'll send these patches to debian-gcc at lists .debian dot org this weekend. These patches will most probably appear in 4.1.0-2 in the next few days. If you're interested, you can look at the Debian build scripts and patches for GCC here: http://svn.debian.org/wsvn/gcccvs/branches/sid/gcc-4.1/debian -- Ludovic Brenta.