[livesupport-dev] LS gentoo build problems
  • Finally I got some time to start building the beast and hit on some
    autoconf-automake problem.

    I have set up env variables WANT_AUTOCONF=2.5 and WANT_AUTOMAKE=1.8
    Sources are latest CVS and I have following error log with make setup:

    ./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/repos/livesupport/modules/core/tmp/aclocal.m4
    /usr/share/aclocal/xmms.m4:17: warning: underquoted definition of
    XMMS_TEST_VERSION
    run info '(automake)Extending aclocal'
    or see
    http://sources.redhat.com/automake/automake.html#Extending%20aclocal
    /usr/share/aclocal/xmms.m4:62: warning: underquoted definition of
    AM_PATH_XMMS
    /usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of
    AM_OPTIONS_WXCONFIG
    /usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of
    AM_PATH_WXCONFIG
    /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of
    AM_PATH_SMPEG
    /usr/share/aclocal/nspr.m4:8: warning: underquoted definition of
    AM_PATH_NSPR
    /usr/share/aclocal/movtar.m4:14: warning: underquoted definition of
    MOVTAR_TEST_VERSION
    /usr/share/aclocal/movtar.m4:59: warning: underquoted definition of
    AM_PATH_MOVTAR
    /usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
    /usr/share/aclocal/linc.m4:1: warning: underquoted definition of
    AM_PATH_LINC
    /usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of
    AM_PATH_LIBMIKMOD
    /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
    AM_PATH_LIBMCRYPT
    /usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of
    AM_PATH_LIBGCRYPT
    /usr/share/aclocal/libfame.m4:6: warning: underquoted definition of
    AM_PATH_LIBFAME
    /usr/share/aclocal/libart.m4:11: warning: underquoted definition of
    AM_PATH_LIBART
    /usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of
    AM_PATH_LIBOGGFLAC
    /usr/share/aclocal/libOggFLAC++.m4:8: warning: underquoted definition of
    AM_PATH_LIBOGGFLACPP
    /usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of
    AM_PATH_LIBIDL
    /usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of
    AM_PATH_LIBFLAC
    /usr/share/aclocal/libFLAC++.m4:8: warning: underquoted definition of
    AM_PATH_LIBFLACPP
    /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of
    AM_PATH_IMLIB
    /usr/share/aclocal/imlib.m4:167: warning: underquoted definition of
    AM_PATH_GDK_IMLIB
    /usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
    /usr/share/aclocal/gst-element-check-0.6.m4:7: warning: underquoted
    definition of AM_GST_ELEMENT_CHECK
    /usr/share/aclocal/glib.m4:8: warning: underquoted definition of
    AM_PATH_GLIB
    /usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of
    AM_PATH_GDK_PIXBUF
    /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
    AC_CHECK_FT2
    /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
    AM_PATH_AUDIOFILE
    /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
    /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of
    AM_PATH_AALIB
    /usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of
    AM_PATH_ORBIT
    autoheader /home/repos/livesupport/modules/core/etc/configure.ac
    aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
    directory
    autom4te-2.59: /usr/bin/m4 failed with exit status: 1
    autoheader-2.59: /usr/bin/autom4te-2.59 failed with exit status: 1
    autoconf -I /home/repos/livesupport/modules/core/tmp -o
    /home/repos/livesupport/modules/core/tmp/configure
    /home/repos/livesupport/modules/core/etc/configure.ac
    aclocal.m4:14: /usr/bin/m4: Cannot open acinclude.m4: No such file or
    directory
    autom4te-2.59: /usr/bin/m4 failed with exit status: 1
    ./modules/core/bin/autogen.sh: line 94:
    /home/repos/livesupport/modules/core/tmp/configure: No such file or
    directory
    make: *** [tmp/modules_setup.stamp] Error 127


    Any ideas?

    --

    Andres Toomsalu, andres@active.ee
    juhataja - general manager, O
  • 3 Comments sorted by
  • > I have set up env variables WANT_AUTOCONF=2.5 and WANT_AUTOMAKE=1.8

    Try automake 1.7 or lower. Also, check your automake version after the
    export WANT_AUTOMAKE; it sometimes does not work. See the discussion in
    this bug report:
    http://bugs.campware.org/view.php?id=537

    Ferenc

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Yep,
    export WANT_AUTOMAKE=1.7
    export WANT_AUTOCONF=2.5

    helped to get past this one...

    Ferenc Gerlits wrote:

    >> I have set up env variables WANT_AUTOCONF=2.5 and WANT_AUTOMAKE=1.8
    >
    >
    > Try automake 1.7 or lower. Also, check your automake version after
    > the export WANT_AUTOMAKE; it sometimes does not work. See the
    > discussion in this bug report:
    > http://bugs.campware.org/view.php?id=537
    >
    > Ferenc
    >


    --

    Andres Toomsalu, andres@active.ee
    juhataja - general manager, O
  • Andres Toomsalu wrote:
    > Yep,
    > export WANT_AUTOMAKE=1.7

    BTW, I just removed the requirement for automake <= 1.7. now it should
    work with 1.8 or higher as well...


    Akos

    ------------------------------------------
    Posted to Phorum via PhorumMail