Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-06-11 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

2008/5/24 Daniel Markstedt:

 $subject

 OSX 10.3.9

 ibg3:~/freeciv-2.1 daniel$ ./autogen.sh + checking for autoconf =
 2.55 ... found 2.57, ok.+ checking for autoheader = 2.55 ... found
 2.57, ok.
 + checking for automake = 1.6 ... found 1.6.3, ok.
 + checking for aclocal = 1.6 ... found 1.6.3, ok.

 I try to setup autoconf 2.57 + automake 1.6.3 environment for myself.
This seems to be either problem with those versions or your local
problem. Has anybody else reproduced this?

 + checking for xgettext = 0.10.36 ... found 0.14.5, ok.
 + checking for msgfmt = 0.10.36 ... found 0.14.5, ok.
 + running aclocal ...
 + running autoheader ...
 + running autoconf ...
 configure.ac:62: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
 configure.ac:204: error: possibly undefined macro: AC_CHECK_LIB
 configure.ac:381: error: possibly undefined macro: AC_CHECK_HEADER

 autoconf failed

 Are m4_includes produced correctly to the end of aclocal.m4:

m4_include([m4/auth.m4])
m4_include([m4/c99.m4])
m4_include([m4/compiler.m4])
m4_include([m4/debug.m4])
m4_include([m4/freetype2.m4])
m4_include([m4/gettimeofday.m4])
m4_include([m4/ggz.m4])
m4_include([m4/glib-gettext.m4])
m4_include([m4/gtk-2.0.m4])
m4_include([m4/gtk2-client.m4])
m4_include([m4/iconv.m4])
m4_include([m4/locale.m4])
m4_include([m4/ngettext.m4])
m4_include([m4/no-client.m4])
m4_include([m4/pkg.m4])
m4_include([m4/readline.m4])
m4_include([m4/sdl-client.m4])
m4_include([m4/sdl.m4])
m4_include([m4/sound.m4])
m4_include([m4/vsnprintf.m4])
m4_include([m4/win32-client.m4])
m4_include([m4/x.m4])
m4_include([m4/xaw-client.m4])


 - ML



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-06-11 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

2008/6/11 Marko Lindqvist:
 2008/5/24 Daniel Markstedt:

 $subject

 OSX 10.3.9

 ibg3:~/freeciv-2.1 daniel$ ./autogen.sh + checking for autoconf =
 2.55 ... found 2.57, ok.+ checking for autoheader = 2.55 ... found
 2.57, ok.
 + checking for automake = 1.6 ... found 1.6.3, ok.
 + checking for aclocal = 1.6 ... found 1.6.3, ok.

  I try to setup autoconf 2.57 + automake 1.6.3 environment for myself.

 I managed to reproduce with those versions. It seems that pkg.m4 is
needed for some reason (I don't know why, but adding it removes the
problem and removing it restores the problem) I'll add pkg.m4
immediately.


 - ML



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-05-25 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

On 5/25/08, Daniel Markstedt [EMAIL PROTECTED] wrote:

  URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 


 On 5/25/08, Daniel Markstedt [EMAIL PROTECTED] wrote:
  
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 
  
  
   On 5/24/08, Marko Lindqvist [EMAIL PROTECTED] wrote:

  
 URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

  2008/5/24 Daniel Markstedt:
  

  Can you test what is last revision that works?

  
  
   Should I test revisions of any other files than autogen.sh?
  


 It doesn't seem to have anything to do with autogen.sh itself. By the
  time of the last revision - 2008-03-18 - I remember it working.


Fresh checkout made no difference. :(



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-05-24 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

$subject

OSX 10.3.9

ibg3:~/freeciv-2.1 daniel$ ./autogen.sh + checking for autoconf =
2.55 ... found 2.57, ok.+ checking for autoheader = 2.55 ... found
2.57, ok.
+ checking for automake = 1.6 ... found 1.6.3, ok.
+ checking for aclocal = 1.6 ... found 1.6.3, ok.
+ checking for xgettext = 0.10.36 ... found 0.14.5, ok.
+ checking for msgfmt = 0.10.36 ... found 0.14.5, ok.
+ running aclocal ...
+ running autoheader ...
+ running autoconf ...
configure.ac:62: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:204: error: possibly undefined macro: AC_CHECK_LIB
configure.ac:381: error: possibly undefined macro: AC_CHECK_HEADER

autoconf failed



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-05-24 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

2008/5/24 Daniel Markstedt:

 OSX 10.3.9

 ibg3:~/freeciv-2.1 daniel$ ./autogen.sh + checking for autoconf =
 2.55 ... found 2.57, ok.+ checking for autoheader = 2.55 ... found
 2.57, ok.

 Is this copy  paste error, or is output really missing newlines?

 + checking for automake = 1.6 ... found 1.6.3, ok.
 + checking for aclocal = 1.6 ... found 1.6.3, ok.
 + checking for xgettext = 0.10.36 ... found 0.14.5, ok.
 + checking for msgfmt = 0.10.36 ... found 0.14.5, ok.
 + running aclocal ...
 + running autoheader ...
 + running autoconf ...
 configure.ac:62: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
 configure.ac:204: error: possibly undefined macro: AC_CHECK_LIB
 configure.ac:381: error: possibly undefined macro: AC_CHECK_HEADER

 autoconf failed

 Are S2_2 and TRUNK affected?

 Can you test what is last revision that works?


 - ML



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-05-24 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

On 5/24/08, Marko Lindqvist [EMAIL PROTECTED] wrote:

  URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

  2008/5/24 Daniel Markstedt:
  
   OSX 10.3.9
  
   ibg3:~/freeciv-2.1 daniel$ ./autogen.sh + checking for autoconf =
   2.55 ... found 2.57, ok.+ checking for autoheader = 2.55 ... found
   2.57, ok.

   Is this copy  paste error, or is output really missing newlines?


An error in the transferring to email. :)

   + checking for automake = 1.6 ... found 1.6.3, ok.
   + checking for aclocal = 1.6 ... found 1.6.3, ok.
   + checking for xgettext = 0.10.36 ... found 0.14.5, ok.
   + checking for msgfmt = 0.10.36 ... found 0.14.5, ok.
   + running aclocal ...
   + running autoheader ...
   + running autoconf ...
   configure.ac:62: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
   configure.ac:204: error: possibly undefined macro: AC_CHECK_LIB
   configure.ac:381: error: possibly undefined macro: AC_CHECK_HEADER
  
   autoconf failed

   Are S2_2 and TRUNK affected?


No.

   Can you test what is last revision that works?


Should I test revisions of any other files than autogen.sh?



   - ML






___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev