Bug#302553: xnap-snapshot: FTBFS: Missing Build-Depends on 'unzip'

2005-10-22 Thread Frank Lichtenheld
On Sun, Sep 18, 2005 at 05:09:39PM +0200, Yven Johannes Leist wrote:
> Good question... Basically XNap development came to a complete halt and this 
> led (among other things) to the shameful neglection of the Debian package as 
> well... The  immediate reason for the non-happening of the upload including 
> the proposed patch, was still another one though, namely that shortly before 
> I wanted to actually upload the package, I realized that the last comment to 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302554 is of course right, 
> which means that building xnap as a contrib package, seems not easily 
> possible. Do you have any ideas about that? Or do you know how this is 
> handled in general for packages in contrib?

Sorry for not answering to this mail sooner...

As long as the package doesn't build-depend on any packages not
available in Debian it can be build by the normal auto-builders.
Otherwise you will need to build it yourself or find people to do
it for you. You can ask for removal of binaries on architectures
you can't support.

And BTW, building on non-existing java packages is perfectly fine since
it makes it easier for people that try to build the package manually.
Using the same names that java-package uses is probably the best choice.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302553: xnap-snapshot: FTBFS: Missing Build-Depends on 'unzip'

2005-09-18 Thread Yven Johannes Leist
Hello Frank!

On Saturday 10 September 2005 17:10, you wrote:
> On Sat, Apr 02, 2005 at 10:34:31AM +0200, Yven Johannes Leist wrote:
> > 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.)
>
> What has happened to that?

Good question... Basically XNap development came to a complete halt and this 
led (among other things) to the shameful neglection of the Debian package as 
well... The  immediate reason for the non-happening of the upload including 
the proposed patch, was still another one though, namely that shortly before 
I wanted to actually upload the package, I realized that the last comment to 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302554 is of course right, 
which means that building xnap as a contrib package, seems not easily 
possible. Do you have any ideas about that? Or do you know how this is 
handled in general for packages in contrib?

Cheers,
Yven

-- 
Yven Johannes Leist - [EMAIL PROTECTED]
http://sourceforge.net/users/leist/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302553: xnap-snapshot: FTBFS: Missing Build-Depends on 'unzip'

2005-09-10 Thread Frank Lichtenheld
On Sat, Apr 02, 2005 at 10:34:31AM +0200, Yven Johannes Leist wrote:
> 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.)

What has happened to that?

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302553: xnap-snapshot: FTBFS: Missing Build-Depends on 'unzip'

2005-04-02 Thread Yven Johannes Leist
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.0 +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/control2003-01-19
> 21:30:07.0 +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]



Bug#302553: xnap-snapshot: FTBFS: Missing Build-Depends on 'unzip'

2005-04-01 Thread Andreas Jochens
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/Makefile2003-01-19 
19:21:07.0 +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.0 +0100
+++ ./debian/control2005-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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]