From patchwork Thu Nov 9 07:28:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Koenig X-Patchwork-Id: 836211 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-466358-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="F5B1NtxJ"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yXZXs3Gt7z9sRm for ; Thu, 9 Nov 2017 18:28:57 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=gxThn3/9Lx4JHpqL9skIo7/JDTdngc1zgfPtANV2U4v2p3w8ky oJEagyoDGQ+QE1SFxyW4KmgXnsQebdYtF5n98BeFU7Zccbm0asDi0pkksRP2KyUr Z0iwrcRNon5u6meMzit14iF/mpdtMnr5+DjpyhSUcvpf2JfZodxTJDjcQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=95mXRtTATcFFMogXuiTNI2Ym+Uo=; b=F5B1NtxJnTbrzx6Rbv9+ 0JWLgKMutwRhyP6q2QEoLX4FCXZqlK2ybRfZVqu877DGep7TGo+YKeXWxCYbgbOE yodp6R22UD25byI6TAY0AjZ2a/sSVQUPvO1enZHOkM6dNEYPxZyqOkIbGReHPCNz dCG71cHkpEmlOtTWmNAbPas= Received: (qmail 62794 invoked by alias); 9 Nov 2017 07:28:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 62754 invoked by uid 89); 9 Nov 2017 07:28:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-12.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=dvi, U*tkoenig, tkoeniggccgnuorg, tkoenig@gcc.gnu.org X-HELO: cc-smtpout2.netcologne.de Received: from cc-smtpout2.netcologne.de (HELO cc-smtpout2.netcologne.de) (89.1.8.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Nov 2017 07:28:43 +0000 Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 71AFB12834 for ; Thu, 9 Nov 2017 08:28:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin3.netcologne.de (Postfix) with ESMTP id 6F5CB11DC1 for ; Thu, 9 Nov 2017 08:28:38 +0100 (CET) Received: from [78.35.138.12] (helo=cc-smtpin3.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 5a0403a6-02b7-7f0000012729-7f000001845f-1 for ; Thu, 09 Nov 2017 08:28:38 +0100 Received: from [192.168.178.20] (xdsl-78-35-138-12.netcologne.de [78.35.138.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA for ; Thu, 9 Nov 2017 08:28:38 +0100 (CET) To: gcc-patches From: Thomas Koenig Subject: [patch, doc] Document that new Perl version breaks required automake Message-ID: Date: Thu, 9 Nov 2017 08:28:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 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 PR bootstrap/82856 doc/install.texi: Document incompatibility of Perl >=5.6.26 with the required version of automake 1.11.6. 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}.