Re: gnulib bootstrap fails in wget

2012-07-03 Thread Eric Blake
On 07/03/2012 02:06 PM, Misty De Meo wrote: > Hi, > > Commit d0f486f09869cad33c4a7039d88e45fedd815c23 (which removed several > automake scripts) introduced a regression which causes the bootstrap > script to fail while bootstrapping wget. I haven't debugged this in > depth (the bootstrap script ex

gnulib bootstrap fails in wget

2012-07-03 Thread Misty De Meo
Hi, Commit d0f486f09869cad33c4a7039d88e45fedd815c23 (which removed several automake scripts) introduced a regression which causes the bootstrap script to fail while bootstrapping wget. I haven't debugged this in depth (the bootstrap script exits 1 with no informative message), but I can confirm th

[PATCH] bootstrap: do not require now-removed build-aux/missing

2012-07-03 Thread Jim Meyering
In preparing for a grep release and using the latest from gnulib, I was surprised to see that bootstrap would fail without printing a diagnostic. >From d0ea2a12f6fb377f930886d404f3dfc2a732537d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 3 Jul 2012 22:22:49 +0200 Subject: [PATCH] bootst

Re: alloca in HP NonStop

2012-07-03 Thread Paul Eggert
On 07/03/2012 02:56 AM, Joachim Schmitz wrote: > Or rather: we need that prototype before the pragma OK, in that case we might as well not refactor. I pushed the following instead: --- ChangeLog |7 +++ lib/alloca.in.h |7 +++ 2 files changed, 14 insertions(+), 0 deletions(

RE: alloca in HP NonStop

2012-07-03 Thread Joachim Schmitz
> From: Joachim Schmitz [mailto:j...@schmitz-digital.de] > Sent: Tuesday, July 03, 2012 11:54 AM > To: 'Paul Eggert' > Cc: 'bug-gnulib@gnu.org' > Subject: RE: alloca in HP NonStop > > > From: Paul Eggert [mailto:egg...@cs.ucla.edu] > > Sent: Tuesday, July 03, 2012 10:45 AM > > To: Joachim Schmitz

RE: alloca in HP NonStop

2012-07-03 Thread Joachim Schmitz
> From: Paul Eggert [mailto:egg...@cs.ucla.edu] > Sent: Tuesday, July 03, 2012 10:45 AM > To: Joachim Schmitz > Cc: bug-gnulib@gnu.org > Subject: Re: alloca in HP NonStop > > On 07/02/2012 11:40 PM, Joachim Schmitz wrote: > > I' don't quite understand, why not the entire alloca.in.h is bracketed b

Re: alloca in HP NonStop

2012-07-03 Thread Paul Eggert
On 07/02/2012 11:40 PM, Joachim Schmitz wrote: > I' don't quite understand, why not the entire alloca.in.h is bracketed by > this. > At least now that it is used in 2 places? We can't bracket the entire file, since (as far as I know) it's not safe to put #include inside 'extern "C" { ... }'. How