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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1c770e1e9b36d57d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-09 11:06:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newsengine.sol.net!wn1feed!worldnet.att.net!216.166.61.6!nntp2.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!bin4.nnrp.aus1.giganews.com.POSTED!news.clear.net.nz From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: Where is the GNAT source code Message-ID: <67aldu0vb6d6fjpjqq6s8ojnd0ogaqplio@4ax.com> References: <3CD85E98.7090000@netscape.net> X-Newsreader: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Customer of Mercury Telecommunications Ltd Cache-Post-Path: drone2-svc-skyt.qsi.net.nz!unknown@dial1-acc-skyt-119.quicksilver.net.nz X-Cache: nntpcache 2.4.0b3 (see http://www.nntpcache.org/) X-Original-NNTP-Posting-Host: drone2-svc-skyt.qsi.net.nz X-Original-Trace: 10 May 2002 06:06:24 +1200, drone2-svc-skyt.qsi.net.nz NNTP-Posting-Date: Thu, 09 May 2002 13:06:33 CDT X-Trace: sv3-3eQg8BG1OfZ1jGwWNyw0FKTvdpxBojduBJUe0ThQEXZ7n9avU0ehiGcLSjPqwW2vD3ZB0nEvZsnCJeX!/NZmzWn1eEjOnfVZA7g/KEhfTHpPm54Fm4za6AG3vbH8p//wzHnvBPhZ+8NdWBuslZYUGt7yOdvu!qNrHWw== X-Complaints-To: abuse@GigaNews.Com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Date: Thu, 09 May 2002 18:06:33 GMT Xref: archiver1.google.com comp.lang.ada:23792 Date: 2002-05-09T18:06:33+00:00 List-Id: On Wed, 8 May 2002 06:39:20 +0200, "Per Sandbergs" wrote: >Hi, >The sources are now within GCC so i thin[k] the easiest way to get them is at >at the folowing location >http://gcc.gnu.org/cvs.html >Did a download and build of the full GCC which includes GNAT a couple of >days ago and got it upp and running witout any hazle at all on a Redhat 7.1 >system. > It is possible to get GNAT Ada files using this rsync command: "rsync -RPvac --include '/gcc/gcc/ada' --exclude '/*/*/*' rsync://gcc.gnu.org/gcc-cvs ." Sample console output: ... testrun/ wwwdocs/ wwwdocs/cgi-bin/ wwwdocs/htdocs/ 30128 100% 9.58MB/s 0:00:00 gcc/gcc/ada/a-diocst.adb,v 30174 100% 14.39MB/s 0:00:00 gcc/gcc/ada/a-diocst.ads,v 29538 100% 14.08MB/s 0:00:00 gcc/gcc/ada/a-direio.adb,v 34432 100% 11.53kB/s 0:00:02 ... Rsynch compresses. Someone in the GCC community altered the CVS server so that the CVS server now no longer recognizes that "gcc-ada" identifies all the GNAT Ada 95 files at the gnu.org cvs repository. Here is a way to use CVS to get no files: * request a list of the names of all the categories using "co -c". * then use the pre-Dec 2001 category name, "gcc-ada". The list of categories has been removed from CVS. #$ export CVSROOT=:pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc # #$ cvs login #(Logging in to anoncvs@subversions.gnu.org) #CVS password: # #$ cvs co -c # #$ cvs co gcc-ada #cvs server: cannot find module `gcc-ada' - ignored #cvs [checkout aborted]: cannot expand modules [What do other people do if they are getting the GNU CVS server to transfer a minimum of bytes while transferring all the files (without each file being named) ?.] A bit more data than is essential, is transferred by rsync. An example: the rsync file named "mdllfile.ads,v" is about exactly 3,260 lines long. There is 51 lines of Ada 95 code inside of that. That is the package "MDLL.Files" ("Simple services used by GNATDLL to deal with Filename extension[s]") The dates of all the rsync Ada files seem to all change, all at once, at least when rsync is used. The ACT GNAT code at the gcc.gnu.org CVS domain is more up to date. >Per Sandberg > >"Jason LaPenta" wrote in message >news:3CD85E98.7090000@netscape.net... >> Hi, >> >> I'm looking for the gnat source code, and every link I try is borken ;< >> What web link is it available from to download? >> >> Thanks >> Jason >> > Craig Carey Ada 95 mailing lists: http://www.ijs.co.nz/ada_95.htm