public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch, doc] Document that new Perl version breaks required automake
@ 2017-11-09  9:12 Thomas Koenig
  2017-11-16 19:06 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koenig @ 2017-11-09  9:12 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

Hello world,

while PR 82856 remains unsolved so far, this documentation patch at
least points people into the right direction if --enable-maintainer-mode
fails due to the incompatibility of the latest Perl version with
the required automkake version.

Tested with "make dvi" and "make pdf". OK for trunk?

2017-11-09  Thomas Koenig  <tkoenig@gcc.gnu.org>

         PR bootstrap/82856
         doc/install.texi: Document incompatibility of Perl >=5.6.26
         with the required version of automake 1.11.6.


[-- Attachment #2: p-doc.diff --]
[-- Type: text/x-patch, Size: 1202 bytes --]

Index: doc/install.texi
===================================================================
--- doc/install.texi	(Revision 254408)
+++ doc/install.texi	(Arbeitskopie)
@@ -324,7 +324,7 @@ Necessary (only on some platforms) to untar the so
 systems' @command{tar} programs will also work, only try GNU
 @command{tar} if you have problems.
 
-@item Perl version 5.6.1 (or later)
+@item Perl version between 5.6.1 and 5.6.24
 
 Necessary when targeting Darwin, building @samp{libstdc++},
 and not using @option{--disable-symvers}.
@@ -338,6 +338,8 @@ Necessary when generating manpages from Texinfo ma
 Used by various scripts to generate some files included in SVN (mainly
 Unicode-related and rarely changing) from source tables.
 
+Used by @command{automake}.
+
 @end table
 
 Several support libraries are necessary to build GCC, some are required,
@@ -420,6 +422,9 @@ the 1.11 series, which is currently 1.11.6.  When
 to a newer version, please update all the directories using an older 1.11
 to the latest released version.
 
+Note that @command{automake} 1.11.6 is incompatible with
+@command{perl} version 5.6.26.
+
 @item gettext version 0.14.5 (or later)
 
 Needed to regenerate @file{gcc.pot}.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch, doc] Document that new Perl version breaks required automake
  2017-11-09  9:12 [patch, doc] Document that new Perl version breaks required automake Thomas Koenig
@ 2017-11-16 19:06 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2017-11-16 19:06 UTC (permalink / raw)
  To: Thomas Koenig, gcc-patches

On 11/09/2017 12:28 AM, Thomas Koenig wrote:
> Hello world,
> 
> while PR 82856 remains unsolved so far, this documentation patch at
> least points people into the right direction if --enable-maintainer-mode
> fails due to the incompatibility of the latest Perl version with
> the required automkake version.
> 
> Tested with "make dvi" and "make pdf". OK for trunk?
> 
> 2017-11-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
> 
>         PR bootstrap/82856
>         doc/install.texi: Document incompatibility of Perl >=5.6.26
>         with the required version of automake 1.11.6.
> 
OK.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-16 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09  9:12 [patch, doc] Document that new Perl version breaks required automake Thomas Koenig
2017-11-16 19:06 ` Jeff Law

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).