Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417381 - x11-themes/gnome-icon-theme-3.4.0: Failed Running automake
Summary: x11-themes/gnome-icon-theme-3.4.0: Failed Running automake
Status: RESOLVED DUPLICATE of bug 417015
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 14:32 UTC by Martin von Gagern
Modified: 2012-06-02 20:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2012-05-24 14:32:40 UTC
Emerge dies with:

>>> Preparing source in /var/tmp/portage/x11-themes/gnome-icon-theme-3.4.0/work/gnome-icon-theme-3.4.0 ...
 * Fixing OMF Makefiles ...
 [ ok ]
 * Applying gnome-icon-theme-2.91.7-update-cache.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/x11-themes/gnome-icon-theme-3.4.0/work/gnome-icon-theme-3.4.0' ...
 * Running intltoolize --automake --copy --force ...
 [ ok ]
 * Running aclocal ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running automake --add-missing --copy --foreign ...
 [ !! ]

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/x11-themes/gnome-icon-theme-3.4.0/temp/automake.out

and the content of that file is:

***** automake *****
***** PWD: /var/tmp/portage/x11-themes/gnome-icon-theme-3.4.0/work/gnome-icon-theme-3.4.0
***** automake --add-missing --copy --foreign

configure.ac:8: version mismatch.  This is Automake 1.11.5,
configure.ac:8: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:8: comes from Automake 1.11.1.  You should recreate
configure.ac:8: aclocal.m4 with aclocal and run automake again.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-24 17:25:31 UTC

*** This bug has been marked as a duplicate of bug 417015 ***
Comment 2 Juergen Rose 2012-06-02 13:25:24 UTC
I have the same error.
Comment 3 Juergen Rose 2012-06-02 13:37:29 UTC
And it seems me, that I habe already the patched version of autotools-utils.eclass.

root@orca:/root(5)# grep -C 5 eaclocal /usr/portage/eclass/autotools-utils.eclass
# @DESCRIPTION:
# Reconfigure the sources (like gnome-autogen.sh or eautoreconf).
autotools-utils_autoreconf() {
        debug-print-function ${FUNCNAME} "$@"

        # Override this func to not require unnecessary eaclocal calls.
        autotools_check_macro() {
                local x

                # Add a few additional variants as we don't get expansions.
                [[ ${1} = AC_CONFIG_HEADERS ]] && set -- "${@}" \
--
        if [[ $(autotools_check_macro AC_PROG_LIBTOOL AM_PROG_LIBTOOL LT_INIT) ]]
        then
                _elibtoolize --copy --force --install
        fi

        eaclocal
        eautoconf
        eautoheader
        FROM_EAUTORECONF=sure eautomake

        local x
Comment 4 Juergen Rose 2012-06-02 20:32:29 UTC
After reemerging m4, automake and autoconf I could again reemerge gnome-icon-theme-3.4.0.