Bug 225370

Summary: docbook-style-xml missing common/entities.ent file, breaks gtk-doc
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: docbook-style-xslAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.72.0-2.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-05 15:57:29 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:
Bug Depends On:    
Bug Blocks: 150225    

Description Kevin Fenzi 2007-01-30 06:36:40 UTC
Description of problem:
When running gtk-doc in a package build (exo) the build fails with: 

cd ./html && gtkdoc-mkhtml exo ../exo-docs.sgml
file:///usr/share/sgml/docbook/xsl-stylesheets-1.72.0-1.fc7/html/autoidx.xsl:4:
warning: failed to load external entity
"file:///usr/share/sgml/docbook/xsl-stylesheets-1.72.0-1.fc7/common/entities.ent"
%common.entities;
                 ^
Entity: line 1:
 %common.entities;
                  ^
file:///usr/share/sgml/docbook/xsl-stylesheets-1.72.0-1.fc7/html/autoidx.xsl:32:
parser error : Entity 'primary' not defined

Version-Release number of selected component (if applicable):
1.72.0-1.fc7

How reproducible:
Try and use gtk-doc to build html docs. 

The: 

/usr/share/sgml/docbook/xsl-stylesheets-1.72.0-1.fc7/common/entities.ent file is
missing. It's there on the docbook site, just not in the package. 

The autoidx.xsl file includes it: 

<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY % common.entities SYSTEM "../common/entities.ent">
%common.entities;
]>

Comment 1 Tim Waugh 2007-02-05 15:57:29 UTC
Can you try with 1.72.0-2.fc7 please?

Comment 2 Kevin Fenzi 2007-02-09 05:22:46 UTC
Sorry for the delay in checking this... 

It is indeed all fixed in 1.72.0-2.fc7. 

Thanks for the prompt fix.