snapshot build broken ...

Lists: pgsql-hackers
From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: snapshot build broken ...
Date: 2005-07-20 23:40:36
Message-ID: 20050720204003.B36717@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


Did I miss a docbook upgrade or something here?

openjade -V draft-mode -D . -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -d stylesheet.dsl -i output-text -t sgml -V nochunks standalone-install.sgml installation.sgml >INSTALL.html
openjade:installation.sgml:873:44:X: reference to non-existent ID "DATATYPE-DATETIME"
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'DATATYPE-DATETIME'
gmake: *** [INSTALL.html] Error 1
gmake: *** Deleting file `INSTALL.html'

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-20 23:59:46
Message-ID: 26670.1121903986@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> openjade -V draft-mode -D . -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -d stylesheet.dsl -i output-text -t sgml -V nochunks standalone-install.sgml installation.sgml >INSTALL.html
> openjade:installation.sgml:873:44:X: reference to non-existent ID "DATATYPE-DATETIME"
> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'DATATYPE-DATETIME'
> gmake: *** [INSTALL.html] Error 1
> gmake: *** Deleting file `INSTALL.html'

Oh, is that why the nightly snapshots are failing?

Fixed --- but maybe we ought to do something to test the INSTALL/HISTORY
documentation build as well as the main SGML docs. Or maybe better, do
something to make failures of the nightly snapshot build call attention
to themselves more loudly.

regards, tom lane


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-21 01:10:58
Message-ID: 20050720220757.A36717@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, 20 Jul 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> openjade -V draft-mode -D . -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -d stylesheet.dsl -i output-text -t sgml -V nochunks standalone-install.sgml installation.sgml >INSTALL.html
>> openjade:installation.sgml:873:44:X: reference to non-existent ID "DATATYPE-DATETIME"
>> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'DATATYPE-DATETIME'
>> gmake: *** [INSTALL.html] Error 1
>> gmake: *** Deleting file `INSTALL.html'
>
> Oh, is that why the nightly snapshots are failing?
>
> Fixed --- but maybe we ought to do something to test the INSTALL/HISTORY
> documentation build as well as the main SGML docs. Or maybe better, do
> something to make failures of the nightly snapshot build call attention
> to themselves more loudly.

That should be simple enough ... the snapshot build is a shell script, so
I should just need to do something like:

gmake split-dist=yes VERSION=snapshot dist
if [ #? ne 0 ]
then
mail ...
fi

does that look right?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-21 01:21:08
Message-ID: 27346.1121908868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Wed, 20 Jul 2005, Tom Lane wrote:
>> Fixed --- but maybe we ought to do something to test the INSTALL/HISTORY
>> documentation build as well as the main SGML docs. Or maybe better, do
>> something to make failures of the nightly snapshot build call attention
>> to themselves more loudly.

> That should be simple enough ... the snapshot build is a shell script, so
> I should just need to do something like:

> gmake split-dist=yes VERSION=snapshot dist
> if [ #? ne 0 ]
> then
> mail ...
> fi

> does that look right?

The build log will need to be saved somewhere where people can look at
it, but otherwise it sounds good.

regards, tom lane


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-21 01:27:29
Message-ID: 20050720222658.X36717@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, 20 Jul 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> On Wed, 20 Jul 2005, Tom Lane wrote:
>>> Fixed --- but maybe we ought to do something to test the INSTALL/HISTORY
>>> documentation build as well as the main SGML docs. Or maybe better, do
>>> something to make failures of the nightly snapshot build call attention
>>> to themselves more loudly.
>
>> That should be simple enough ... the snapshot build is a shell script, so
>> I should just need to do something like:
>
>> gmake split-dist=yes VERSION=snapshot dist
>> if [ #? ne 0 ]
>> then
>> mail ...
>> fi
>
>> does that look right?
>
> The build log will need to be saved somewhere where people can look at
> it, but otherwise it sounds good.

'k, will work on getting the script updated ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-28 11:32:48
Message-ID: 200507280732.49927.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wednesday 20 July 2005 21:27, Marc G. Fournier wrote:
> On Wed, 20 Jul 2005, Tom Lane wrote:
> > "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> >> On Wed, 20 Jul 2005, Tom Lane wrote:
> >>> Fixed --- but maybe we ought to do something to test the
> >>> INSTALL/HISTORY documentation build as well as the main SGML docs. Or
> >>> maybe better, do something to make failures of the nightly snapshot
> >>> build call attention to themselves more loudly.
> >>
> >> That should be simple enough ... the snapshot build is a shell script,
> >> so I should just need to do something like:
> >>
> >> gmake split-dist=yes VERSION=snapshot dist
> >> if [ #? ne 0 ]
> >> then
> >> mail ...
> >> fi
> >>
> >> does that look right?
> >
> > The build log will need to be saved somewhere where people can look at
> > it, but otherwise it sounds good.
>
> 'k, will work on getting the script updated ...
>

Hey Marc, whats the status on this? I just installed the nightly snapshot from
yesterday (according to the website file time anyway) and after initdb I had
no "postgres" database. I did some searching on some recent commits and
theyre not there, so I'm guessing it is building with old code.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL