Your message dated Sat, 05 Feb 2005 13:02:03 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284792: fixed in etherape 0.9.0-8
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; 8 Dec 2004 20:16:34 +0000
>From [EMAIL PROTECTED] Wed Dec 08 12:16:34 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158081.adsl.hansenet.de (localhost.localdomain) [213.39.158.81]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cc8Ej-0000ch-00; Wed, 08 Dec 2004 12:16:34 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cc8If-00008B-Bk; Wed, 08 Dec 2004 21:20:37 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: etherape: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 08 Dec 2004 21:20:37 +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: etherape
Severity: normal
Tags: patch
When building 'etherape' on amd64 with gcc-4.0,
I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl
-DGLADEDIR=\""/usr/share/etherape/glade"\" -DCONFDIR=\""/etc/etherape"\"
-DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libglade-2.0
-I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include -g -O2 -I/usr/include -c capture.c
capture.c: In function 'init_capture':
capture.c:100: error: invalid lvalue in assignment
capture.c:120: error: invalid lvalue in assignment
make[3]: *** [capture.o] Error 1
make[3]: Leaving directory `/etherape-0.9.0/src'
With the attached patch 'etherape' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/etherape-0.9.0/src/capture.c ./src/capture.c
--- ../tmp-orig/etherape-0.9.0/src/capture.c 2003-02-25 01:05:29.000000000
+0100
+++ ./src/capture.c 2004-12-08 21:06:11.000000000 +0100
@@ -96,7 +96,7 @@
if (!pref.input_file)
{
if (!
- ((pcap_t *) pch =
+ (pch =
pcap_open_live (device, MAXSIZE, TRUE, PCAP_TIMEOUT, ebuf)))
{
sprintf (errorbuf,
@@ -117,7 +117,7 @@
pref.input_file, device);
return errorbuf;
}
- if (!((pcap_t *) pch = pcap_open_offline (pref.input_file, ebuf)))
+ if (!(pch = pcap_open_offline (pref.input_file, ebuf)))
{
sprintf (errorbuf, _("Error opening %s : %s"), pref.input_file,
ebuf);
---------------------------------------
Received: (at 284792-close) by bugs.debian.org; 5 Feb 2005 18:08:20 +0000
>From [EMAIL PROTECTED] Sat Feb 05 10:08:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxUM0-0003hQ-00; Sat, 05 Feb 2005 10:08:20 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CxUFv-00072V-00; Sat, 05 Feb 2005 13:02:03 -0500
From: Frederic Peters <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#284792: fixed in etherape 0.9.0-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 13:02:03 -0500
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-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
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: etherape
Source-Version: 0.9.0-8
We believe that the bug you reported is fixed in the latest version of
etherape, which is due to be installed in the Debian FTP archive:
etherape_0.9.0-8.diff.gz
to pool/main/e/etherape/etherape_0.9.0-8.diff.gz
etherape_0.9.0-8.dsc
to pool/main/e/etherape/etherape_0.9.0-8.dsc
etherape_0.9.0-8_i386.deb
to pool/main/e/etherape/etherape_0.9.0-8_i386.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.
Frederic Peters <[EMAIL PROTECTED]> (supplier of updated etherape 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, 5 Feb 2005 18:43:11 +0100
Source: etherape
Binary: etherape
Architecture: source i386
Version: 0.9.0-8
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters <[EMAIL PROTECTED]>
Changed-By: Frederic Peters <[EMAIL PROTECTED]>
Description:
etherape - graphical network monitor modeled after etherman
Closes: 284722 284792 293106
Changes:
etherape (0.9.0-8) unstable; urgency=low
.
* glade/etherape.glade2: load/save in glade-2 to get it working with new
libglade2 version. (closes: #293106)
* glade/etherape.glade2: switched top-level menu elements to stock GTK.
* src/capture.c: applied patch from Andreas Jochens to compile with gcc 4.0.
(closes: #284792)
* debian/control: lower-cased first letter of description synopsis
* debian/control: explicit over libpcap-dev package -> libpcap0.7-dev
* debian/control: upped policy version to 3.6.1
* po/fr.po: switched to UTF-8 and filled some missing translations (enough
to closes: #284722)
* debian/rules: moved from dh_installmanpages to dh_installman
Files:
12d3e56acf3b72512e9362e0c61494e9 605 gnome optional etherape_0.9.0-8.dsc
adc63d2f294c12fea19f03b6a0c077ac 52694 gnome optional etherape_0.9.0-8.diff.gz
f2dfe3067ef4c25439ec0b1acb58c0e3 118932 gnome optional
etherape_0.9.0-8_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCBQYAoR3LsWeD7V4RAi+CAJ9Lt1HsHPEfb5AR/j2+E8ixKq4yWgCeNDhJ
9QW+nDIVGZZFNlTC2hPsy9M=
=aN0X
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]