X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com From: "Pierre Muller" To: References: <83hbvj80ht DOT fsf AT gnu DOT org> <93c172b50909040715n791c007ema4715db95e946e2e AT mail DOT gmail DOT com> <4AA75A7C DOT 3000505 AT iki DOT fi> In-Reply-To: <4AA75A7C.3000505@iki.fi> Subject: RE: Building latest GDB snapshots Date: Wed, 9 Sep 2009 11:19:01 +0200 Message-ID: <002101ca312e$9203ce20$b60b6a60$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 thread-index: AcoxIC0rMD0gtl3SRSWVGfSJF4eU+gADi8lg Content-Language: en-us X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::155]); Wed, 09 Sep 2009 11:19:02 +0200 (CEST) X-Virus-Scanned: ClamAV 0.94.2/9786/Wed Sep 9 04:58:04 2009 on mr5.u-strasbg.fr X-Virus-Status: Clean X-Spam-Status: No, score=-100.0 required=5.0 tests=USER_IN_WHITELIST autolearn=disabled version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mr5.u-strasbg.fr Reply-To: djgpp-workers AT delorie DOT com This is great, with that patch, I am able to compile in all configurations that failed before: it works in a separate directory for a tarball and it also works for direct CVS head. Thanks, Pierre > -----Message d'origine----- > De=A0: Saunalahti [mailto:andris DOT pavenis AT iki DOT fi] > Envoy=E9=A0: Wednesday, September 09, 2009 9:34 AM > =C0=A0: djgpp-workers AT delorie DOT com > Objet=A0: Re: Building latest GDB snapshots >=20 > 4.9.2009 17:15, Rugxulo kirjoitti: > > Hi, :-) > > > > On Fri, Sep 4, 2009 at 5:31 AM, Eli Zaretskii wrote: > > > >> Can someone build the latest GDB CVS snapshots with DJGPP? > >> > > > > Wow, you sound exasperated! Yes, it's a very annoying bug, and > > apparently it's existed since 2004 (hi, Gordon!). No fix yet (Bash > > source is confusing!), but we do mostly know where the problem lies. > > > > http://www.delorie.com/djgpp/mail- > archives/browse.cgi?p=3Ddjgpp/2006/08/08/16:37:27 > > http://www.delorie.com/djgpp/mail- > archives/browse.cgi?p=3Ddjgpp/2006/08/20/11:54:36 > > http://lists.gnu.org/archive/html/bug-autoconf/2009-08/msg00066.html > > > > For now, I suggest the wonderful workaround of putting "( " and " )" > > around the "return $ac_retval" portions. That seems to make it work > > for DJGPP Bash, at least. (I guess you didn't notice my similar = issue > > when ZILE upgraded to AutoConf 2.64, heh.) > > > > > I have not tested with development version of GDB, but could You try > attached patch for DJGPP port > of bash-2.0.5b. It seems to fix problem mentioned in these old > messages. >=20 > The problem was with longjmp() after return from procedure which saved > state using setjmp(). >=20 > Andris.