Your message dated Sun, 24 Jan 2010 17:48:14 +0000
with message-id <[email protected]>
and subject line Bug#559966: fixed in libsaxon-java 1:6.5.5-5.1
has caused the Debian Bug report #559966,
regarding FTBFS [hppa]: java.nio.charset.UnmappableCharacterException
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.)
--
559966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsaxon-java
Version: 1:6.5.5-5
Severity: serious
User: [email protected]
Usertags: hppa
libsaxon-java reliably fails to build on hppa:
https://buildd.debian.org/build.php?&pkg=libsaxon-java&ver=1%3A6.5.5-5&arch=hppa&file=log
>From the most recent build attempt:
[...]
dh_clean
dh_clean: Compatibility levels before 5 are deprecated.
debian/rules build
dh_testdir
if [ ! -d build ]; then mkdir build; mkdir build/api; fi
touch configure-stamp
dh_testdir
/usr/lib/jvm/default-java/bin/javac -nowarn -sourcepath src -classpath
/usr/share/java/jdom1.jar -d build `find src -name \*.java`
cp -r src/META-INF build
cp debian/MANIFEST.MF build/META-INF
# split off jdom classes, everything else into saxon.jar
(cd build; /usr/lib/jvm/default-java/bin/jar -cfM ../saxon.jar META-INF `find .
-name \*.class | egrep -v com/icl/saxon/jdom`; \
/usr/lib/jvm/default-java/bin/jar -cfM ../saxon-jdom.jar
com/icl/saxon/jdom/*.class )
(cd build/api ; gjdoc -sourcepath ../../src
@../../debian/libsaxon-java-doc.javadoc)
Loading classes for package com.icl.saxon...
Loading classes for package com.icl.saxon.aelfred...
Loading classes for package com.icl.saxon.charcode...
Loading classes for package com.icl.saxon.expr...
Loading classes for package com.icl.saxon.exslt...
Loading classes for package com.icl.saxon.functions...
Loading classes for package com.icl.saxon.handlers...
Loading classes for package com.icl.saxon.jdom...
Loading classes for package com.icl.saxon.number...
Loading classes for package com.icl.saxon.om...
Loading classes for package com.icl.saxon.output...
Loading classes for package com.icl.saxon.pattern...
Loading classes for package com.icl.saxon.sort...
java.nio.charset.UnmappableCharacterException: Input length = 1
at java.nio.charset.CoderResult.throwException(libgcj.so.10)
at
gnu.classpath.tools.NotifyingInputStreamReader.fillCharBuf(libgcj-tools.so.10)
at gnu.classpath.tools.NotifyingInputStreamReader.read(libgcj-tools.so.10)
at java.io.BufferedReader.read(libgcj.so.10)
at java.io.Reader.read(libgcj.so.10)
at gnu.classpath.tools.IOToolkit.readFully(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Parser.loadFile(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Parser.processSourceFile(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Parser.processSourceDir(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.RootDocImpl.build(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Main.startDoclet(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Main.start(libgcj-tools.so.10)
at gnu.classpath.tools.gjdoc.Main.main(libgcj-tools.so.10)
make: *** [build-stamp] Error 5
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libsaxon-java
Source-Version: 1:6.5.5-5.1
We believe that the bug you reported is fixed in the latest version of
libsaxon-java, which is due to be installed in the Debian FTP archive:
libsaxon-java-doc_6.5.5-5.1_all.deb
to main/libs/libsaxon-java/libsaxon-java-doc_6.5.5-5.1_all.deb
libsaxon-java-gcj_6.5.5-5.1_i386.deb
to main/libs/libsaxon-java/libsaxon-java-gcj_6.5.5-5.1_i386.deb
libsaxon-java_6.5.5-5.1.diff.gz
to main/libs/libsaxon-java/libsaxon-java_6.5.5-5.1.diff.gz
libsaxon-java_6.5.5-5.1.dsc
to main/libs/libsaxon-java/libsaxon-java_6.5.5-5.1.dsc
libsaxon-java_6.5.5-5.1_all.deb
to main/libs/libsaxon-java/libsaxon-java_6.5.5-5.1_all.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.
Torsten Werner <[email protected]> (supplier of updated libsaxon-java 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: Sun, 24 Jan 2010 18:29:04 +0100
Source: libsaxon-java
Binary: libsaxon-java libsaxon-java-gcj libsaxon-java-doc
Architecture: source all i386
Version: 1:6.5.5-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Torsten Werner <[email protected]>
Description:
libsaxon-java - The Saxon XSLT Processor
libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc
libsaxon-java-gcj - The Saxon XSLT Processor (native code)
Closes: 559966
Changes:
libsaxon-java (1:6.5.5-5.1) unstable; urgency=low
.
* Non-maintainer upload.
* Build API documentation with javadoc only if it available because gjdoc is
broken. (Closes: #559966)
Checksums-Sha1:
3d62c5ebe5575016d90d11beb90afa5454815bb7 1370 libsaxon-java_6.5.5-5.1.dsc
72fbd105eefdb093abd93cfa5530f79198a08235 7382 libsaxon-java_6.5.5-5.1.diff.gz
6705d4cd66d9a0ec3ead67f9afc0b626253d0966 576888 libsaxon-java_6.5.5-5.1_all.deb
9e10da0144681c1ba120c5fc02b56b693d76fb14 1201456
libsaxon-java-doc_6.5.5-5.1_all.deb
4f51608f5f63f124b8ef9c4d16d9d160f1b8f4bc 606742
libsaxon-java-gcj_6.5.5-5.1_i386.deb
Checksums-Sha256:
6a2152785123a426499476b6f2961ad39fb99519cb94a3148f405b17930a606f 1370
libsaxon-java_6.5.5-5.1.dsc
684f991ccab0ae56bfae4805247680e447695c56cdbd5aeb113bcd91880f3814 7382
libsaxon-java_6.5.5-5.1.diff.gz
e17630855325c8d9733dfc3c6e313a88d00ace798af6e7487f96d65b9e9c109e 576888
libsaxon-java_6.5.5-5.1_all.deb
174c64a2a43c43c3e09eac9c3526db0833353395c4f5aba72d69377dd51a08d7 1201456
libsaxon-java-doc_6.5.5-5.1_all.deb
3ada31df8f61c376b7334cfe8e6ce472e9ed397a3a0d8d5e72db5563f8570d91 606742
libsaxon-java-gcj_6.5.5-5.1_i386.deb
Files:
cc73cd003eb9b8b38557a874b9b70ca4 1370 libs optional libsaxon-java_6.5.5-5.1.dsc
c0882e2b733a4784bedf1d075782a608 7382 libs optional
libsaxon-java_6.5.5-5.1.diff.gz
945fd39a4e22472e26a8448d5a679d7f 576888 libs optional
libsaxon-java_6.5.5-5.1_all.deb
9bd51412302a45624f10fa84e4eae492 1201456 doc optional
libsaxon-java-doc_6.5.5-5.1_all.deb
b5fadd4e5d74ac70695bc257351e1b1e 606742 libs optional
libsaxon-java-gcj_6.5.5-5.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktchaYACgkQfY3dicTPjsMs5ACeMp+AZD1RJvWbIenPaaA+PUIO
X5AAn0F+fjzx2c/FWTHGKZ1kKNPHe+5n
=/c5Y
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers