Your message dated Thu, 28 Dec 2006 18:38:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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)
--- Begin Message ---
Package: xnap-snapshot
Version: 2.4-pre6-cvs1-1
Severity: serious
Tags: patch
The package does not build because 'unzip' is missing from the
Build-Depends.
Additionally, I get the following error when trying to build 'xnap-snapshot':
jikes -q -classpath
.:lib/java_readline.jar:lib/jd3lib.jar:lib/gnu.getopt.jar:lib/kunststoff.jar:lib/libxnap.jar:lib/log4j.jar:lib/xnap-ziga.jar:
+D +P +F -d /tmp/root/xnap xnap/XNap.java xnap/XNapLoader.java
xnap/plugin/nap/Plugin.java xnap/plugin/nap/GUIPlugin.java
xnap/plugin/viewer/image/Plugin.java xnap/plugin/viewer/mp3/Plugin.java
xnap/plugin/viewer/text/Plugin.java xnap/plugin/viewer/video/Plugin.java
xnap/plugin/gift/Plugin.java xnap/plugin/gift/GUIPlugin.java
xnap/XNap.java:0:-1091872367:0:-1091872368: Semantic Error: You need to modify
your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could
notfind package "java.lang" in:
.
lib/java_readline.jar
lib/jd3lib.jar
lib/gnu.getopt.jar
lib/kunststoff.jar
lib/libxnap.jar
lib/log4j.jar
lib/xnap-ziga.jar
.
make[1]: *** [jar] Error 1
With the attached patch the package compiles.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xnap-snapshot-2.4-pre6-cvs1/Makefile ./Makefile
--- ../tmp-orig/xnap-snapshot-2.4-pre6-cvs1/Makefile 2003-01-19
19:21:07.000000000 +0100
+++ ./Makefile 2005-04-01 14:21:30.067949996 +0200
@@ -15,10 +15,10 @@
#PLUGINS += gnutella
MAKE = make
-JAVAC = jikes -q
-JAVAC_OPTS = -classpath $(CP) +D +P +F
-#JAVAC = javac
-#JAVAC_OPTS = -classpath $(CP)
+#JAVAC = jikes -q
+#JAVAC_OPTS = -classpath $(CP) +D +P +F
+JAVAC = javac
+JAVAC_OPTS = -classpath $(CP)
JAR = jar
JRE = java
JDB = jdb
diff -urN ../tmp-orig/xnap-snapshot-2.4-pre6-cvs1/debian/control
./debian/control
--- ../tmp-orig/xnap-snapshot-2.4-pre6-cvs1/debian/control 2003-01-19
21:30:07.000000000 +0100
+++ ./debian/control 2005-04-01 14:22:08.478748169 +0200
@@ -2,7 +2,7 @@
Section: contrib/net
Priority: optional
Maintainer: Yven Johannes Leist <[EMAIL PROTECTED]>
-Build-Depends-Indep: docbook-to-man, jikes, debhelper (>> 3.0.0)
+Build-Depends-Indep: docbook-to-man, jikes, debhelper (>> 3.0.0), unzip,
j2sdk1.4
Standards-Version: 3.5.8
Package: xnap-snapshot
--- End Message ---
--- Begin Message ---
Removed - RC-buggy, already removed from stable and testing,
maintainer MIA since 2003.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---