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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a4848dc63a15e09a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!postnews.google.com!i29g2000prf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Ada in Debian: transition to GCC 4.3 for Lenny Date: Thu, 7 Feb 2008 11:13:17 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1202283933.153968@xnews001> NNTP-Posting-Host: 83.221.215.225 Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1202411597 16465 127.0.0.1 (7 Feb 2008 19:13:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 7 Feb 2008 19:13:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i29g2000prf.googlegroups.com; posting-host=83.221.215.225; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19737 Date: 2008-02-07T11:13:17-08:00 List-Id: On 7 =C6=C5=D7, 21:39, Dirk Heinrichs wrote: > Dirk Heinrichs wrote: > > Ludovic Brenta wrote: > > >> That's a lot of work and, as always, help is more than welcome. > > > Although I'm not a debian user, I appreciate your good work. I usually > > create my own toolchains from gcc sources and recently tried GCC 4.3 fro= m > > SVN as of 28.01.2008. I ran into a nasty GNAT bug error message while > > compiling qtada (the 4.x bindings). Can post the details when I'm back > > home this evening. > > Here is what I get: > > make[3]: Entering directory > `/gentoo/build/qtada-gpl-1.0.2-rc2/examples/main_windows/dock_widgets' > ../../../adacompiler -c -g -O2 -gnat05 -gnatW8 -I. -I. -gnatwG -I../../..= /source/gui -I../../../source/gui -I../../../source/core -I../../../source/c= ore > main_windows-constructors.adb -o main_windows-constructors.o > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3DGNAT BUG DETECTED=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > | 4.3.0 20080127 (experimental) (i686-pc-linux-gnu) Assert_Failure > exp_disp.adb:1114| > | Error detected at main_windows-constructors.adb:57:57 = | > | Please submit a bug report; seehttp://gcc.gnu.org/bugs.html. = | > | Use a subject line meaningful to you and us to track the bug. = | > | Include the entire contents of this bug box in the report. = | > | Include the exact gcc or gnatmake command that you entered. = | > | Also include sources listed below in gnatchop format = | > | (concatenated together with no headers between files). = | > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+= > > Bye... > > Dirk This is known bug in the GCC 4.3.0, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D34290 If you want to use QtAda with GCC GNAT 4.3.0 you may download latest snapshot of the 1.1.0 series from sf.net: http://downloads.sourceforge.net/qtada/qtada-gpl-1.1.0-20080207-2506.tar.gz and ASIS for GNAT: http://downloads.sourceforge.net/qtada/asis-gcc-4.3.0-132166.tar.gz