snapshot tarball generation broken for -HEAD

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: snapshot tarball generation broken for -HEAD
Date: 2009-12-18 21:05:07
Message-ID: 4B2BEE83.5030100@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all!

Infrastructure monitoring started to complain a few days ago that we
failed generating new snapshot-tarball for HEAD.

Manual investigation shows that the script dies while building the docs
with:

openjade:installation.sgml:202:51:X: reference to non-existent ID
"PLPYTHON-PYTHON23"
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
XRef LinkEnd to missing ID 'PLPYTHON-PYTHON23'
gmake[1]: *** [INSTALL.html] Error 1
gmake[1]: *** Deleting file `INSTALL.html'
gmake: *** [distdir] Error 2

any ideas?

Stefan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-12-18 21:09:55 Re: PATCH: Add hstore_to_json()
Previous Message Kevin Grittner 2009-12-18 20:24:58 Re: Update on true serializable techniques in MVCC