Your message dated Sun, 14 Sep 2008 03:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486482: fixed in tex4ht 20080701-2
has caused the Debian Bug report #486482,
regarding tex4ht: a java program invoked from oolatex goes in error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486482
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tex4ht
Version: 20080614-1
Severity: normal

let say that i have a latex source named esercizio.tex, when i execute 

% mkdir sxw-esercizio.dir ; /usr/share/tex4ht/oolatex esercizio.tex

(please see my previous bug report for the mkdir) the subsequent
invocation from different scripts of a java program raise an error,
and the subsequent esercizio.odt file that's generated leads to a
simple blank page when opened in openoffice

the java command is specified in /etc/tex4ht/tex4ht.cfg, in the
following stanza

<ooxtpipes>
.4oo mv %%0.4oo %%0.tmp
.4oo java -classpath /usr/share/tex4ht/tex4ht.jar xtpipes -i 
/usr/share/texmf/tex4ht/xtpipes/ -o %%0.4oo %%0.tmp
.4om mv %%1.4om %%1.tmp
.4om java -classpath /usr/share/tex4ht/tex4ht.jar xtpipes -i 
/usr/share/texmf/tex4ht/xtpipes/ -o %%1.4om %%1.tmp
</ooxtpipes>

for reference, i executed the same command on one of the tmp files,

% java -classpath /usr/share/tex4ht/tex4ht.jar xtpipes \
  -trace -E \
  -i /usr/share/texmf/tex4ht/xtpipes/ -o esercizio-m6.4om esercizio-m6.tmp

where i have added some debugging options to the invocation of the
java interpreter

the output is as follows

,----
| xtpipes/ -o esercizio-m6.4om esercizio-m6.tmp 
| xtpipes (2008-01-26-00:38)
|    java.version: 1.5.0
|    java.class.path: /usr/share/tex4ht/tex4ht.jar
|    os.name: Linux
|    user.home: /home/boffi
|    user.dir: /home/boffi/dida/sismica_acciaio/oo
|  url = file:/home/boffi/dida/sismica_acciaio/oo/esercizio-m6.tmp
|  contentType = application/octet-stream
|  publicId = -//W3C//DTD MathML 2.0//EN
|  systemId = math.dtd
|  xtpipes = oo-math.4xt
|  root = math:math
|  dtdRoot = math:math
| Searching: xtpipes-default.4xt
| Searching: xtpipes-default.4xt, recursively in directory: 
/usr/share/texmf/tex4ht/xtpipes/
| Found: /usr/share/texmf/tex4ht/xtpipes/xtpipes-default.4xt
| 
| Resolving: publicID = " -//GURARI//DTD xtpipes//EN"  systemID = 
"file:///usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd"
| Searching: file:///usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd
| Searching: file:///usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd, recursively in 
directory: /usr/share/texmf/tex4ht/xtpipes/
| Searching: 
/usr/share/tex4ht/tex4ht.jar/xtpipes/lib/file:///usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd
| Searching: xtpipes.dtd
| Searching: xtpipes.dtd, recursively in directory: 
/usr/share/texmf/tex4ht/xtpipes/
| Found: /usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd
| 
| (/usr/share/texmf/tex4ht/xtpipes/xtpipes-default.4xt)
| [##] = xtpipes => xtpipes DEFAULT="no"
| Searching: oo-math.4xt
| Searching: oo-math.4xt, recursively in directory: 
/usr/share/texmf/tex4ht/xtpipes/
| Found: /usr/share/texmf/tex4ht/xtpipes/oo-math.4xt
| 
| Resolving: publicID = " null"  systemID = 
"file:///usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd"
| Found: /usr/share/texmf/tex4ht/xtpipes/xtpipes.dtd
| 
| (/usr/share/texmf/tex4ht/xtpipes/oo-math.4xt)
| [##] = xtpipes => xtpipes preamble="yes" signature="oo-math.4xt 
(2008-06-14-21:20)" DEFAULT="no"
| [##] = xtpipes => sax 
content-handler="xtpipes.util.ScriptsManager,tex4ht.OomFilter" 
lexical-handler="xtpipes.util.ScriptsManagerLH"
| No request for ml2xml configuration (command line option -x)
| Exception in thread "main" java.lang.Exception: --- xtpipes error 4 --- 
Problems at file: /usr/share/texmf/tex4ht/xtpipes/oo-math.4xt
|    java.lang.Exception: --- xtpipes error 29 --- At <sax 
content-handler="xtpipes.util.ScriptsManager,tex4ht.OomFilter" 
lexical-handler="xtpipes.util.ScriptsManagerLH" > : While parsing file 
file:/home/boffi/dida/sismica_acciaio/oo/esercizio-m6.tmp: 
org.xml.sax.SAXParseException
|    at xtpipes.Xtpipes.instructionErr(Xtpipes.java:1340)
|    at xtpipes.Xtpipes.mainMethod(Xtpipes.java:651)
|    at xtpipes.Xtpipes.main(Xtpipes.java:89)
|    at xtpipes.main(xtpipes.java:5)
`----

the same error is raised for each of the tmp files that oolatex
processes with the xtpipes java, and esercizio.odt merely contains a
blank page

other people on c.l.tex seem to be happy using oolatex on different
systems

thank you
                                                                gb

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tex4ht depends on:
ii  libc6                      2.7-12        GNU C Library: Shared libraries
ii  libkpathsea4               2007.dfsg.1-4 TeX Live: path search library for 
ii  tex4ht-common              20080614-1    LaTeX and TeX for Hypertext (HTML)
ii  texlive-base-bin           2007.dfsg.1-4 TeX Live: Essential binaries

tex4ht recommends no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




--- End Message ---
--- Begin Message ---
Source: tex4ht
Source-Version: 20080701-2

We believe that the bug you reported is fixed in the latest version of
tex4ht, which is due to be installed in the Debian FTP archive:

tex4ht-common_20080701-2_all.deb
  to pool/main/t/tex4ht/tex4ht-common_20080701-2_all.deb
tex4ht_20080701-2.diff.gz
  to pool/main/t/tex4ht/tex4ht_20080701-2.diff.gz
tex4ht_20080701-2.dsc
  to pool/main/t/tex4ht/tex4ht_20080701-2.dsc
tex4ht_20080701-2_amd64.deb
  to pool/main/t/tex4ht/tex4ht_20080701-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kapil Hari Paranjape <[EMAIL PROTECTED]> (supplier of updated tex4ht package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 12 Sep 2008 10:32:36 +0530
Source: tex4ht
Binary: tex4ht tex4ht-common
Architecture: source amd64 all
Version: 20080701-2
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape <[EMAIL PROTECTED]>
Changed-By: Kapil Hari Paranjape <[EMAIL PROTECTED]>
Description: 
 tex4ht     - LaTeX and TeX for Hypertext (HTML) - executables
 tex4ht-common - LaTeX and TeX for Hypertext (HTML) - support files
Closes: 486482
Changes: 
 tex4ht (20080701-2) unstable; urgency=low
 .
   * debian/patches/add_manpage.diff: Modified the man page
     to recommend that "mk4ht" be used for conversions other than
     from TeX/LaTeX to HTML. This is in response to #495768.
   * debian/control: Replaced "sun-java5-jre" with "openjdk-6-jre-headless"
     in the "Suggests" field for "tex4ht-common". The latter java runtime
     seems to work with "xtpipes.jar" and the former is non-free.
     (Closes: #486482)
Checksums-Sha1: 
 7657f75d44f07f68c94e394f8b83c3e46d5c0bc3 1203 tex4ht_20080701-2.dsc
 db60ac34af8597610ede5ea0c84668c79d92c221 103955 tex4ht_20080701-2.diff.gz
 54a9c86a244037abbc454a813a4b952c59acb5d6 197712 tex4ht_20080701-2_amd64.deb
 cf09506d683e02610ec47f28742a2e63beed11c4 1992458 
tex4ht-common_20080701-2_all.deb
Checksums-Sha256: 
 36ce92536885e4ae06422746cdf9ab37a9ff83a4b9872ba14b26047b2859e602 1203 
tex4ht_20080701-2.dsc
 cfb84633edd859f46e71e8a66a693ae9a190a740de84114057d9ed32aa964df4 103955 
tex4ht_20080701-2.diff.gz
 8b0d3294ac62e50d0a8fac558ccffb0b55faf7137acec957adced12c140d40c8 197712 
tex4ht_20080701-2_amd64.deb
 49beb0bb9f44b396adb37f7be21ef0bcb16176d17ce90f5ea26acaa4d84b4c6b 1992458 
tex4ht-common_20080701-2_all.deb
Files: 
 bfe98cac17c41c29de36e17acdf882dc 1203 tex optional tex4ht_20080701-2.dsc
 224bbbad3a96bb1eaee306815270128f 103955 tex optional tex4ht_20080701-2.diff.gz
 2b5d0cc942347dc4dcefe6e1c01ff0e0 197712 tex optional 
tex4ht_20080701-2_amd64.deb
 b3b8b2c51766292bb632b7de74780a12 1992458 tex optional 
tex4ht-common_20080701-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjJ/hwACgkQSR+P2lQW5bgFxQCgiJ/P8NjkAmzZ2CnE/CVqrrxl
jEYAnijYoCgR2GOEdTjgKWVkJpjms1V6
=QkB3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to