Your message dated Fri, 14 Oct 2005 15:16:31 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Package removed from archive
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; 11 Apr 2005 14:53:33 +0000
>From [EMAIL PROTECTED] Mon Apr 11 07:53:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158084.adsl.hansenet.de (localhost.localdomain) [213.39.158.84]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DL0I9-0001Qc-00; Mon, 11 Apr 2005 07:53:33 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DL0I7-0000Of-NZ; Mon, 11 Apr 2005 16:53:31 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: avalon-excalibur: FTBFS: package org.apache.log does not exist
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 11 Apr 2005 16:53:31 +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: avalon-excalibur
Version: 4.1-1
Severity: serious
When trying to build 'avalon-excalibur' on i386/unstable with sun-j2sdk1.4,
I get the following error:
[javac] Compiling 153 source files to
/sdb1/x/avalon-excalibur-4.1/build/classes
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:23:
package org.apache.log does not exist
[javac] import org.apache.log.Logger;
[javac] ^
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:29:
package org.apache.log does not exist
[javac] import org.apache.log.Hierarchy;
[javac] ^
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:30:
package org.apache.log does not exist
[javac] import org.apache.log.LogTarget;
[javac] ^
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:31:
package org.apache.log does not exist
[javac] import org.apache.log.Priority;
[javac] ^
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:32:
package org.apache.log.format does not exist
[javac] import org.apache.log.format.PatternFormatter;
[javac] ^
[javac]
/sdb1/x/avalon-excalibur-4.1/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java:33:
package org.apache.log.output.io does not exist
[javac] import org.apache.log.output.io.StreamTarget;
[javac] ^
I used the attached patch to debian/control and debian/rules to make
the package use sun-j2sdk1.4 - which is available through 'java-package' -
instead of j2sdk1.3.
I do not know how to fix the compilation error.
Regards
Andreas Jochens
diff -urN ../tmp-orig/avalon-excalibur-4.1/debian/control ./debian/control
--- ../tmp-orig/avalon-excalibur-4.1/debian/control 2005-03-24
13:41:03.626124366 +0100
+++ ./debian/control 2005-03-24 12:29:31.000000000 +0100
@@ -2,7 +2,7 @@
Section: contrib/libs
Priority: optional
Maintainer: Takashi Okamoto <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), ant (>>1.3), j2sdk1.3,
libavalon-framework-java, libjunitperf-java, libservlet2.3-java, liblog4j
+Build-Depends-Indep: debhelper, ant, j2sdk1.4, libavalon-framework-java,
libjunitperf-java, libservlet2.3-java, liblog4j
Standards-Version: 3.5.2
Package: libavalon-excalibur-java
diff -urN ../tmp-orig/avalon-excalibur-4.1/debian/rules ./debian/rules
--- ../tmp-orig/avalon-excalibur-4.1/debian/rules 2005-03-24
13:41:03.627124190 +0100
+++ ./debian/rules 2005-03-24 13:40:13.714981872 +0100
@@ -12,7 +12,7 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=3
-jdk_dirs:=/usr/lib/j2se/1.3 /usr/lib/j2sdk1.3
+jdk_dirs:=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-blackdown
/usr/lib/j2sdk1.4-ibm
export JAVA_HOME=$(shell for jdir in $(jdk_dirs); do if [ -d "$$jdir" ]; then
echo $$jdir; exit 0; fi; done)
export
CLASSPATH=/usr/share/java/avalon-framework.jar:/usr/share/java/logkit.jar:/usr/share/java/junit.jar:/usr/share/java/junitperf.jar:/usr/share/java/xerces.jar:/usr/share/java/log4j.jar:/usr/share/servlet-2.3.jar:.
---------------------------------------
Received: (at 304187-done) by bugs.debian.org; 14 Oct 2005 13:14:28 +0000
>From [EMAIL PROTECTED] Fri Oct 14 06:14:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.gmx.de (mail.gmx.net) [213.165.64.21]
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EQPOF-0000e6-00; Fri, 14 Oct 2005 06:14:28 -0700
Received: (qmail invoked by alias); 14 Oct 2005 13:13:56 -0000
Received: from p5481B990.dip0.t-ipconnect.de (EHLO [192.168.0.203])
[84.129.185.144]
by mail.gmx.net (mp021) with SMTP; 14 Oct 2005 15:13:56 +0200
X-Authenticated: #1941950
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 14 Oct 2005 15:16:31 +0200
From: Wolfgang Baer <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051010)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Package removed from archive
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
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-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Hi,
package is removed from archive and this bug
does not apply to the version in oldstable
as there was/is a log4j package.
Regards,
Wolfgang
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]