Your message dated Sat, 28 Jan 2006 14:02:56 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#348363: fixed in vnc-java 3.3.3r2-6 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; 16 Jan 2006 16:06:47 +0000 >From [EMAIL PROTECTED] Mon Jan 16 08:06:47 2006 Return-path: <[EMAIL PROTECTED]> Received: from mail.gmx.net ([213.165.64.21]) by spohr.debian.org with smtp (Exim 4.50) id 1EyWsZ-00014X-9d for [EMAIL PROTECTED]; Mon, 16 Jan 2006 08:06:47 -0800 Received: (qmail invoked by alias); 16 Jan 2006 16:06:16 -0000 Received: from p54818A18.dip0.t-ipconnect.de (EHLO ursus.igf.Uni-Osnabrueck.DE) [84.129.138.24] by mail.gmx.net (mp006) with SMTP; 16 Jan 2006 17:06:16 +0100 X-Authenticated: #1941950 Content-Type: multipart/mixed; boundary="===============1602864538==" MIME-Version: 1.0 From: Wolfgang Baer <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: vnc-java: FTBFS due to upstream changes in the kaffe package Message-ID: <[EMAIL PROTECTED]> X-Mailer: reportbug 3.18 Date: Mon, 16 Jan 2006 17:08:45 +0100 X-Debbugs-Cc: pkg-java-maintainers@lists.alioth.debian.org 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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --===============1602864538== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: vnc-java Severity: serious Tags: patch Justification: no longer builds from source Hi, kaffe upstream changed quite a lot for the newest release. Therefore the used classpath is no longer valid. The attached patch against the makefile fixes the ftbfs. Regards, Wolfgang -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) --===============1602864538== Content-Type: text/x-makefile; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="vnc-java.patch" --- makefile.orig 2006-01-16 16:52:01.000000000 +0100 +++ makefile 2006-01-16 16:53:06.000000000 +0100 @@ -17,7 +17,7 @@ vncCanvas.java optionsFrame.java clipboardFrame.java \ animatedMemoryImageSource.java DesCipher.java -OPTS = -classpath /usr/share/kaffe/Klasses.jar:/usr/share/kaffe-common/lib/rt.jar +OPTS = -classpath /usr/lib/kaffe/jre/lib/rt.jar all: $(CLASSES) $(ARCHIVE) --===============1602864538==-- --------------------------------------- Received: (at 348363-close) by bugs.debian.org; 28 Jan 2006 22:11:40 +0000 >From [EMAIL PROTECTED] Sat Jan 28 14:11:40 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F2y9o-0002fJ-FZ; Sat, 28 Jan 2006 14:02:56 -0800 From: Ola Lundqvist <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#348363: fixed in vnc-java 3.3.3r2-6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 28 Jan 2006 14:02:56 -0800 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: vnc-java Source-Version: 3.3.3r2-6 We believe that the bug you reported is fixed in the latest version of vnc-java, which is due to be installed in the Debian FTP archive: vnc-java_3.3.3r2-6.diff.gz to pool/contrib/v/vnc-java/vnc-java_3.3.3r2-6.diff.gz vnc-java_3.3.3r2-6.dsc to pool/contrib/v/vnc-java/vnc-java_3.3.3r2-6.dsc vnc-java_3.3.3r2-6_all.deb to pool/contrib/v/vnc-java/vnc-java_3.3.3r2-6_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. Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated vnc-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: Sat, 28 Jan 2006 21:32:13 +0100 Source: vnc-java Binary: vnc-java Architecture: source all Version: 3.3.3r2-6 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Changed-By: Ola Lundqvist <[EMAIL PROTECTED]> Description: vnc-java - VNC java applet and command line program Closes: 348363 Changes: vnc-java (3.3.3r2-6) unstable; urgency=low . * Updated because of changes in kaffe, closes: #348363. * Updated to standards version 3.6.2. * Moved to debhelper 4 compatibility. * Use dh_installman instead of dh_installmanpages. Files: 9876c1954ddf6e09b7f01946f7385597 587 contrib/x11 optional vnc-java_3.3.3r2-6.dsc b9299be109e1a498c914097c41af1655 21809 contrib/x11 optional vnc-java_3.3.3r2-6.diff.gz 8919b103c24f0c534bf96ba796760409 63994 contrib/x11 optional vnc-java_3.3.3r2-6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD29i7GKGxzw/lPdkRAjGIAJwKDW7gZu4ViO6M3en0NNYypr5lnQCfXunM NpD4kwZ39jnKYwd/iIN3Y6A= =JflZ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]