Hello, thanks for your patch, I'll upload a fixed package soon. (To be more exact: after I return from my holidays, which will be in in two weeks approximately.)
Cheers, Yven On Friday 01 April 2005 14:37, Andreas Jochens wrote: > 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.ja >r: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 -- Yven Johannes Leist - [EMAIL PROTECTED] http://www.leist.beldesign.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]