Re: openmpi: FTBFS: Compilation errors

2010-10-14 Thread Jeff Squyres
On Oct 8, 2010, at 6:41 PM, Eric Blake wrote: > AC_DEFUN([OMPI_F77_GET_ALIGNMENT, [ > AS_VAR_PUSHDEF([type_var], >m4_translit([[ompi_cv_f77_alignment_$1]], [*], [p])) > AS_VAR_SET([$2], [type_var]) Ah -- perfect; thanks! I found a few more cases of this issue (note that the AS_VAR_GET issu

Re: openmpi: FTBFS: Compilation errors

2010-10-09 Thread Ralf Wildenhues
Hi Eric, thank you for looking into this. * Eric Blake wrote on Sat, Oct 09, 2010 at 12:41:39AM CEST: > On 08/18/2010 11:31 AM, Ralf Wildenhues wrote: > > > >[ http://bugs.debian.org/592892 ] > The problem here is that the string: > > ompi_cv_f77_alignment_LOGICAL*1 > > is not a shell literal

Re: openmpi: FTBFS: Compilation errors

2010-10-08 Thread Eric Blake
On 08/18/2010 11:31 AM, Ralf Wildenhues wrote: [ http://bugs.debian.org/592892 ] If I got above right, then I'm cloning this bug for Autoconf and marking it as upstream bug; adding bug-autoconf in Cc:. * Sebastian Andrzej Siewior wrote on Wed, Aug 18, 2010 at 04:53:44PM CEST: config/f77_get_a

Re: openmpi: FTBFS: Compilation errors

2010-08-29 Thread Sebastian Andrzej Siewior
* Jeff Squyres | 2010-08-27 13:57:37 [-0400]: >On Aug 18, 2010, at 9:03 PM, Russ Allbery wrote: > >>>$2=AS_VAR_GET([type_var]) > >This was the badness, as pointed out by Ralf here: > >http://www.open-mpi.org/community/lists/devel/2010/08/8292.php > >Fix will committed to upstream SVN this

Re: openmpi: FTBFS: Compilation errors

2010-08-27 Thread Jeff Squyres
On Aug 18, 2010, at 9:03 PM, Russ Allbery wrote: >>$2=AS_VAR_GET([type_var]) This was the badness, as pointed out by Ralf here: http://www.open-mpi.org/community/lists/devel/2010/08/8292.php Fix will committed to upstream SVN this evening; a patch for the v1.4 series is already availab

Re: openmpi: FTBFS: Compilation errors

2010-08-18 Thread Russ Allbery
Ralf Wildenhues writes: > Well, AS_VAR_GET is (intentionally) undocumented, so your use of > AS_VAR_COPY is the right thing to do (which is why I'll leave the > original bug for openmpi). Still, this is a regression in upstream > Autoconf that I think should be fixed. The issue is that '*' need

openmpi: FTBFS: Compilation errors

2010-08-18 Thread Ralf Wildenhues
clone 592892 -1 reassign -1 autoconf retitle -1 AS_VAR_GET regression tags -1 + upstream thanks [ http://bugs.debian.org/592892 ] If I got above right, then I'm cloning this bug for Autoconf and marking it as upstream bug; adding bug-autoconf in Cc:. * Sebastian Andrzej Siewior wrote on Wed, Aug