Your message dated Mon, 02 May 2005 08:02:18 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#306775: fixed in libsaxon-java 1:6.5.3-3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Apr 2005 12:37:51 +0000 >From [EMAIL PROTECTED] Thu Apr 28 05:37:51 2005 Return-path: <[EMAIL PROTECTED]> Received: from c156142.adsl.hansenet.de (localhost.localdomain) [213.39.156.142] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DR8H9-0002xO-00; Thu, 28 Apr 2005 05:37:51 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DR8HK-0002br-Fj; Thu, 28 Apr 2005 14:38:02 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libsaxon-java: FTBFS: Missing Build-Depends on 'gjdoc' Message-Id: <[EMAIL PROTECTED]> Date: Thu, 28 Apr 2005 14:38:02 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: libsaxon-java Version: 1:6.5.3-2 Severity: serious Tags: patch When building 'libsaxon-java' in a clean 'testing' chroot, I get the following error: # split off fop and jdom classes, everything else into saxon.jar (cd build; fastjar -cf ../saxon.jar META-INF `find . -name \*.class | egrep -v c om/icl/saxon/jdom\|com/icl/saxon/fop`; \ fastjar -cf ../saxon-fop.jar com/icl/saxon/fop/*.class; \ fastjar -cf ../saxon-jdom.jar com/icl/saxon/jdom/*.class ) (cd build/api ; gjdoc -sourcepath ../../src @../../debian/libsaxon-java-doc.java doc) /bin/sh: line 1: gjdoc: command not found make: *** [build-stamp] Error 127 Please add the missing Build-Depends on 'gjdoc' to debian/control. Please also amend debian/rules to support the JAVA_HOME directories used by the {sun,ibm,blackdown}-j2sdk1.x packages which are created by java-package. Regards Andreas Jochens diff -urN ../tmp-orig/libsaxon-java-6.5.3/debian/control ./debian/control --- ../tmp-orig/libsaxon-java-6.5.3/debian/control 2005-04-28 14:28:11.914987694 +0200 +++ ./debian/control 2005-04-28 14:28:10.084266006 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.30), j2sdk1.4, fastjar, libgnujaxp-java, fop, libjdom-java +Build-Depends-Indep: debhelper (>= 4.2.30), j2sdk1.4, fastjar, gjdoc, libgnujaxp-java, fop, libjdom-java Standards-Version: 3.6.1 Package: libsaxon-java diff -urN ../tmp-orig/libsaxon-java-6.5.3/debian/rules ./debian/rules --- ../tmp-orig/libsaxon-java-6.5.3/debian/rules 2005-04-28 14:28:11.914987694 +0200 +++ ./debian/rules 2005-04-28 14:26:55.716571614 +0200 @@ -7,7 +7,8 @@ export JITC_PROCESSOR_TYPE=6 PACKAGE=libsaxon-java -JAVA_HOME=/usr/lib/j2se/1.4 +JAVA_HOME_DIRS=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown +JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && echo $$j && exit 0; done) BASE=debian/$(PACKAGE) JAVASHARE=usr/share/java SOURCES=src --------------------------------------- Received: (at 306775-close) by bugs.debian.org; 2 May 2005 12:09:30 +0000 >From [EMAIL PROTECTED] Mon May 02 05:09:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DSZjt-0006bT-00; Mon, 02 May 2005 05:09:30 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DSZcw-0000oi-00; Mon, 02 May 2005 08:02:18 -0400 From: Arnaud Vandyck <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#306775: fixed in libsaxon-java 1:6.5.3-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 02 May 2005 08:02:18 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: libsaxon-java Source-Version: 1:6.5.3-3 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.3-3_all.deb to pool/contrib/libs/libsaxon-java/libsaxon-java-doc_6.5.3-3_all.deb libsaxon-java_6.5.3-3.diff.gz to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-3.diff.gz libsaxon-java_6.5.3-3.dsc to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-3.dsc libsaxon-java_6.5.3-3_all.deb to pool/contrib/libs/libsaxon-java/libsaxon-java_6.5.3-3_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. Arnaud Vandyck <[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.7 Date: Mon, 2 May 2005 12:09:33 +0200 Source: libsaxon-java Binary: libsaxon-java-doc libsaxon-java Architecture: source all Version: 1:6.5.3-3 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Changed-By: Arnaud Vandyck <[EMAIL PROTECTED]> Description: libsaxon-java - The Saxon XSLT Processor libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc Closes: 306775 Changes: libsaxon-java (1:6.5.3-3) unstable; urgency=low . * Added dependency on gjdoc and added support to non-free jdk dirs, thanks to Andreas Jochen (closes: #306775). * Removed conflicts, provides, replaces lib-saxon-java which will be remove from the archive. Files: 93c25160e55204fe82c6127886b0d74a 788 contrib/libs optional libsaxon-java_6.5.3-3.dsc 155cf9f14b3106dd809329d677dbed70 5968 contrib/libs optional libsaxon-java_6.5.3-3.diff.gz 7736a791125419abb88e40567dacd30c 544338 contrib/libs optional libsaxon-java_6.5.3-3_all.deb 96fa322474e74dc7311691027ff02e49 1126884 contrib/doc optional libsaxon-java-doc_6.5.3-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCdhFV4vzFZu62tMIRAlRkAJ9+pLCR9iHNg9HY4hucJy+RaR4KUgCeLare yZZ8mr0cWdsrEVmfAKFLzis= =UiE4 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]