[torqueusers] Possible bug in configure script (torque 2.5.5)
Arnau Bria
arnaubria at pic.es
Wed Mar 30 14:35:06 MDT 2011
On Wed, 30 Mar 2011 13:04:53 -0700
Michael Jennings wrote:
> What version of autoconf/autoheader do you have? It works fine here
> with 2.62.
# autoheader --version
autoheader (GNU Autoconf) 2.59
> The problem is that autoheader wasn't run after the new AC_DEFINE was
> added for the TCP retry parameter. autoheader is what adds those
> symbols to src/include/pbs_config.h.in, and since it wasn't in the .in
> file, it can never make it into the final pbs_config.h file.
>
> At least for the 2.5-fixes branch, the src/include/pbs_config.h.in
> file is in SVN, so someone at Adaptive needs to make sure "autoreconf"
> gets run whenever autotools files are changed.
>
> I checked line 1408 of configure.ac, and it looks fine. I'm not sure
> why mkstemp would cause it to error there. I'd suggest two
> possibilities: run "make maintainer-clean" (after first doing
> ./configure --enable-maintainer-mode) and try again, or try a newer
> m4.
I'll try again tomorrow. Will try to update autoheader and if it
doesn't work, I'll try your others suggestions.
Many thanks for your explanations!
> HTH,
> Michael
Cheers,
Arnau
More information about the torqueusers
mailing list