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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c23d953faf0768ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-06 20:24:20 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Questions about Ada Core Technologies Date: 06 Apr 2004 23:22:27 -0400 Organization: Cuivre, Argent, Or Message-ID: References: <87oeq4vkod.fsf@insalien.org> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1081308160 8720 212.85.156.195 (7 Apr 2004 03:22:40 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 7 Apr 2004 03:22:40 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <87oeq4vkod.fsf@insalien.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:6797 Date: 2004-04-06T23:22:27-04:00 Ludovic Brenta writes: I'm a paying customer of ACT, so I know the answer to some of these questions. > - Will ACT make more "p" releases of GNAT in the future? They told me > privately they would, but has anyone else heard about a public > statement from ACT? The last I heard from them on this topic (about 6 months ago) was that they had not decided. > Is it too much to ask for a release date or time frame? Yes, it is too much to ask :). > - Have ACT really switched their day-to-day development to the FSF? I don't know. I also don't see how this is relevant to Debian. > The changelogs suggest so, in which case I can suppose they merge > selected changes to GNAT Pro in their private repository? I assume they are maintaining at least a separate branch, if not a separate repository, but I really don't know. > - Will the next GNAT Pro be based on FSF's GCC, or on ACT's private > repository? 5.02a is current (released in March 2004). It is based on FSF gcc 3.2.3 (that's what gcc --version says). As usual, ACT has made no firm statments about future plans. > - Does ACT recommend anyone switch to GCC instead of GNAT 3.15p? If > so, which version of GCC? I believe they would say "test it with your application; use whichever is best for you". > - Does ACT request that customers not distribute copies of GNAT Pro? No. To be specific, there is nothing in the support contract that says this. They do point out that the non-public releases are non-public for a reason; they are more likely to contain bugs, and therefore should only be used with a support contract. Customers tend to agree with that position. Again, I don't see how this is relevant to Debian. > - Since GNAT Pro, as a derivative work from GCC, is necessarily > distributed under the GPL, is the above request not an infringement > of the GPL? In short, the GPL says "If you give someone a binary, you also have to give them the source". The GPL does _not_ say "if you give one person a binary, you also have to give everyone else the same binary". So even if ACT was requesting that customers do not distribute non-public releases, it would not be violating the GPL > - Just out of historical curiosity, could someone send me a timeline > of GNAT Pro releases? Especially the ones after 3.15p went out: I > heard about 3.16a, Feb 2003, gcc 2.8.1 > 3.16a1, June 2003, gcc 2.8.1 > 3.17w, The "w" means it was a "wavefront"; that's a bug fix for a particular bug; not an official release. > 5.01?, 5.01a July 2003, gcc 3.2.3 > 5.02? 5.02a March 2004, gcc 3.2.3 > etc. and I would like to know what version of GCC they used as a > backend. > > [1] I mean I got *friendly* flak, kind of like error messages from an > Ada compiler :) The latest version of your Debian policy looks good to me, except for the part about ACT requesting non-distribution of non-public versions. -- -- Stephe