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,3cb0c0deb57c863d X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.news.pas.earthlink.net.POSTED!e76f64c7!not-for-mail From: Bruce Conroy Subject: Re: PolyORB 1.1r Newsgroups: comp.lang.ada References: <873c55afr0.fsf@insalien.org> <87y8mx8g4p.fsf@insalien.org> <4030244.7zxZUnUYGM@linux1.krischik.com> <214d6b7.0406100254.79b36f9e@posting.google.com> User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Thu, 10 Jun 2004 16:25:52 GMT NNTP-Posting-Host: 216.249.71.248 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.pas.earthlink.net 1086884752 216.249.71.248 (Thu, 10 Jun 2004 09:25:52 PDT) NNTP-Posting-Date: Thu, 10 Jun 2004 09:25:52 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:1374 Date: 2004-06-10T16:25:52+00:00 List-Id: Ludovic Brenta wrote: > Bruce Conroy wrote: >> I am starting a new project where CORBA seemed like the solution. I >> downloaded AdaBroker and compiled it with GNAT 3.14p (Debian >> Sarge). I needed another system to test the networking, and my test >> system is Fedora Core 2, gcc 3.3.3-7 (the cutting edge as of May >> 18.) AdaBroker failed. I sent a complaint, and was told "AdaBroker >> is obsolete, use PolyOrb." I tried and found it won't compile under >> either gnat 3.14p or gcc 3.3.3-7. I don't want to spend my time >> debugging tools needed to get my work done. What has happened to >> the advantage Ada had over C/C++?? > > I maintain GNAT in Debian. Debian Sarge has had GNAT 3.15p since > January 2004, and, as I noted elsewhere in this thread, you should not > have any trouble compiling PolyORB with it. > > You should not use GCC 3.3.3 for Ada (my words are stronger than Ada > Core's, see [1]). On Fedora Core, you should choose between GNAT > 3.15p and GCC 3.4. If you do not want to spent time building the > compiler, you can use Ada Core's binary distribution of 3.15p. > > [1] http://libre.act-europe.fr/gnat > > If you decide you want to package PolyORB for Debian, be sure to use > GNAT 3.15p, even if this requires patching PolyORB (e.g. for pragma > Unreferenced). Reasons for this are detailed here: > > http://users.skynet.be/ludovic.brenta/debian-ada-policy.html > Thanks. I installed gnat 3.15p on both systems. I now get a clean compile on Fedora, but on Sarge I get: ../support/adacompiler -c -g -O2 -gnatfy -gnatwae -gnatpn -gnatg -I. -I. polyorb-setup-tasking-ravenscar.ads -o polyorb-setup-tasking-ravenscar.o +===========================GNAT BUG DETECTED==============================+ | 3.15p (20020523) (i486-pc-linux-gnu) Assert_Failure expander.adb:83 | | Error detected at polyorb-utils-chained_lists.adb:44:4 [polyorb-annotations.ads:79:4]| | Please submit bug report by email to report@gnat.com. | | Use a subject line meaningful to you and us to track the bug. | | (include your customer number #nnn in the subject line). | | Include the entire contents of this bug box in the report. | | Include the exact gnatgcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | | (use plain ASCII or MIME attachment, or FTP to your customer directory). | | See README.GNATPRO for full info on procedure for submitting bugs. | +==========================================================================+ Please include these source files with error report polyorb-setup-tasking-ravenscar.ads polyorb-setup-tasking.ads polyorb-setup.ads polyorb.ads polyorb-orb.ads polyorb-asynch_ev.ads polyorb-annotations.ads polyorb-utils.ads polyorb-utils-chained_lists.ads polyorb-jobs.ads polyorb-binding_data.ads polyorb-components.ads polyorb-sequences.ads polyorb-sequences-unbounded.ads polyorb-exceptions.ads polyorb-any.ads polyorb-smart_pointers.ads polyorb-tasking.ads polyorb-tasking-mutexes.ads polyorb-types.ads polyorb-objects.ads polyorb-transport.ads polyorb-buffers.ads polyorb-opaque.ads polyorb-opaque-chunk_pools.ads polyorb-sockets.ads polyorb-sockets_initialization.ads polyorb-filters.ads polyorb-obj_adapters.ads polyorb-any-nvlist.ads polyorb-servants.ads polyorb-poa_policies.ads polyorb-poa_policies-thread_policy.ads polyorb-references.ads polyorb-utils-strings.ads polyorb-requests.ads polyorb-any-exceptionlist.ads polyorb-task_info.ads polyorb-tasking-condition_variables.ads polyorb-tasking-threads.ads polyorb-utils-simple_flags.ads polyorb-scheduler.ads polyorb-tasking-profiles.ads polyorb-tasking-profiles-ravenscar.ads polyorb-tasking-profiles-ravenscar-threads.ads polyorb-tasking-profiles-ravenscar-index_manager.ads polyorb-tasking-profiles-ravenscar-mutexes.ads polyorb-tasking-profiles-ravenscar-condition_variables.ads polyorb-utils-rt_calendar.ads polyorb-calendar.ads list may be incomplete compilation abandoned mv: cannot stat `tmp2078/polyorb-setup-tasking-ravenscar.o': No such file or directory mv: cannot stat `tmp2078/*': No such file or directory make[2]: *** [polyorb-setup-tasking-ravenscar.lo] Error 1 make[2]: Leaving directory `/home/blc/codes/polyorb-1.1r/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/blc/codes/polyorb-1.1r/src' make: *** [all-recursive] Error 1