[mb-devel] libmusicbrainz3 testing

Robert Kaye rob at eorbit.net
Wed Aug 2 07:16:35 UTC 2006


No dice so far. :(

Here are two autogen.sh runs that failed:

Mac OS X 10.3, with gcc 3.3, glibtool 1.5, autoconf 2.57,  automake 
1.6.3

Checked out revision 8310.
septo:~/musicbrainz->cd libmb3/
septo:~/musicbrainz/libmb3->./autogen.sh
Generating configuration files for musicbrainz, please wait....
   aclocal
aclocal: configure.ac: 47: macro `AM_PATH_CPPUNIT' not found in library
   autoheader
   glibtoolize --automake --force
   automake --add-missing
configure.ac:11: `automake requires `AM_CONFIG_HEADER', not 
`AC_CONFIG_HEADER'
configure.ac:10: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.ac:10: probably because aclocal.m4 is missing...
configure.ac:10: You should run aclocal to create this file, then
configure.ac:10: run automake again.
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
examples/Makefile.am: installing `./depcomp'
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
   autoconf
configure.ac:10: error: possibly undefined macro: AM_INIT_AUTOMAKE
       If this token and others are legitimate, please use 
m4_pattern_allow.
       See the Autoconf documentation.
configure.ac:13: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:31: error: possibly undefined macro: AC_MSG_RESULT
configure.ac:33: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:37: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:47: error: possibly undefined macro: AM_PATH_CPPUNIT
configure.ac:48: error: possibly undefined macro: AC_MSG_WARN
configure.ac:57: error: possibly undefined macro: AC_DEFINE
septo:~/musicbrainz/libmb3->

Linux Ubuntu Breezy (test.mb.org). gcc 3.4.4, automake 1.9.4, libtool 
1.5.6, autoconf 2.59

grunt:~/musicbrainz/libmb3->./autogen.sh
Generating configuration files for musicbrainz, please wait....
   aclocal
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of 
XIPH_PATH_VORBIS
   run info '(automake)Extending aclocal'
   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of 
PKG_CHECK_MODULES
/usr/share/aclocal/gnucash.m4:9: warning: underquoted definition of 
AM_PATH_GNUCASH
/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of 
AC_GWRAP_CHECK_GUILE
/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of 
AM_PATH_GWRAP
aclocal:configure.ac:47: warning: macro `AM_PATH_CPPUNIT' not found in 
library
   autoheader
   libtoolize --automake --force
   automake --add-missing
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
examples/Makefile.am: installing `./depcomp'
   autoconf
configure.ac:47: error: possibly undefined macro: AM_PATH_CPPUNIT
       If this token and others are legitimate, please use 
m4_pattern_allow.
       See the Autoconf documentation.

--

--ruaok         Somewhere in Texas a village is *still* missing its 
idiot.

Robert Kaye     --     rob at eorbit.net     --    http://mayhem-chaos.net




More information about the MusicBrainz-devel mailing list