Your message dated Thu, 28 Jul 2005 01:35:48 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297247: fixed in wavemon 0.4.0b-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; 28 Feb 2005 07:44:10 +0000
>From [EMAIL PROTECTED] Sun Feb 27 23:44:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c204041.adsl.hansenet.de (localhost.localdomain) [213.39.204.41] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D5fZZ-0007iA-00; Sun, 27 Feb 2005 23:44:10 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D5gVt-0007Pp-NV; Mon, 28 Feb 2005 09:44:25 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: wavemon: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 Feb 2005 09:44:25 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: wavemon
Severity: normal
Tags: patch

When building 'wavemon' on amd64 with gcc-4.0,
I get the following error:

make[1]: Entering directory `/wavemon-0.4.0b'
cc -O2 -Wall   -c -o conf.o conf.c
cc -O2 -Wall   -c -o llist.o llist.c
llist.c: In function 'arg2element':
llist.c:355: error: invalid lvalue in assignment
make[1]: *** [llist.o] Error 1
make[1]: Leaving directory `/wavemon-0.4.0b'
make: *** [debian/stamp-makefile-build] Error 2

With the attached patch 'wavemon' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/wavemon-0.4.0b/llist.c ./llist.c
--- ../tmp-orig/wavemon-0.4.0b/llist.c  2002-12-21 14:39:33.000000000 +0000
+++ ./llist.c   2005-02-28 08:38:33.424036396 +0000
@@ -352,7 +352,7 @@
                                        *((int *)l->e) = va_arg(*ap, int);
                                        break;
                case 's':       l->e = (void *)malloc(sizeof(char *));
-                                       (char *)l->e = strdup(va_arg(*ap, char 
*));
+                                       l->e = strdup(va_arg(*ap, char *));
                                        break;
                case 'f':       l->e = (void *)malloc(sizeof(double));
                                        *((double *)l->e) = va_arg(*ap, double);

---------------------------------------
Received: (at 297247-close) by bugs.debian.org; 28 Jul 2005 08:54:19 +0000
>From [EMAIL PROTECTED] Thu Jul 28 01:54:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dy3ro-0003yd-00; Thu, 28 Jul 2005 01:35:48 -0700
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#297247: fixed in wavemon 0.4.0b-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 01:35:48 -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: wavemon
Source-Version: 0.4.0b-8

We believe that the bug you reported is fixed in the latest version of
wavemon, which is due to be installed in the Debian FTP archive:

wavemon_0.4.0b-8.diff.gz
  to pool/main/w/wavemon/wavemon_0.4.0b-8.diff.gz
wavemon_0.4.0b-8.dsc
  to pool/main/w/wavemon/wavemon_0.4.0b-8.dsc
wavemon_0.4.0b-8_powerpc.deb
  to pool/main/w/wavemon/wavemon_0.4.0b-8_powerpc.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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated wavemon 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: Tue, 26 Jul 2005 22:38:24 +0200
Source: wavemon
Binary: wavemon
Architecture: source powerpc
Version: 0.4.0b-8
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description: 
 wavemon    - Wireless Device Monitoring Application
Closes: 297247
Changes: 
 wavemon (0.4.0b-8) unstable; urgency=low
 .
   * fix build with gcc-4.0 (closes: #297247), thanks Andreas Jochens
Files: 
 659951334b56062a7bc8c43ddd933f51 585 net extra wavemon_0.4.0b-8.dsc
 d469636d800fe30a94efa7414732ca54 4422 net extra wavemon_0.4.0b-8.diff.gz
 f0b0d2ab460daa01fafc1619ffd657b1 41908 net extra wavemon_0.4.0b-8_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC5qBG+FmQsCSK63MRArsDAJ9u96rk78I4/rAfxlXDt39NlCGXZwCfXy+j
6m8ScjurXt3qrGUxOjAWOIk=
=nQzZ
-----END PGP SIGNATURE-----


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

Reply via email to