Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#27251 - [tex4ht] Missing xtpipes Java class

Attached to Project: Arch Linux
Opened by Pierre Willaime (ppr) - Friday, 25 November 2011, 15:54 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Saturday, 26 November 2011, 10:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The tex4ht tools (member of the package texlive-htmlxml in extra) cannot find java class xtpipes.

[code]mk4ht oolatex physique.tex

[...]

System call: java -classpath //texmf-dist/tex4ht/bin/tex4ht.jar xtpipes -i //texmf-dist/tex4ht/xtpipes/ -o physique.4oo physique.tmp
Exception in thread "main" java.lang.NoClassDefFoundError: xtpipes
Caused by: java.lang.ClassNotFoundException: xtpipes
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: xtpipes. Program will exit.
[/code]

Additional info:
* package version(s) 2011.22546-1


Steps to reproduce: install texlive-htmlxml (and so texlive-core) and try to convert a tex document in OpenDocument format with the command mk4ht oolatex file.tex.
This task depends upon

Closed by  Rémy Oudompheng (remyoudompheng)
Saturday, 26 November 2011, 10:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 2011.1-5 (coming later).

Loading...