Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309707 - dev-util/glade-3.6.7 needs dependency on ~app-text/docbook-xml-dtd-4.1.2
Summary: dev-util/glade-3.6.7 needs dependency on ~app-text/docbook-xml-dtd-4.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2010-03-16 06:33 UTC by Andrew Church
Modified: 2010-04-03 11:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (glade-3.6.7-ebuild.patch,270 bytes, patch)
2010-03-16 06:33 UTC, Andrew Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Church 2010-03-16 06:33:12 UTC
xsltproc -o glade-oc.omf --stringparam db2omf.basename glade --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang oc --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/dev-util/glade-3.6.7/work/glade3-3.6.7/help/glade.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` oc/glade.xml || { rm -f "glade-oc.omf"; exit 1; }
http://www.oasis-open.org/docbook/xml/4.1.2/dbcentx.mod:193: parser error : Comment must not contain '--' (double-hyphen)
<!--end of ISOpub.module-->]]>
    ^
[...]

Seems to be the same issue as bug 252910.  Adding the dependency fixed the build.
Comment 1 Andrew Church 2010-03-16 06:33:44 UTC
Created attachment 223847 [details, diff]
Ebuild patch
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-04-03 11:14:14 UTC
C/glade.xml:7: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
  ^
fr/glade.xml:6: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"

the build indeed complains here but does not fail, I'll add the dep anyway.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-04-03 11:17:34 UTC
+  03 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> -glade-3.4.5.ebuild,
+  glade-3.6.7.ebuild:
+  Add missing docbook-dtd-4.1.2 dependency, bug #309707. Clean up old
+  revision.

Applied without a bump. Thanks for reporting.