Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834638 - app-containers/catatonit-0.1.7: configure.ac:34: error: AM_INIT_AUTOMAKE expanded multiple times
Summary: app-containers/catatonit-0.1.7: configure.ac:34: error: AM_INIT_AUTOMAKE expa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 818094
  Show dependency tree
 
Reported: 2022-03-05 23:31 UTC by Kobboi
Modified: 2022-03-06 19:18 UTC (History)
3 users (show)

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


Attachments
build.log.gz (build.log.gz,726 bytes, application/gzip)
2022-03-05 23:31 UTC, Kobboi
Details
emerge-info.txt (emerge-info.txt,8.00 KB, text/plain)
2022-03-05 23:31 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2022-03-05 23:31:28 UTC
* Package:    app-containers/catatonit-0.1.7
 * Repository: gentoo
 * Maintainer: zmedico@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   compressdebug installsources network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
autoreconf-2.71: export WARNINGS=
autoreconf-2.71: Entering directory '.'
autoreconf-2.71: configure.ac: not using Gettext
autoreconf-2.71: running: aclocal --force 
configure.ac:34: error: AM_INIT_AUTOMAKE expanded multiple times
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:19: the top level
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:34: the top level
autom4te-2.71: error: /usr/bin/m4 failed with exit status: 1
aclocal-1.16: error: /usr/bin/autom4te-2.71 failed with exit status: 1
autoreconf-2.71: error: aclocal failed with exit status: 1
 * ERROR: app-containers/catatonit-0.1.7::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 127:  Called src_configure
 *   environment, line 614:  Called die
 * The specific snippet of code:
 *       ./autogen.sh || die;
 * 
 * If you need support, post the output of `emerge --info '=app-containers/catatonit-0.1.7::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-containers/catatonit-0.1.7::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-containers/catatonit-0.1.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-containers/catatonit-0.1.7/temp/environment'.
 * Working directory: '/var/tmp/portage/app-containers/catatonit-0.1.7/work/catatonit-0.1.7'
 * S: '/var/tmp/portage/app-containers/catatonit-0.1.7/work/catatonit-0.1.7'


Reproducible: Always
Comment 1 Kobboi 2022-03-05 23:31:51 UTC
Created attachment 766366 [details]
build.log.gz
Comment 2 Kobboi 2022-03-05 23:31:54 UTC
Created attachment 766367 [details]
emerge-info.txt
Comment 4 Kobboi 2022-03-06 15:40:33 UTC
Thanks, patch works fine. I assume zmedico will address this shortly?
Comment 5 Larry the Git Cow gentoo-dev 2022-03-06 19:18:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7185cbbdaba7f500bec49bdfa5fcc247d88df5

commit ea7185cbbdaba7f500bec49bdfa5fcc247d88df5
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-03-06 19:17:11 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-03-06 19:17:17 +0000

    app-containers/catatonit: Fix AM_INIT_AUTOMAKE error
    
    Closes: https://bugs.gentoo.org/834638
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-containers/catatonit/Manifest               | 1 +
 app-containers/catatonit/catatonit-0.1.7.ebuild | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)