Mailinglist Archive: opensuse-bugs (8120 mails)
| < Previous | Next > |
[Bug 248993] db2omf.xsl is too strict, causing the builds of many packages to break
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 26 Feb 2007 10:35:24 -0700 (MST)
- Message-id: <20070226173524.8ED25D69@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=248993
------- Comment #1 from maw@xxxxxxxxxx 2007-02-26 10:35 MST -------
Stanislav has temporarily fixed this:
Mon Feb 26 17:44:02 CET 2007 - sbrabec@xxxxxxx
- Be more permissive for incorrectly formatted docs.
This patch is an ugly hack and should be removed ASAP.
Many GNOME docs fail without it, it causes failing packages and it
causes failing rebuild of other packages.
================================================================================
--- xslt/docbook/omf/db2omf.xsl
+++ xslt/docbook/omf/db2omf.xsl
@@ -237,7 +237,7 @@
$info/publisher[@role='maintainer'] |
$info/authorgroup/*[@role='maintainer'] "/>
<xsl:if test="not($maintainers)">
- <xsl:message terminate="yes">
+ <xsl:message>
<xsl:text>db2omf: Could not construct the OMF maintainer
element.
</xsl:text>
<xsl:text> Add an author, corpauthor, editor, othercredit, or
publisher
</xsl:text>
<xsl:text> element with the role attribute set to "maintainer" to
</xsl:text>
..but we really should fix the apps themselves.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #1 from maw@xxxxxxxxxx 2007-02-26 10:35 MST -------
Stanislav has temporarily fixed this:
Mon Feb 26 17:44:02 CET 2007 - sbrabec@xxxxxxx
- Be more permissive for incorrectly formatted docs.
This patch is an ugly hack and should be removed ASAP.
Many GNOME docs fail without it, it causes failing packages and it
causes failing rebuild of other packages.
================================================================================
--- xslt/docbook/omf/db2omf.xsl
+++ xslt/docbook/omf/db2omf.xsl
@@ -237,7 +237,7 @@
$info/publisher[@role='maintainer'] |
$info/authorgroup/*[@role='maintainer'] "/>
<xsl:if test="not($maintainers)">
- <xsl:message terminate="yes">
+ <xsl:message>
<xsl:text>db2omf: Could not construct the OMF maintainer
element.
</xsl:text>
<xsl:text> Add an author, corpauthor, editor, othercredit, or
publisher
</xsl:text>
<xsl:text> element with the role attribute set to "maintainer" to
</xsl:text>
..but we really should fix the apps themselves.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |