[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Build failure, git repo.



Peter TB Brett:
...
> [peter@harrington gaf (master)]$ automake --version | head -n1
> automake (GNU automake) 1.11
> 
> Ergo, your automake is generating garbage output.  Unbreak it and try again?  
> This is probably the root cause of many of the problems you seem to have been 
> having in the last few days.

Yes, probably, but I have tried automake/aclocal 1.9.6, 1.10.1 and now 1.11,
autoconf 2.60, 2.61, and 2.64.

  $ rm configure.ac
  $ find . -newer .git/ORIG_HEAD -type f | xargs rm
  $ git-pull 
  Updating a7c7e96..b1a6445
  configure.ac: needs update
  Fast forward
   configure.ac |    1 +
   1 files changed, 1 insertions(+), 0 deletions(-)
  $ ./autogen.sh 
...
  You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
  Putting files in AC_CONFIG_AUX_DIR, `build-tools'.
  autogen.sh: running /usr/local/bin/aclocal ...
  autogen.sh: running /usr/bin/autoheader ...
  autogen.sh: running /usr/local/bin/automake ...
  libgeda/docs/images/Makefile.am:24: `%'-style pattern rules are a GNU make extension
  libgeda/docs/images/Makefile.am:27: `%'-style pattern rules are a GNU make extension
  autogen.sh: running /usr/bin/autoconf ...
  configure.ac:45: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
	If this token and others are legitimate, please use m4_pattern_allow.
	See the Autoconf documentation.
  configure.ac:46: error: possibly undefined macro: AC_DISABLE_STATIC
  configure.ac:47: error: possibly undefined macro: AC_PROG_LIBTOOL
  ***Error*** autogen.sh: /usr/bin/autoconf failed with exit status 1
  $

 Maybe it is libtool, above is for 1.5.26.

  $ libtool --version
  ltmain.sh (GNU libtool) 2.2.6
  Written by Gordon Matzigkeit <gord@xxxxxxxxxxxxxx>, 1996

  Copyright (C) 2008 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  $ cd Net/git/gaf/
  $ find . -newer .git/ORIG_HEAD -type f | xargs rm
  $ ./autogen.sh 
  checking for ./configure.ac ... yes
...
  libgeda/docs/images/Makefile.am:24: `%'-style pattern rules are a GNU make extension
  libgeda/docs/images/Makefile.am:27: `%'-style pattern rules are a GNU make extension
  autogen.sh: running /usr/bin/autoconf ...
  $ ./configure 
  checking for a BSD-compatible install... /usr/bin/install -c
...
  checking where the gettext function comes from... libc
  checking for gettext... /usr/bin/gettext
  ./configure: line 17247: PKG_PROG_PKG_CONFIG: command not found
  ./configure: line 17260: syntax error near unexpected token `GUILE,'
  ./configure: line 17260: `  PKG_CHECK_MODULES(GUILE, guile-1.8 , ,'
  $

The same goes for version 2.2.
Well, enought for today.

Regards,
/Karl

-----------------------------------------------------------------------
Karl Hammar                    Aspö Data               karl@xxxxxxxxxxx
Lilla Aspö 148                                                 Networks
S-742 94 Östhammar          +46  173 140 57                   Computers
Sweden                     +46  70 511 97 84                 Consulting
-----------------------------------------------------------------------

_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user