FS#1691 - docbook xml/xsl-catalog broken

Attached to Project: Arch Linux
Opened by Tobias Kieslich (tobias) - Wednesday, 27 October 2004, 14:52 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

coming from here:
http://bugs.archlinux.org/?do=details&id=1423
I investigated this and found that the post_install script adds lines like this here:
xmlcatalog --noout --add "rewriteSystem" "http://docbook.sourceforge.net/release/xsl/1.61.2" \
"/usr/share/xml/docbook/xsl-stylesheets-1.60.1" /etc/xml/catalog
Without further investigation there is definately one issue: "/usr/share/xml/docbook/xsl-stylesheets-1.60.1" doesn't exist on an arch system cuz PKGBUILD copies the xsl files to: "$startdir/pkg/usr/share/xml/docbook/" without a stylsheets-${VERSION} subfolder. Thus the catalog gets misgenerated and docbook transformation fails.
The second thing that bothered me is that "1.61.2". I found out via cvs that the install script was written 16 Month ago with the release of 1.61.2. In the meantime we have 1.65.1
I think these number should be upgraded whith every release, which makes maintaining it a PITA.
This brings me to another point which is "feature request" to pacman and thus another bug... read on here:
http://bugs.archlinux.org/?do=details&id=1692
This task depends upon

Closed by  Tobias Kieslich (tobias)
Friday, 29 October 2004, 21:32 GMT
Reason for closing:  Fixed
Comment by Tobias Kieslich (tobias) - Friday, 29 October 2004, 21:32 GMT
this one is closed by release 1.65.1-2, The script should now automatically take care of upgrades.

Loading...