Your message dated Sat, 03 Sep 2005 08:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284166: fixed in gcjwebplugin 0.3.2-1
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; 4 Dec 2004 07:59:33 +0000
>From [EMAIL PROTECTED] Fri Dec 03 23:59:33 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d020089.adsl.hansenet.de (localhost.localdomain) [80.171.20.89]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CaUpJ-00034r-00; Fri, 03 Dec 2004 23:59:33 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CaUsy-0004em-CN; Sat, 04 Dec 2004 09:03:20 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gcjwebplugin: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 04 Dec 2004 09:03:20 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: gcjwebplugin
Severity: normal
Tags: patch
When building 'gcjwebplugin' with gcc-4.0 on amd64 I get the following error:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/classpath -I../include/mozilla
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -MT
libgcjwebplugin_la-gcjwebplugin.lo -MD -MP -MF
.deps/libgcjwebplugin_la-gcjwebplugin.Tpo -c gcjwebplugin.cc -fPIC -DPIC -o
.libs/libgcjwebplugin_la-gcjwebplugin.o
gcjwebplugin.cc: In function 'NPError GCJ_SetWindow(NPP_t*, NPWindow*)':
gcjwebplugin.cc:293: warning: comparison between signed and unsigned integer
expressions
gcjwebplugin.cc:333: error: cast from 'void*' to 'int' loses precision
gcjwebplugin.cc: In function 'gint send_message_to_appletviewer(const gchar*)':
gcjwebplugin.cc:413: warning: unused variable 'np_error'
With the attached patch 'gcjwebplugin' can be compiled using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/gcjwebplugin-0.3.1/src/gcjwebplugin.cc
./src/gcjwebplugin.cc
--- ../tmp-orig/gcjwebplugin-0.3.1/src/gcjwebplugin.cc 2004-11-28
08:02:14.000000000 +0000
+++ ./src/gcjwebplugin.cc 2004-12-03 21:31:44.768045456 +0000
@@ -326,7 +326,7 @@
else
{
PLUGIN_DEBUG ("GCJ_SetWindow: setting window\n");
- data->xid = g_strdup_printf ("xid %d", (int)(window->window));
+ data->xid = g_strdup_printf ("xid %ld", (long)(window->window));
send_message_to_appletviewer (data->instance_id);
send_message_to_appletviewer (data->xid);
---------------------------------------
Received: (at 284166-close) by bugs.debian.org; 3 Sep 2005 15:19:12 +0000
>From [EMAIL PROTECTED] Sat Sep 03 08:19:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBZlS-0006de-00; Sat, 03 Sep 2005 08:17:06 -0700
From: Michael Koch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#284166: fixed in gcjwebplugin 0.3.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Sep 2005 08:17:06 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: gcjwebplugin
Source-Version: 0.3.2-1
We believe that the bug you reported is fixed in the latest version of
gcjwebplugin, which is due to be installed in the Debian FTP archive:
gcjwebplugin_0.3.2-1.diff.gz
to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.diff.gz
gcjwebplugin_0.3.2-1.dsc
to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1.dsc
gcjwebplugin_0.3.2-1_i386.deb
to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2-1_i386.deb
gcjwebplugin_0.3.2.orig.tar.gz
to pool/main/g/gcjwebplugin/gcjwebplugin_0.3.2.orig.tar.gz
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.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated gcjwebplugin 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, 3 Sep 2005 14:30:58 +0000
Source: gcjwebplugin
Binary: gcjwebplugin
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Koch <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description:
gcjwebplugin - web browser plugin to execute Java (tm) applets
Closes: 284166 287865 306996 307196 309242
Changes:
gcjwebplugin (0.3.2-1) unstable; urgency=low
.
* New upstream release
- Fixes build on amd64 (Closes: #284166)
- Fixes glib linkage (Closes: #309242)
- Fixes incorrect parsing of & on the command line (Closes: #307196)
- Fixes finding of applet (Closes: #287865)
- Removes maintainer private path (Closes: #306996)
- Removed debian/patches/reload.patch
- Reworked debian/patches/jni.patch
* debian/gcjwebplugin.links: Fixed link to GTK peer library
* Upload sponsored by Petter Reinholdtsen
Files:
ac0708be9885cb7c092246004f236a2d 664 net optional gcjwebplugin_0.3.2-1.dsc
525e6814483e34f8376d23847705abad 466872 net optional
gcjwebplugin_0.3.2.orig.tar.gz
0f1627b67c4b39024688a89e6eb9d889 4010 net optional gcjwebplugin_0.3.2-1.diff.gz
ea9d8fe856e5113824843356b396af12 70196 net optional
gcjwebplugin_0.3.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDGbuE20zMSyow1ykRAobUAJ9F22PsGOSK9p3KfLlazUiKBfX3VgCgpKiU
2olTQYUYJxPgxLyXuenLUtU=
=Z4xP
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]