Bug 698012

Summary: Epub build errors
Product: [Fedora] Fedora Reporter: Zach Oglesby <zach>
Component: publicanAssignee: Ruediger Landmann <rlandman>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
Use epub.embedded.fonts in epub.xsl none

Description Zach Oglesby 2011-04-19 22:39:03 UTC
Description of problem:

When trying to build an epub with publican in fedora an error occurs.

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

Version-Release number of selected component (if applicable):
version 2.5

How reproducible:
build a doc with format=epub

Comment 1 William Cohen 2011-05-03 14:09:15 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

Comment 2 William Cohen 2011-05-11 21:02:50 UTC
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.

Comment 3 William Cohen 2011-05-11 21:06:20 UTC
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.

Comment 4 William Cohen 2011-05-11 22:09:41 UTC
Looks like there have been some changes in the upstream pulibcan related to this:

https://fedorahosted.org/publican/changeset/1748

Comment 5 William Cohen 2012-01-25 22:32:11 UTC
This now works in Fedora-15 and Fedora-16 which have docbook-style-xsl-1.76.1-2.fc15.noarch