My attempts at making another build failed again today, pretty much at the
same place where they failed yesterday. I'm not exactly sure what I'm
missing, as I've installed everything that's in the 'getting started' docs.
The error message is below. - doug
==================
doxytag -t ./doc/doxygen/xmlrpc++.tag
./usr/share/doc/xmlrpc++/XmlRpcServerMethod_8h-source.html
./usr/share/doc/xmlrpc++/classXmlRpc_1_1XmlRpcServerMethod.html
./usr/share/doc/xmlrpc++/classXmlRpc_1_1XmlRpcServerMethod-members.html
Parsing file XmlRpcServerMethod_8h-source.html...
Parsing file classXmlRpc_1_1XmlRpcServerMethod.html...
Parsing file classXmlRpc_1_1XmlRpcServerMethod-members.html...
touch ./tmp/doxytag_setup.stamp
./modules/core/bin/autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./modules/core/bin/autogen.sh
command line.
Generating configuration files for Core, please wait....
aclocal
--output=/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/aclocal.m4
/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%20aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
/usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of
AM_PATH_GTKGL
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gob.m4:7: warning: underquoted definition of GOB_HOOK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
/usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of
AM_PATH_DOTCONF
autoheader
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/etc/configure.ac
aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
directory
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
autoconf -I
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp -o
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/configure
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/etc/configure.ac
aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
directory
autom4te: /usr/bin/m4 failed with exit status: 1
./modules/core/bin/autogen.sh: line 94:
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/configure:
No such file or directory
make[1]: *** [tmp/modules_setup.stamp] Error 127
make[1]: Leaving directory
`/home/douglas/ls/deb/debian_build/livesupport-0.9.9a'
make: *** [build-arch-stamp] Error 2 root@chachi:/home/douglas/ls/deb/debian_build/livesupport-0.9.9a #
------------------------------------------
Posted to Phorum via PhorumMail
This could be the infamous aclocal problem: http://bugs.campware.org/view.php?id=537
Check your automake version (automake --version); it should be _less_
than 1.9.
Ferenc
------------------------------------------
Posted to Phorum via PhorumMail
Here's the output of autogen.sh, for what it's worth. - doug
root@chachi:/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/bin
# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for Core, please wait....
aclocal
--output=/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/aclocal.m4
/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%20aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
/usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of
AM_PATH_GTKGL
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gob.m4:7: warning: underquoted definition of GOB_HOOK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
/usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of
AM_PATH_DOTCONF
autoheader
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/etc/configure.ac
aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
directory
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
autoconf -I
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp -o
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/configure
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/etc/configure.ac
aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
directory
autom4te: /usr/bin/m4 failed with exit status: 1
./autogen.sh: line 94:
/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/tmp/configure:
No such file or directory root@chachi:/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/bin
# autoconf --versionautoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 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. root@chachi:/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/bin
# xmlrpc++ --versionbash: xmlrpc++: command not found root@chachi:/home/douglas/ls/deb/debian_build/livesupport-0.9.9a/modules/core/bin
#
------------------------------------------
Posted to Phorum via PhorumMail
It could still be that; all I know is 1.9 does not work, and 1.7 does.
It's possible we need to change the "< 1.9" requirement to "<= 1.7".
Try using automake 1.7; there are two methods described in the bug http://bugs.campware.org/view.php?id=537
See Akos's posts 01-10-05 12:18, 12:28 and 13:43.
Ferenc
Douglas.Arellanes@mdlf.org wrote:
> automake --version shows 1.85. Hm. -doug
>
>
> *Ferenc Gerlits *
> 06/09/2005 02:24 PM ZE2
> Please respond to livesupport-dev
>
> To: livesupport-dev@campware.org
> cc:
> bcc:
> Subject: Re: [livesupport-dev] build failed again
>
>
> This could be the infamous aclocal problem:
> http://bugs.campware.org/view.php?id=537
> Check your automake version (automake --version); it should be _less_
> than 1.9.
>
> Ferenc
>
------------------------------------------
Posted to Phorum via PhorumMail