public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: crossgcc maillist <crossgcc@sourceware.org>
Subject: automake 1.15 requirement
Date: Thu, 22 Nov 2018 16:01:00 -0000	[thread overview]
Message-ID: <CAAXf6LU+=DBA0OYh8=52Rmge6MZBPn_C9QPTXuJ+N+2Ow3sQ2w@mail.gmail.com> (raw)

Hello,

I notice the following behavior and would like to check if it is expected.
- If I bootstrap, configure and make on a CentOS 7 system with
automake 1.13, all looks fine.
- If I bootstrap, configure and make on a modern system with automake
1.15, all looks fine.
- but, if I bootstrap on a modern system with automake 1.15, move the
files to a CentOS 7 system with automake 1.13, then configure and
make, the make step fails immediately as follows:

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/repo/tdescham/ctng/crosstool-ng/scripts/missing aclocal-1.15
/repo/tdescham/ctng/crosstool-ng/scripts/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

To be exact, I use the maintainer/create-release.sh script to get a
tarball of crosstool-ng that can then be deployed on different
machines. This means that in order to support CentOS 7 for
crosstool-ng, releases should be created from a similar system, and
not from a more modern system with automake 1.15.

Is this behavior expected? Or is there a solution so that even if
bootstrap happens with automake 1.15, usage with automake 1.13 will
still work?

Thanks,
Thomas

             reply	other threads:[~2018-11-22 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-22 16:01 Thomas De Schampheleire [this message]
     [not found] ` <e72cb78b-a36c-9851-93fb-19674d09c1cd@att.net>
2018-11-26 16:08   ` Thomas De Schampheleire

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAXf6LU+=DBA0OYh8=52Rmge6MZBPn_C9QPTXuJ+N+2Ow3sQ2w@mail.gmail.com' \
    --to=patrickdepinguin@gmail.com \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).