Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A293F10EE2 for ; Wed, 16 Oct 2013 11:35:24 +0000 (UTC) Received: (qmail 43864 invoked by uid 500); 16 Oct 2013 11:35:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 43583 invoked by uid 500); 16 Oct 2013 11:35:23 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 43575 invoked by uid 99); 16 Oct 2013 11:35:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2013 11:35:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kxepal@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2013 11:35:16 +0000 Received: by mail-wi0-f181.google.com with SMTP id l12so587709wiv.8 for ; Wed, 16 Oct 2013 04:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=z0EbiEZKExJZCD0D9q00+SsiDY4d3kpNQPJgh4ahRKM=; b=UeBRJLOWob1X3opYRUWctg39kP2OFp/rDeWjgQFo6ApS8cWws9RoNshqZNkpxHoZql pnJRmGnc4bi+C1fmoZP2bV/5GoV40qlZxsprX4m7qMgbILcshi8cxO9V0aKrgM6BRYIu eYqk5yCfZC+2OyHMpn7yUvpmJ9s9m0VYaP+kmq3BkSZkKjGpzmMJPDus7j6RqkEJQtb6 j3gTb/9lHMNhZ62b6ci7yRe2ItVP78TIb7kJMeyoQMoHP1jkqwgBE5I1ax5Z11IxMeAR z65ea1XDvUnHMh3Bohkt5pjFJxDwdYt1ewFaQqTZhGKmkd6TAuAsky1E27vk48NgctiA MdHg== MIME-Version: 1.0 X-Received: by 10.180.73.109 with SMTP id k13mr1840594wiv.35.1381923296154; Wed, 16 Oct 2013 04:34:56 -0700 (PDT) Received: by 10.180.79.35 with HTTP; Wed, 16 Oct 2013 04:34:56 -0700 (PDT) Date: Wed, 16 Oct 2013 15:34:56 +0400 Message-ID: Subject: [HELP] PDF docs build on Mac From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi everyone! I have to ask for help about fixing docs pdf build on Mac. What's need to do? git clone https://git-wip-us.apache.org/repos/asf/couchdb.git cd couchdb ./bootstrap && ./configure cd share/doc make pdf During PDF build a lot of output will be produced, but you shall note the next error: ! Missing $ inserted. $ l.120 \tableofcontents ? ! Emergency stop. $ l.120 \tableofcontents ! ==> Fatal error occurred, no output PDF file produced! Transcript written on CouchDB.log. make[5]: *** [CouchDB.pdf] Error 1 It looks like as \tablecontents is missed. Google knows (at least he told me so) only one related issue for this: http://code.google.com/p/sphinx/issues/detail?id=31 WontFix, try to build multiple times. The funny thing, that I couldn't reproduce that on Linux (Gentoo) - everything works like a charm. If you didn't get any PDF build errors please also respond with detailed information about your system - this may be just Jenkins bug (: If you did: let's think together how it could be fixed because I haven't Mac to do this by myself. Thanks! -- ,,,^..^,,,