Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 5A43F1337C60 for ; Tue, 5 Apr 2011 23:16:55 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 88112-04-4 for ; Wed, 6 Apr 2011 02:16:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com [209.85.161.46]) by mail.postgresql.org (Postfix) with ESMTP id 9D5BC1337BFE for ; Tue, 5 Apr 2011 23:16:06 -0300 (ADT) Received: by fxm17 with SMTP id 17so688045fxm.19 for ; Tue, 05 Apr 2011 19:16:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=sYL2Z1G6kGOQ7rCIKkozfgWr96QOR6VCqhnFxMgCGlA=; b=qTp/TL14a2PQ4fpGU3OcfB4FpJ2f1NmJ7eAwCEm5N0QH1QNEale56iHYTCuqhgV380 8BJSD4qASnHIDMHQ1+wjpBUgs/S5MTWjrr9hiFKE+3wBBl5JMrG7WP2MGaBQn7BovaOj SNyx8i6TiEZPaBFR9nNtmKETsrFb2EgoNFups= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=FSd01KST26udp7UZNyEXuS6Y+N4ntmhvt0eHXUyOdLaZH3Aa2wUe9lrT/BRlaDNE/a opArZG2vXxgnKHf9EUbzhnEX776B0xPckd/mLbAAspuvLkQXjQi7bBEP8B/UlRfpXOx+ jHHQ+ZJlsKEWm4vdfdOYTje46kztznbYE38Ak= Received: by 10.223.95.138 with SMTP id d10mr463146fan.21.1302056166144; Tue, 05 Apr 2011 19:16:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.69.73 with HTTP; Tue, 5 Apr 2011 19:15:46 -0700 (PDT) In-Reply-To: <19098.1296227476@sss.pgh.pa.us> References: <9473.1296172647@sss.pgh.pa.us> <19098.1296227476@sss.pgh.pa.us> From: Josh Kupershmidt Date: Tue, 5 Apr 2011 22:15:46 -0400 Message-ID: Subject: Re: Building PDFs error: \pdfendlink ended up in different nesting level than \pd To: Tom Lane Cc: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.899 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001 X-Spam-Level: X-Archive-Number: 201104/54 X-Sequence-Number: 6625 On Fri, Jan 28, 2011 at 10:11 AM, Tom Lane wrote: > Josh Kupershmidt writes: >> Thanks for looking into this further. Both the -US and -A4 PDFs are >> still failing for me on a recent git checkout including your change to >> catalog.sgml. > > Hmph. =A0HEAD does build both US and A4 sizes for me, using current Fedor= a > 13 docs toolchain. =A0But given what we now know, it could be sensitive t= o > fairly small deltas in the toolchain, since any small change in spacing > decisions might create or remove a problem. > >> I looked around line 1390679 of postgres-US.tex-pdf, where I saw this >> snippet from seg.sgml: >> =A0 =A0 =A0 =A0(spaces around the range operator are ignored) > > Well, you're getting a lot further anyway ;-). =A0But it's real curious > that you seem to be hitting these more easily than anyone else ever has. > I wonder if there's something about your toolchain that makes the issue > more probable. As a belated followup, I'm now able to get at least postgres-A4.pdf to build successfully on this Ubuntu 10.10 machine (I haven't tried postgres-US.pdf yet.). There have been a fair number of system updates in the past few months, including some recent ones related to texlive I noticed the other day. Hopefully the stars will stay aligned, but I'll keep an eye out against this stuff breaking again. Here's a summary of the Ubuntu packages I have installed now, with version numbers from 'apt-cache show packagename': * docbook 4.5-4 * docbook-dsssl 1.79-6 * docbook-xsl 1.75.2+dfsg-5 * openjade1.3 1.3.2-10 * xsltproc 1.1.26-6 Thanks for all the help, Tom. Josh