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,e0a833839e226c98 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!56g2000hsm.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Missing Ada components in Ubuntu Date: Mon, 26 May 2008 08:00:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <969d2cef-d2ef-406c-8039-649b1cae00ec@56g2000hsm.googlegroups.com> References: <5c7f95fb-8fe8-4abb-bdcc-f0c8731a9f59@q27g2000prf.googlegroups.com> <6456fec7-4037-4ca4-bf99-edcac7b26e3d@b5g2000pri.googlegroups.com> <08fa745c-5471-4970-9270-47344e04b66f@m45g2000hsb.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1211814018 15167 127.0.0.1 (26 May 2008 15:00:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 26 May 2008 15:00:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 56g2000hsm.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:375 Date: 2008-05-26T08:00:18-07:00 List-Id: Adrian Hoe wrote: > My main development and target platform is Mac OS X and sometimes > Linux as the target platform. This is the first web-enabled > application (with AWS) I am developing. When I switched from Debian to > Ubuntu last year, I wasn't developing with AWS at that time. So, > development went on well on Mac OS X until I tried to build my AWS app > on Ubuntu... > > as for gnat-4.4 on Mac OS X, it was recommended. And so far I have no > problem with gnat-4.4. OK, now I understand better. You forgot to mention you also "upgraded" to Ubuntu 8.04, which didn't exist a year ago. This is what broke AWS. I think your best options are: (a) revert to the previous version of Ubuntu; use gnat-4.1 and libaws2.2 there; they're not broken and known stable; (b) upgrade to Debian unstable (perhaps in a chroot); use gnat-4.3; help me bring libaws2.5 to life and use that. The risk with (a) is that your application requires Ada 2005 features not yet present in gnat-4.1. Otherwise, you can probably port your application from Mac OS X without too much (or any) trouble. The risk with (b) is that gnat-4.3 or libaws2.5 has new bugs. -- Ludovic Brenta.