Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752465 - dev-libs/libressl-3.2.2 : configure.ac:21: error: version mismatch. This is Automake 1.16.1,
Summary: dev-libs/libressl-3.2.2 : configure.ac:21: error: version mismatch. This is A...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LibreSSL
URL:
Whiteboard:
Keywords: PMASKED
: 752975 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-11-03 08:18 UTC by Toralf Förster
Modified: 2021-04-30 21:08 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.71 KB, text/plain)
2020-11-03 08:18 UTC, Toralf Förster
Details
dev-libs:libressl-3.2.2:20201102-202212.log (dev-libs:libressl-3.2.2:20201102-202212.log,11.90 KB, text/plain)
2020-11-03 08:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,1.29 KB, text/plain)
2020-11-03 08:18 UTC, Toralf Förster
Details
environment (environment,68.79 KB, text/plain)
2020-11-03 08:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.64 KB, application/x-bzip)
2020-11-03 08:18 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.25 KB, application/x-bzip)
2020-11-03 08:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.01 KB, application/x-bzip)
2020-11-03 08:18 UTC, Toralf Förster
Details
Fix mismatch of automake (0001-dev-libs-libressl-Fix-autoconf-mismatch-for-stable-u.patch,1.00 KB, patch)
2020-11-03 22:38 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-11-03 08:18:42 UTC
make[1]: Entering directory '/var/tmp/portage/dev-libs/libressl-3.2.2/work/libressl-3.2.2-abi_x86_64.amd64/crypto'
 cd /var/tmp/portage/dev-libs/libressl-3.2.2/work/libressl-3.2.2 && /bin/sh /var/tmp/portage/dev-libs/libressl-3.2.2/work/libressl-3.2.2/missing automake-1.16 --foreign crypto/Makefile
configure.ac:21: error: version mismatch.  This is Automake 1.16.1,
configure.ac:21: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:21: comes from Automake 1.16.2.  You should recreate
configure.ac:21: aclocal.m4 with aclocal and run automake again.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20201102-160640

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.8 (fallback)
  [3]   python2.7 (fallback)
Available Rust versions:
  [1]   rust-bin-1.47.0 *

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Nov  2 08:05:23 PM UTC 2020
/var/db/repos/libressl	Sun Oct 18 04:35:14 PM UTC 2020

emerge -qpvO dev-libs/libressl
[ebuild  N    ] dev-libs/libressl-3.2.2  USE="asm -static-libs -test" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-11-03 08:18:44 UTC
Created attachment 669836 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-11-03 08:18:45 UTC
Created attachment 669839 [details]
dev-libs:libressl-3.2.2:20201102-202212.log
Comment 3 Toralf Förster gentoo-dev 2020-11-03 08:18:46 UTC
Created attachment 669842 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-11-03 08:18:48 UTC
Created attachment 669845 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-11-03 08:18:49 UTC
Created attachment 669848 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-11-03 08:18:51 UTC
Created attachment 669851 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-11-03 08:18:52 UTC
Created attachment 669854 [details]
temp.tbz2
Comment 8 Jory A. Pratt gentoo-dev 2020-11-03 22:35:05 UTC
*** Bug 752975 has been marked as a duplicate of this bug. ***
Comment 9 Jory A. Pratt gentoo-dev 2020-11-03 22:38:21 UTC
Created attachment 669962 [details, diff]
Fix mismatch of automake

This is the simple fix to ensure automake is run for stable users.