From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29370 invoked by alias); 30 May 2018 17:59:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 29352 invoked by uid 89); 30 May 2018 17:59:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,SPF_PASS autolearn=ham version=3.3.2 spammy=Phil, HX-BESS-Outbound-Spam-Status:scores, HX-BESS-Outbound-Spam-Report:description, Doug X-HELO: 9pmail.ess.barracuda.com Received: from 9pmail.ess.barracuda.com (HELO 9pmail.ess.barracuda.com) (64.235.154.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 May 2018 17:59:21 +0000 Received: from mipsdag02.mipstec.com (mail2.mips.com [12.201.5.32]) by mx1402.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=NO); Wed, 30 May 2018 17:59:12 +0000 Received: from [10.20.78.15] (10.20.78.15) by mipsdag02.mipstec.com (10.20.40.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Wed, 30 May 2018 10:59:15 -0700 Date: Wed, 30 May 2018 17:59:00 -0000 From: "Maciej W. Rozycki" To: Doug Evans , Phil Muldoon CC: Subject: Documentation build regressions Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: mipsdag02.mipstec.com (10.20.40.47) To mipsdag02.mipstec.com (10.20.40.47) X-BESS-ID: 1527703152-321458-12285-12240-1 X-BESS-VER: 2018.6-r1805181819 X-BESS-Apparent-Source-IP: 12.201.5.32 X-BESS-Outbound-Spam-Score: 1.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.193540 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 MAILTO_TO_SPAM_ADDR META: Includes a link to a likely spammer email 0.00 BSF_BESS_OUTBOUND META: BESS Outbound 1.00 BSF_SC0_SA620b META: Custom Rule SA620b X-BESS-Outbound-Spam-Status: SCORE=1.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=MAILTO_TO_SPAM_ADDR, BSF_BESS_OUTBOUND, BSF_SC0_SA620b X-BESS-BRTS-Status:1 X-SW-Source: 2018-05/txt/msg00030.txt.bz2 Hi, I haven't run `make pdf' for a while and consequently I have only now noticed that it does not work anymore as TeX chokes on input. I have tracked down the two offending commits to be: commit e698b8c41cbb2648a11a2ae806922c44d1482aed Author: Doug Evans Date: Tue Jun 3 00:29:49 2014 -0700 Add command support for Guile. for a failure in `guile.texi': .../gdb/doc/guile.texi:1711: Unbalanced parentheses in @def. @badparencount ...{Unbalanced parentheses in @def} @global @parencount =0 @checkparencounts ...ount =0 @else @badparencount @fi @ifnum @brackcount =0 ... @printdefunline ...enalty 10002 @checkparencounts @endgroup l.1711 ...x? prefix@r{]} @r{[}#:doc doc-string{]}) ? and: commit 824cc835aa9a4d585d955db4ab2a5dd4c17cc22c Author: Phil Muldoon Date: Thu Dec 7 16:47:33 2017 +0000 Implement explicit locations for Python breakpoints. for a failure in `python.texi': .../gdb/doc/python.texi:4881: Unbalanced square braces in @def. @badbrackcount ...nbalanced square braces in @def} @global @brackcount =0 @checkparencounts ...ount =0 @else @badbrackcount @fi @printdefunline ...enalty 10002 @checkparencounts @endgroup l.4881 ...n @r{]}, label @r{]}, line @r{]]]]]]]]}) ? The latter file and offending line has been modified since and still fails in a similar manner. If I revert both files to just before the respective commits, then `make pdf' succeeds. This is with: This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) You surely must have verified your changes before committing and the former one is especially old, so am I missing something? I find it hard to believe nobody has tripped over it so far. Maciej