lp:upstart-cookbook make also requires docbook-xsl package

Bug #1198693 reported by Chris Pick
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Upstart Cookbook
Fix Committed
Undecided
Unassigned

Bug Description

lp:upstart-cookbook/README instructs the user to insall the following packages:
`sudo apt-get install python-docutils`
`sudo apt-get install doclifter xsltproc tidy elinks`

But that's not sufficient, you also need to install 'docbook-xsl'. Without it `make OUTDIR=/tmp` fails with:
...
xsltproc -o /tmp/upstart-events.7.html \
  /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
  /tmp/upstart-events.7.xml
warning: failed to load external entity "/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl"
cannot parse /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl

After `sudo apt-get install docbook-xsl`, make works as expected.

Related branches

Revision history for this message
Chris Pick (cpick) wrote :

I should add that I'm running 12.04.2 precise.

Revision history for this message
Chris Pick (cpick) wrote :

Please see lp:~cpick/upstart-cookbook/dependencies which is my one-line attempt to fix the README.

James Hunt (jamesodhunt)
Changed in upstart-cookbook:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.