Your message dated Tue, 13 Dec 2005 04:32:26 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327075: fixed in netapplet 1.0.8-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; 7 Sep 2005 12:46:54 +0000
>From [EMAIL PROTECTED] Wed Sep 07 05:46:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d020135.adsl.hansenet.de (localhost.localdomain) [80.171.20.135] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ECzKH-0004aZ-00; Wed, 07 Sep 2005 05:46:54 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1ECzKG-0006H7-Go; Wed, 07 Sep 2005 14:46:52 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: netapplet: FTBFS: undefined reference to `iw_pr_ether'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 07 Sep 2005 14:46:52 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: netapplet
Version: 1.0.0-1
Severity: serious
Tags: patch

When building 'netapplet' on unstable, I get the following error:

netdaemon.c: In function 'netdaemon_do_get_accesspoints':
netdaemon.c:788: warning: implicit declaration of function 'iw_pr_ether'
netdaemon.c: In function 'netdaemon_do_change_essid_debian':
netdaemon.c:860: warning: unused parameter 'channel'
x86_64-linux-gnu-gcc  -Wall -g -O2   -o netdaemon  netcommon.o netdaemon.o 
-lglib-2.0   -liw 
netdaemon.o: In function `netdaemon_do_get_accesspoints':
/netapplet-1.0.0/src/netdaemon.c:788: undefined reference to `iw_pr_ether'
netdaemon.o: In function `netdaemon_do_get_wireless':
/netapplet-1.0.0/src/netdaemon.c:1077: undefined reference to `iw_pr_ether'
collect2: ld returned 1 exit status
make[3]: *** [netdaemon] Error 1
make[3]: Leaving directory `/netapplet-1.0.0/src'

With the attached patch 'netapplet' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/netapplet-1.0.0/src/netdaemon.c ./src/netdaemon.c
--- ../tmp-orig/netapplet-1.0.0/src/netdaemon.c 2005-09-07 12:31:44.000000000 
+0000
+++ ./src/netdaemon.c   2005-09-07 12:31:26.000000000 +0000
@@ -785,7 +785,7 @@
                        char ap_addr[128];
                        
                        memset (ap_addr, 0, 128);
-                       iw_pr_ether (ap_addr, wrq.u.ap_addr.sa_data);
+                       iw_ether_ntop (wrq.u.ap_addr.sa_data, ap_addr);
                        
                        if (!is_valid_ap_address (ap_addr)) {
                                error = TRUE;
@@ -1074,7 +1074,7 @@
                char ap_addr[128];
 
                memset (ap_addr, 0, 128);
-               iw_pr_ether (ap_addr, wrq.u.ap_addr.sa_data);
+               iw_ether_ntop (wrq.u.ap_addr.sa_data, ap_addr);
 
                if (!is_valid_ap_address (ap_addr)) {
                        /* This is kind of ugly... */

---------------------------------------
Received: (at 327075-close) by bugs.debian.org; 13 Dec 2005 12:41:30 +0000
>From [EMAIL PROTECTED] Tue Dec 13 04:41:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Em9KU-0002ja-12; Tue, 13 Dec 2005 04:32:26 -0800
From: Matthew Garrett <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#327075: fixed in netapplet 1.0.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 13 Dec 2005 04:32:26 -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=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: netapplet
Source-Version: 1.0.8-1

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

netapplet_1.0.8-1.diff.gz
  to pool/main/n/netapplet/netapplet_1.0.8-1.diff.gz
netapplet_1.0.8-1.dsc
  to pool/main/n/netapplet/netapplet_1.0.8-1.dsc
netapplet_1.0.8-1_i386.deb
  to pool/main/n/netapplet/netapplet_1.0.8-1_i386.deb
netapplet_1.0.8.orig.tar.gz
  to pool/main/n/netapplet/netapplet_1.0.8.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.
Matthew Garrett <[EMAIL PROTECTED]> (supplier of updated netapplet 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: Mon, 12 Dec 2005 18:56:53 +0000
Source: netapplet
Binary: netapplet
Architecture: source i386
Version: 1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Matthew Garrett <[EMAIL PROTECTED]>
Changed-By: Matthew Garrett <[EMAIL PROTECTED]>
Description: 
 netapplet  - User-friendly network interface control applet
Closes: 301693 316212 327075
Changes: 
 netapplet (1.0.8-1) unstable; urgency=low
 .
   * New upstream release
   * Fix references to iw_pr_ether (closes: #327075)
   * Rebuilt with latest libiw (closes: #316212)
   * Fix .desktop file (closes: #301693)
Files: 
 f54ab74853fa532f38631705b45c720f 664 gnome optional netapplet_1.0.8-1.dsc
 28adcadb4c1817760c82a9e76e93ae9f 183609 gnome optional 
netapplet_1.0.8.orig.tar.gz
 6ae03fc19a9a5b2a11054bb5f53cdaf6 48519 gnome optional netapplet_1.0.8-1.diff.gz
 756a6d347b5055382347fbd72620c696 78966 gnome optional 
netapplet_1.0.8-1_i386.deb

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

iD8DBQFDnjuw7Hkv8l1YiTsRAgF1AJ4h47RllnGmrqKbqwySga866JBqTwCdFeFS
/0RzOmBMIWkxy9zAfBT+rdY=
=M8Ab
-----END PGP SIGNATURE-----


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

Reply via email to