Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647410 - sys-devel/bison-3.0.4-r1: calls aclocal to regenerate
Summary: sys-devel/bison-3.0.4-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-12 12:55 UTC by Fabian Groffen
Modified: 2018-02-20 16:53 UTC (History)
1 user (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 Fabian Groffen gentoo-dev 2018-02-12 12:55:40 UTC
make SHELL=/Volumes/Scratch/Gentoo/bootstrap32-20180211/tmp/bin/bash -j1
CDPATH="${ZSH_VERSION+.}:" && cd . && /Volumes/Scratch/Gentoo/bootstrap32-20180211/tmp/bin/bash /Volumes/Scratch/Gentoo/bootstrap32-20180211/var/tmp/portage/sys-devel/bison-3.0.4-r1/work/bison-3.0.4/build-aux/missing aclocal-1.15 -I m4
/Volumes/Scratch/Gentoo/bootstrap32-20180211/var/tmp/portage/sys-devel/bison-3.0.4-r1/work/bison-3.0.4/build-aux/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>
 * the complete build log and the output of `emerge -pqv '=sys-devel/bison-3.0.4-r1::gentoo_prefix'`.

Oddly enough, only when disabling all patches touches and sed (basically removing entire src_prepare) this problem goes away.
Comment 1 Alexis Ballier gentoo-dev 2018-02-12 12:59:04 UTC
(In reply to Fabian Groffen from comment #0)
> Oddly enough, only when disabling all patches touches and sed (basically
> removing entire src_prepare) this problem goes away.

that's maintainer mode I would say
Comment 2 Larry the Git Cow gentoo-dev 2018-02-18 18:24:41 UTC
The bug has been referenced in the following commit(s):

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

commit 06f54722192f7484965fcbb77355de9a6200f6b8
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-02-18 18:20:21 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-02-18 18:23:03 +0000

    sys-devel/bison: Avoid maintainer-mode.
    
    Bug: https://bugs.gentoo.org/647410
    Bug: https://bugs.gentoo.org/648012
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/bison/bison-3.0.4-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)}
Comment 3 * 2018-02-18 19:29:48 UTC
Fixes it for me, then same issue happens with make, Bug 648034.
Comment 4 Fabian Groffen gentoo-dev 2018-02-20 16:53:16 UTC
fix works, thanks