Re: Snapshots no longer build

Lists: pgsql-hackers
From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Snapshots no longer build
Date: 2011-01-29 11:12:55
Message-ID: AANLkTimhRvv8HJAQDZsyvdOjnkMjTgD7HjVkJ9S_KZH+@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

The snapshot builds are failing with:

openjade:installation.sgml:1010:58:X: reference to non-existent ID "UUID-OSSP"
openjade:installation.sgml:1044:54:X: reference to non-existent ID "XML2"
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
XRef LinkEnd to missing ID 'UUID-OSSP'
openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
XRef LinkEnd to missing ID 'XML2'
gmake[1]: *** [INSTALL.html] Error 1
gmake[1]: *** Deleting file `INSTALL.html'
gmake: *** [distdir] Error 2

Looks like it's because of 159e3d86292cfec2a2828f9f69ac7a6cb1be242d.

Any idea why this is happening?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


From: Thom Brown <thom(at)linux(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-29 12:27:32
Message-ID: AANLkTi=kamJsPLqr9xKG3ASV4NM2WYwYykxWsUNkX5pY@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 29 January 2011 11:12, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> The snapshot builds are failing with:
>
> openjade:installation.sgml:1010:58:X: reference to non-existent ID "UUID-OSSP"
> openjade:installation.sgml:1044:54:X: reference to non-existent ID "XML2"
> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
> XRef LinkEnd to missing ID 'UUID-OSSP'
> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
> XRef LinkEnd to missing ID 'XML2'
> gmake[1]: *** [INSTALL.html] Error 1
> gmake[1]: *** Deleting file `INSTALL.html'
> gmake: *** [distdir] Error 2
>
>
> Looks like it's because of 159e3d86292cfec2a2828f9f69ac7a6cb1be242d.
>
>
> Any idea why this is happening?

I don't know what's causing that since I can see both of those IDs are
present, but I should also mention that the identities those linkends
point to should have xreflabel attributes. At the moment, it's
reading: "Use the OSSP UUID library when building the Section F.44
module"

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-29 17:33:47
Message-ID: 12646.1296322427@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> The snapshot builds are failing with:
> openjade:installation.sgml:1010:58:X: reference to non-existent ID "UUID-OSSP"
> openjade:installation.sgml:1044:54:X: reference to non-existent ID "XML2"
> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
> XRef LinkEnd to missing ID 'UUID-OSSP'

> Any idea why this is happening?

Bruce forgot that installation.sgml has to be buildable standalone
("make INSTALL" target).

regards, tom lane


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-29 17:58:44
Message-ID: 13008.1296323924@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Thom Brown <thom(at)linux(dot)com> writes:
> On 29 January 2011 11:12, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>> Any idea why this is happening?

> I don't know what's causing that since I can see both of those IDs are
> present, but I should also mention that the identities those linkends
> point to should have xreflabel attributes. At the moment, it's
> reading: "Use the OSSP UUID library when building the Section F.44
> module"

Yeah, that is pretty icky, and Bruce introduced similar unpleasantness
in a bunch of places. I'm unsure that xreflabel is a good fix, though,
because there are other places where the wording is such that a
chapter/section number reference *is* appropriate, eg a parenthetical
cross-reference "(see <xref>)".

I think what we might need is to use <link linkend="xml2">xml2</link>
in the places where we want the xref to read as an incidental hyperlink
rather than a cross-reference. Comments?

regards, tom lane


From: Thom Brown <thom(at)linux(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-29 18:35:52
Message-ID: AANLkTi=Kb_HHzfAETCu1OAqYZyHN7qVTkYcVNg5bN6AD@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 29 January 2011 17:58, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thom Brown <thom(at)linux(dot)com> writes:
>> On 29 January 2011 11:12, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>> Any idea why this is happening?
>
>> I don't know what's causing that since I can see both of those IDs are
>> present, but I should also mention that the identities those linkends
>> point to should have xreflabel attributes.  At the moment, it's
>> reading: "Use the OSSP UUID library when building the Section F.44
>> module"
>
> Yeah, that is pretty icky, and Bruce introduced similar unpleasantness
> in a bunch of places.  I'm unsure that xreflabel is a good fix, though,
> because there are other places where the wording is such that a
> chapter/section number reference *is* appropriate, eg a parenthetical
> cross-reference "(see <xref>)".

Okay, I see why that's a problem.

> I think what we might need is to use <link linkend="xml2">xml2</link>
> in the places where we want the xref to read as an incidental hyperlink
> rather than a cross-reference.  Comments?

Sure, that would work.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-29 19:09:11
Message-ID: AANLkTiksGNzcwesUsDWGu2maTt7acR91CjO03Gd35UXu@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sat, Jan 29, 2011 at 18:33, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> The snapshot builds are failing with:
>> openjade:installation.sgml:1010:58:X: reference to non-existent ID "UUID-OSSP"
>> openjade:installation.sgml:1044:54:X: reference to non-existent ID "XML2"
>> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:
>> XRef LinkEnd to missing ID 'UUID-OSSP'
>
>> Any idea why this is happening?
>
> Bruce forgot that installation.sgml has to be buildable standalone
> ("make INSTALL" target).

Yup, that fixed it. Thanks - nagios is green and happy again.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thom Brown <thom(at)linux(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Snapshots no longer build
Date: 2011-01-31 15:02:39
Message-ID: 201101311502.p0VF2dF20706@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> Thom Brown <thom(at)linux(dot)com> writes:
> > On 29 January 2011 11:12, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> >> Any idea why this is happening?
>
> > I don't know what's causing that since I can see both of those IDs are
> > present, but I should also mention that the identities those linkends
> > point to should have xreflabel attributes. At the moment, it's
> > reading: "Use the OSSP UUID library when building the Section F.44
> > module"
>
> Yeah, that is pretty icky, and Bruce introduced similar unpleasantness
> in a bunch of places. I'm unsure that xreflabel is a good fix, though,
> because there are other places where the wording is such that a
> chapter/section number reference *is* appropriate, eg a parenthetical
> cross-reference "(see <xref>)".
>
> I think what we might need is to use <link linkend="xml2">xml2</link>
> in the places where we want the xref to read as an incidental hyperlink
> rather than a cross-reference. Comments?

Agreed, thanks. I did forget about that INSTALL build requiremnt. We do
mention the requirement in release.sgml.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +