Bug 698012
Summary: | Epub build errors | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zach Oglesby <zach> | ||||
Component: | publican | Assignee: | Ruediger Landmann <rlandman> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | mmcallis, rlandman, wcohen | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-01-25 22:32:11 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Zach Oglesby
2011-04-19 22:39:03 UTC
Didn't see this problem on RHEL-6 machine with: publican-2.5-1.el6.x86_64 publican-redhat-2.7-1.el5.noarch publican-doc-2.5-1.el6.x86_64 publican-fedora-1.7-0.el5.noarch After installing docbook-style-xsl-1.76.1-2.fc15.noarch.rpm on previously working RHEL-6 machine now see: runtime error: file /usr/share/publican/xsl/epub.xsl element if Variable 'epub.embedded.font' has not been declared. at /usr/share/perl5/vendor_perl/Publican/Builder.pm line 917 comparing the versions of the code see: --- docbook-style-xsl-1.75.2-6.el6.noarch/usr/share/sgml/docbook/xsl-stylesheets -1.75.2/epub/docbook.xsl 2010-05-04 09:32:45.000000000 -0400 +++ docbook-style-xsl-1.76.1-2.fc15.noarch/usr/share/sgml/docbook/xsl-stylesheet s-1.76.1/epub/docbook.xsl 2011-02-08 09:44:18.000000000 -0500 ... - <xsl:param name="epub.embedded.font"></xsl:param> + <xsl:param name="epub.embedded.fonts"></xsl:param> Found that making a similar change in /usr/share/publican/xsl/epub.xsl allowed things to work. Created attachment 498401 [details]
Use epub.embedded.fonts in epub.xsl
Seems that docbook-style-xsl-1.76.1-2 uses "epub.embedded.fonts" rather than "epub.embedded.font". This patch matches publican up with that change.
Looks like there have been some changes in the upstream pulibcan related to this: https://fedorahosted.org/publican/changeset/1748 This now works in Fedora-15 and Fedora-16 which have docbook-style-xsl-1.76.1-2.fc15.noarch |