Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822150 - app-misc/tmux-3.2a fails to build (automake version mismatch)
Summary: app-misc/tmux-3.2a fails to build (automake version mismatch)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-06 19:51 UTC by Andreas K. Hüttel
Modified: 2022-04-08 01:21 UTC (History)
2 users (show)

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 Andreas K. Hüttel archtester gentoo-dev 2021-11-06 19:51:28 UTC
* Running eautoreconf in '/var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a' ...
 * Running 'aclocal' ...
 [ ok ]
 * Running 'autoconf --force' ...
 [ ok ]
 * Running 'automake --add-missing --copy --foreign --force-missing' ...
 [ !! ]

 * Failed running 'automake'!
 * 
 * Include in your bug report the contents of:
 * 
 *   /var/tmp/portage/app-misc/tmux-3.2a/temp/automake.out

 * ERROR: app-misc/tmux-3.2a::gentoo failed (prepare phase):
 *   Failed running 'automake'!




***** automake *****
***** PWD: /var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a
***** automake --add-missing --copy --foreign --force-missing

configure.ac:8: error: version mismatch.  This is Automake 1.16.4,
configure.ac:8: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:8: comes from Automake 1.15.1.  You should recreate
configure.ac:8: aclocal.m4 with aclocal and run automake again.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-08 01:21:03 UTC
Works fine for me. 

emerge --info? full build.log? (see list of patches, etc)

Mine:
```
>>> Preparing source in /var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a ...
 * Applying tmux-2.4-flags.patch ...                                                                                                                             [ ok ]
 * Applying tmux-3.2a-Fix-crosscompiling-Marco-A-L-Barbosa.patch ...                                                                                             [ ok ]
 * Running eautoreconf in '/var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a' ...
 * Running 'aclocal --system-acdir=/var/tmp/portage/app-misc/tmux-3.2a/temp/aclocal' ...                                                                         [ ok ]
 * Running 'autoconf --force' ...                                                                                                                                [ ok ]
 * Running 'automake --add-missing --copy --foreign --force-missing' ...                                                                                         [ ok ]
 * Running elibtoolize in: tmux-3.2a/
>>> Source prepared.
/var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a /var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a
/var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a
>>> Configuring source in /var/tmp/portage/app-misc/tmux-3.2a/work/tmux-3.2a ...
 * econf: updating tmux-3.2a/etc/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating tmux-3.2a/etc/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating tmux-3.2a/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating tmux-3.2a/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/tmux-3.2a --htmldir=/usr/share/doc/tmux-3.2a/html --libdir=/usr/lib64 --sysconfdir=/etc --disable-debug --disable-utempter
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
```

Can you still reproduce?