Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 3E906B5D94C for ; Sun, 15 May 2011 09:44:44 -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 31934-07 for ; Sun, 15 May 2011 12:44:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pw0-f46.google.com (mail-pw0-f46.google.com [209.85.160.46]) by mail.postgresql.org (Postfix) with ESMTP id EA01BB5D8C5 for ; Sun, 15 May 2011 09:44:36 -0300 (ADT) Received: by pwi15 with SMTP id 15so1764056pwi.19 for ; Sun, 15 May 2011 05:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:from:to:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; bh=8O1hPR9aMQP/Md2kSc2lA0rgWxXN/URobH8fkMWEWn4=; b=F/uAdG7b8U4AGhFk4A5nTpWFsjfdYuPnf2KMfGxzXp77x9OjECQSu6H22zMwznIhrf PoiQLd0JlFtGBICTLlxf+5llnZqswCnIPOhcsTO643RGkHPRf4uWzt5ipW+fzuYo+ZHr m8/G/S8CboAG9fiKyHsvKceuSrU0xJQW4rGiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :x-mimeole; b=szM/JEonG2Dz0kEbge7IJB26cmHFHFRYM5hP1hlwz6XSIH3B4Q7Vra1Z1Y5JHM9t4S v2tYkE2vBqSy2fCLqn/gShKRLlG4IbNtgwRmWGLD09XIGErnELPQ2vtNTlJogWhbFYEY TiE2iDjKfyPF/j6x061KDAWxiK8McaHVoj40o= Received: by 10.68.10.4 with SMTP id e4mr5655871pbb.319.1305463476315; Sun, 15 May 2011 05:44:36 -0700 (PDT) Received: from maumau (p3240-ipbfp303sizuokaden.shizuoka.ocn.ne.jp [124.99.119.240]) by mx.google.com with ESMTPS id l8sm2629522pbl.15.2011.05.15.05.44.33 (version=SSLv3 cipher=OTHER); Sun, 15 May 2011 05:44:34 -0700 (PDT) Message-ID: <8B8CA6F129E74A78BC0D196FE63C1A90@maumau> From: "MauMau" To: Subject: Please help me to build docs on the latest 9.1 Date: Sun, 15 May 2011 21:45:19 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18417 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=3.75 tagged_above=-5 required=5 tests=BAYES_40=-0.001, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001, STOX_REPLY_TYPE=0.439, STOX_REPLY_TYPE_WITHOUT_QUOTES=1.757 X-Spam-Level: *** X-Archive-Number: 201105/52 X-Sequence-Number: 6727 Hello, I'm developing my first patch for PostgreSQL. The target is v9.2. I'm trying to build HTML docs on Windows Vista (32-bit) with the latest v9.1 Git branch, but the build fails. I followed the procedures in the v9.0 manual. Could you tell me what might be the cause? The situation is as follows: The latest commit on my Git repository that "git log -1" shows is: -------------------------------------------------- commit 9bb6d9795253bb521f81c626fea49a704a369ca9 Author: Robert Haas Date: Fri May 13 15:47:31 2011 -0400 More cleanup of FOREIGN TABLE permissions handling. -------------------------------------------------- I could successfully build and install the program, do initdb, and start/stop the PostgreSQL server. The whole content of src/tools/msvc/buildenv.pl is: $ENV{M4} = 'C:\GNUWin32\bin\m4.exe'; $ENV{DOCROOT} = 'D:\pgdev\doctool'; I ran "builddoc.bat > out.txt 2>&1" in src/tools/msvc. I expected to get "html" directory in doc/src/sgml, but I couldn't get it after minutes of execution. The output of builddoc.bat contains some errors. I'll show the partial contents of out.txt below. The size of out.txt is too large (20.9MB) to attach. out.txt appears to contain all the HTML manual. -------------------------------------------------- Hash %ENV missing the % in argument 1 of each() at -e line 1. Hash %ENV missing the % in argument 1 of each() at -e line 1. Can't open perl script "make-errcodes-table.pl": No such file or directory Running first build... PostgreSQL 9.1beta1 Documentation Running collateindex... collateindex.pl: file "HTML.index" does not exist Running second build... PostgreSQL 9.1beta1 Documentation Docs build complete. --------------------------------------------------