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
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