Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648034 - sys-devel/make-4.2.1-r1: calls aclocal to regenerate
Summary: sys-devel/make-4.2.1-r1: calls aclocal to regenerate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-18 19:29 UTC by *
Modified: 2018-02-19 08:46 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 * 2018-02-18 19:29:05 UTC
Seems the same issue as Bug 647410 but with make. This breaks stage3 of the bootstrap.

>>> Compiling source in /opt/gentoo/var/tmp/portage/sys-devel/make-4.2.1-r1/work/make-4.2.1 ...
make SHELL=/opt/gentoo/tmp/bin/bash -j3
CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/gentoo/tmp/bin/bash /opt/gentoo/var/tmp/portage/sys-devel/make-4.2.1-r1/work/make-4.2.1/config/missing aclocal-1.15 -I config
/opt/gentoo/var/tmp/portage/sys-devel/make-4.2.1-r1/work/make-4.2.1/config/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-19 04:21:40 UTC
commit 7fedeea1187d03f8e755542c2fd4a982e15b9046
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Sun Feb 11 01:08:51 2018 +0100

    sys-devel/make: Fix build and tests with sys-libs/glibc-2.27, bug 646558

    Closes: https://bugs.gentoo.org/646558
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

files/make-4.2.1-glob-v2.patch patches configure.ac. :-\
Comment 2 Larry the Git Cow gentoo-dev 2018-02-19 08:46:03 UTC
The bug has been closed via the following commit(s):

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

commit ab1aff5e6534f82e523cd191cca8230f83c21024
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-02-19 08:45:30 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-02-19 08:45:57 +0000

    sys-devel/make: Revbump to avoid maintainer mode.
    
    Closes: https://bugs.gentoo.org/648034
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../make-3.82-darwin-library_search-dylib.patch    |  4 +--
 sys-devel/make/files/make-4.2.1-glob-v2.patch      | 34 ++++++++++++----------
 .../{make-4.2.1-r1.ebuild => make-4.2.1-r2.ebuild} | 20 ++++++++-----
 3 files changed, 32 insertions(+), 26 deletions(-)