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: a07f3367d7,23c0de5a42cf667e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!gegeweb.org!eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: GNAT packages in Linux distributions Date: Sun, 09 May 2010 20:16:27 +0200 Organization: A noiseless patient Spider Message-ID: <87mxw9x7no.fsf@ludovic-brenta.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Sun, 9 May 2010 18:16:27 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="Nqc2OQHCFD1iR1SX2NVBVw"; logging-data="17743"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX182YxgH5Hkm7sJ8GhOcGOq/" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:RBBF+29+Arw/0rPVyVZXc8O7Zj8= sha1:I+xrEp1VU71lB4X5ctUHJ6DBPi8= Xref: g2news2.google.com comp.lang.ada:11425 Date: 2010-05-09T20:16:27+02:00 List-Id: Dmitry A. Kazakov writes on comp.lang.ada: > For more than a year I has been using either GNAT Pro or GNAT > GPL. Recently I installed Fedora and Debian GNAT distributions and > discovered that basically all two years old bugs known to me are still > present. Some of these bugs were fixed in GNAT GPL 2009, others in > GNAT Pro 6.3. > > So my question is: is there any information or summary on the Web > about how Linux distributions are related to AdaCore releases? Or > maybe somebody knowledgeable could create and maintain this as a wiki > etc. http://people.debian.org/~lbrenta/debian-ada-policy.html See section 2.3.4 FSF releases and (now outdated) Appendix B. You will see that the GCC 4.3 you are using is roughly equivalent to GNAT GPL 2007; Debian testing has GCC 4.4 which is roughly equivalent to GNAT GPL 2008. Note that I backport some bug fixes into the Debian version of GCC. > It is important with respect to submitting bug reports. I already did > some to Debian. But then I started to discover more and more. Because > the bugs I am talking about are known fixed, in my eyes, it does not > make any sense to submit them again. (Provided, GNAT will not be > developed independently on AdaCore, rather than merely packaged) "known fixed" to whom? The bug database at AdaCore is private (and with good reason). If you use the FSF version of GNAT, you should use the corresponding bug database: Debian, Fedora or GCC upstream. There are a few contributors external to AdaCore that provide bug fixes into the FSF GCC, sometimes ahead of AdaCore; I normally backport such fixes into the Debian version. Eventually, all bug fixes end up in both GNAT Pro/GPL and in FSF GCC. The keyword is "eventually"; the time lag can be months or years as you noted. -- Ludovic Brenta.