Unix Technical Forum

snapshot build broken ...

This is a discussion on snapshot build broken ... within the pgsql Hackers forums, part of the PostgreSQL category; --> 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 ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-11-2008, 05:56 AM
Marc G. Fournier
 
Posts: n/a
Default snapshot build broken ...


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@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-11-2008, 05:56 AM
Tom Lane
 
Posts: n/a
Default Re: snapshot build broken ...

"Marc G. Fournier" <scrappy@postgresql.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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-11-2008, 05:56 AM
Marc G. Fournier
 
Posts: n/a
Default Re: snapshot build broken ...

On Wed, 20 Jul 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy@postgresql.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@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-11-2008, 05:56 AM
Tom Lane
 
Posts: n/a
Default Re: snapshot build broken ...

"Marc G. Fournier" <scrappy@postgresql.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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-11-2008, 05:56 AM
Marc G. Fournier
 
Posts: n/a
Default Re: snapshot build broken ...

On Wed, 20 Jul 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy@postgresql.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@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-11-2008, 06:03 AM
Robert Treat
 
Posts: n/a
Default Re: snapshot build broken ...

On Wednesday 20 July 2005 21:27, Marc G. Fournier wrote:
> On Wed, 20 Jul 2005, Tom Lane wrote:
> > "Marc G. Fournier" <scrappy@postgresql.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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:34 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com