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,75aa6654ad701d51 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail From: george@gentoo.org Newsgroups: comp.lang.ada Subject: Re: gnat-gpl-2007: mlib-tgt problem Date: 25 May 2007 10:15:56 -0700 Organization: http://groups.google.com Message-ID: <1180113356.824168.273080@q75g2000hsh.googlegroups.com> References: <1180019110.056715.114290@w5g2000hsg.googlegroups.com> <4278356.8QSobDa1J9@linux1.krischik.com> <1180037856.855737.290900@m36g2000hse.googlegroups.com> NNTP-Posting-Host: 85.218.50.229 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1180113357 2515 127.0.0.1 (25 May 2007 17:15:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 May 2007 17:15:57 +0000 (UTC) In-Reply-To: <1180037856.855737.290900@m36g2000hse.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en_US, uk, fr, de, ru; rv:1.7.3) Gecko/20040916,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=85.218.50.229; posting-account=Rd6r_Q0AAAA6EEVQqsubWwcFg5gPo_o3 Xref: g2news1.google.com comp.lang.ada:15934 Date: 2007-05-25T10:15:56-07:00 List-Id: Ok, found it. The offender was the gcc-4.1.3/gnattools/configure.in. Just sed through it replacing mlib-tgt.adb with mlib-tgt-specific.tgt and (re)run autoconf (looks like it was not updated when ACT split the mlib-tgt sources). This should allow uninterrupted make bootstrap. The corrected sources (there were also issues with version.c, as usual), with the ada directtory copied over and relevant patch applied (as per ACT's standard build procedure) can be found here: http://dev.gentoo.org/~george/src/gcc-branch-4.1.3.tar.bz2 On a related note: gnat-gpl-4.1.2.2007 has just been added to Gentoo repository :). George