Your message dated Sun, 06 Nov 2005 07:17:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337785: fixed in ipw2100 1.1.3-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; 27 Oct 2005 17:53:52 +0000
>From [EMAIL PROTECTED] Thu Oct 27 10:53:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from heme.elem.com [69.13.230.185] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1EVBwm-0000pS-00; Thu, 27 Oct 2005 10:53:52 -0700
Received: (qmail 1158 invoked by uid 1160); 27 Oct 2005 17:53:51 -0000
Received: from [66.116.68.96] (HELO pion.elem.com) (66.116.68.96)
  (smtp-auth username joe, mechanism login)
  by heme.elem.com (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 10:53:51 -0700
Received: from joe by pion.elem.com with local (Exim 3.36 #1 (Debian))
        id 1EVBwi-0001Zi-00; Thu, 27 Oct 2005 10:53:48 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Joe Edmonds <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ipw2100-source: version 1.1.2-3 fails to compile against 2.6.12-10 
(struct
 ieee80211_hdr problems)
X-Mailer: reportbug 3.17
Date: Thu, 27 Oct 2005 10:53:48 -0700
Message-Id: <[EMAIL PROTECTED]>
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: ipw2100-source
Version: 1.1.2-3
Severity: important
Justification: fails to build from source


I am unable to compile ipw2100-source using either module-assistant or
the package's debian/rules script.  Here are the errors I get:

pion:/usr/src/modules/ipw2100# debian/rules binary-modules
/usr/bin/gcc-4.0
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.12-1-686/g ;s/#KVERS#/2.6.12-1-686/g ; 
s/_KVERS_/2.6.12-1-686/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g' < 
$templ > ${templ%.modules.in}; \
  done
export DH_OPTIONS='-pipw2100-modules-2.6.12-1-686'
sed s/_UPSTREAM_VERSION_/1.1.2/ < debian/config > debian/config.new
mv debian/config.new debian/config
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make -C driver KSRC=/usr/src/linux-headers-2.6.12-1-686 
KVER=2.6.12-1-686 IEEE80211_INC=/usr/include/ieee80211
make[1]: Entering directory `/usr/src/modules/ipw2100/driver'
mkdir -p /usr/src/modules/ipw2100/driver/tmp/.tmp_versions
cp /usr/include/ieee80211/*.mod 
/usr/src/modules/ipw2100/driver/tmp/.tmp_versions
cp: cannot stat `/usr/include/ieee80211/*.mod': No such file or directory
make[1]: [modules] Error 1 (ignored)
/usr/bin/make -C /usr/src/linux-headers-2.6.12-1-686 
M=/usr/src/modules/ipw2100/driver 
MODVERDIR=/usr/src/modules/ipw2100/driver/tmp/.tmp_versions CC="gcc-4.0 
-I/usr/include/ieee80211" modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.12-1-686'
  CC [M]  /usr/src/modules/ipw2100/driver/ipw2100.o
/usr/src/modules/ipw2100/driver/ipw2100.c: In function '__ipw2100_rx_process':
/usr/src/modules/ipw2100/driver/ipw2100.c:2499: warning: passing argument 2 of 
'ieee80211_rx_mgt' from incompatible pointer type
/usr/src/modules/ipw2100/driver/ipw2100.c: In function 'ipw2100_tx_send_data':
/usr/src/modules/ipw2100/driver/ipw2100.c:2889: error: 'struct ieee80211_hdr' 
has no member named 'addr2'
/usr/src/modules/ipw2100/driver/ipw2100.c:2889: error: 'struct ieee80211_hdr' 
has no member named 'addr2'
/usr/src/modules/ipw2100/driver/ipw2100.c:2890: error: 'struct ieee80211_hdr' 
has no member named 'addr3'
/usr/src/modules/ipw2100/driver/ipw2100.c:2890: error: 'struct ieee80211_hdr' 
has no member named 'addr3'
/usr/src/modules/ipw2100/driver/ipw2100.c:2894: error: 'struct ieee80211_hdr' 
has no member named 'addr2'
/usr/src/modules/ipw2100/driver/ipw2100.c:2894: error: 'struct ieee80211_hdr' 
has no member named 'addr2'
/usr/src/modules/ipw2100/driver/ipw2100.c:2895: error: 'struct ieee80211_hdr' 
has no member named 'addr1'
/usr/src/modules/ipw2100/driver/ipw2100.c:2895: error: 'struct ieee80211_hdr' 
has no member named 'addr1'
/usr/src/modules/ipw2100/driver/ipw2100.c: In function 'ipw2100_wpa_set_param':
/usr/src/modules/ipw2100/driver/ipw2100.c:5595: error: 'struct 
ieee80211_device' has no member named 'tkip_countermeasures'
/usr/src/modules/ipw2100/driver/ipw2100.c: In function 'ipw2100_alloc_device':
/usr/src/modules/ipw2100/driver/ipw2100.c:6088: error: 'struct 
ieee80211_device' has no member named 'tkip_countermeasures'
make[3]: *** [/usr/src/modules/ipw2100/driver/ipw2100.o] Error 1
make[2]: *** [_module_/usr/src/modules/ipw2100/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-1-686'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/modules/ipw2100/driver'
make: *** [binary-modules] Error 2


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ipw2100-source depends on:
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  debhelper                     4.9.13     helper programs for debian/rules
ii  ieee80211-source              1.1.6-2    Source for the 802.11 (wireless) n
ii  module-assistant              0.9.10     tool to make module package creati

ipw2100-source recommends no packages.

-- debconf information:
* ipw2100/firmware_note:

---------------------------------------
Received: (at 337785-close) by bugs.debian.org; 6 Nov 2005 15:21:32 +0000
>From [EMAIL PROTECTED] Sun Nov 06 07:21:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EYmGb-00086j-00; Sun, 06 Nov 2005 07:17:09 -0800
From: Sebastian Ley <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#337785: fixed in ipw2100 1.1.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 06 Nov 2005 07:17:09 -0800
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: ipw2100
Source-Version: 1.1.3-1

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

ipw2100-source_1.1.3-1_all.deb
  to pool/contrib/i/ipw2100/ipw2100-source_1.1.3-1_all.deb
ipw2100_1.1.3-1.diff.gz
  to pool/contrib/i/ipw2100/ipw2100_1.1.3-1.diff.gz
ipw2100_1.1.3-1.dsc
  to pool/contrib/i/ipw2100/ipw2100_1.1.3-1.dsc
ipw2100_1.1.3.orig.tar.gz
  to pool/contrib/i/ipw2100/ipw2100_1.1.3.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.
Sebastian Ley <[EMAIL PROTECTED]> (supplier of updated ipw2100 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: Sun,  6 Nov 2005 15:59:24 +0100
Source: ipw2100
Binary: ipw2100-source
Architecture: source all
Version: 1.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Ley <[EMAIL PROTECTED]>
Changed-By: Sebastian Ley <[EMAIL PROTECTED]>
Description: 
 ipw2100-source - source for the ipw2100 driver
Closes: 330348 336082 337785
Changes: 
 ipw2100 (1.1.3-1) unstable; urgency=low
 .
   * New upstream release.
     - Builds against ieee80211 1.0.6. (Closes: #336082, #337785)
   * Added Swedish debconf transaltions, thanks to Daniel Nylander.
     (Closes: #330348)
   * Remove 03-fix_build_ieee80211_1.0.3.dpatch
   * Require ieee802.11 version >= 1.0.5, as recommended by upstream.
Files: 
 328cd49d9ccfbc364079665473f196f0 580 contrib/net optional ipw2100_1.1.3-1.dsc
 97403ca85730eb7f2d06d9dcbb653228 171658 contrib/net optional 
ipw2100_1.1.3.orig.tar.gz
 a4c3ce4efb921bb25a8d22bcefebfafb 10310 contrib/net optional 
ipw2100_1.1.3-1.diff.gz
 ab19a6a92a347e074da974d0e769d3f6 104416 contrib/net optional 
ipw2100-source_1.1.3-1_all.deb

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

iD8DBQFDbh1dl+AzCZ/W4+YRAk+QAJ90hoJux6mYdYUDz4+xeWO+DLEpNQCfdF/j
IwzX4hEBc8bZAD16vn3zqzw=
=St68
-----END PGP SIGNATURE-----


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

Reply via email to