Your message dated Mon, 12 Nov 2007 05:26:28 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432533: fixed in rt2570 1.1.0+cvs20070927-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)

--- Begin Message ---
Package: rt2570-source
Severity: serious

Hi,

rt2570 currently fails to build with 2.6.22. I attached the buildlog.

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/
touch config.mk \
                && /usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/rt2570'
make[1]: Leaving directory `/usr/src/modules/rt2570'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/rt2570'
touch config.mk \
                && /usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/rt2570'
make[2]: Leaving directory `/usr/src/modules/rt2570'
dh_clean
dh_clean: cannot read debian/control: No such file or directory

make[1]: [kdist_clean] Error 1 (ignored)
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.22-3-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.22-3-686/g ;s/#KVERS#/2.6.22-3-686/g ; 
s/_KVERS_/2.6.22-3-686/g ; s/##KDREV##/2.6.22-5/g ; s/#KDREV#/2.6.22-5/g ; 
s/_KDREV_/2.6.22-5/g  ' < $templ > ${templ%.modules.in}; \
  done
# Install module
dh_installdirs lib/modules/2.6.22-3-686/kernel/drivers/net/wireless
# Build modules
/usr/bin/make KERNDIR=/usr/src/linux-headers-2.6.22-3-686 PATCHLEVEL=6
make[2]: Entering directory `/usr/src/modules/rt2570'
make[3]: Entering directory `/usr/src/linux-headers-2.6.22-3-686'
  CC [M]  /usr/src/modules/rt2570/rtusb_main.o
In file included from /usr/src/modules/rt2570/rt_config.h:171,
                 from /usr/src/modules/rt2570/rtusb_main.c:36:
/usr/src/modules/rt2570/rt2570sw.h:74:2: error: #error Sorry, this nice piece 
of code was not designed with SMP in mind.
/usr/src/modules/rt2570/rtusb_main.c: In function 'usb_rtusb_probe':
/usr/src/modules/rt2570/rtusb_main.c:1907: error: 'dev_base' undeclared (first 
use in this function)
/usr/src/modules/rt2570/rtusb_main.c:1907: error: (Each undeclared identifier 
is reported only once
/usr/src/modules/rt2570/rtusb_main.c:1907: error: for each function it appears 
in.)
/usr/src/modules/rt2570/rtusb_main.c:1907: error: 'struct net_device' has no 
member named 'next'
make[4]: *** [/usr/src/modules/rt2570/rtusb_main.o] Error 1
make[3]: *** [_module_/usr/src/modules/rt2570] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-3-686'
rt2570.ko failed to build!
make[2]: *** [module] Error 1
make[2]: Leaving directory `/usr/src/modules/rt2570'
make[1]: *** [binary_modules] Error 2
make[1]: Leaving directory `/usr/src/modules/rt2570'
make: *** [kdist_build] Error 2

--- End Message ---
--- Begin Message ---
Source: rt2570
Source-Version: 1.1.0+cvs20070927-1

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

rt2570-source_1.1.0+cvs20070927-1_all.deb
  to pool/main/r/rt2570/rt2570-source_1.1.0+cvs20070927-1_all.deb
rt2570_1.1.0+cvs20070927-1.diff.gz
  to pool/main/r/rt2570/rt2570_1.1.0+cvs20070927-1.diff.gz
rt2570_1.1.0+cvs20070927-1.dsc
  to pool/main/r/rt2570/rt2570_1.1.0+cvs20070927-1.dsc
rt2570_1.1.0+cvs20070927.orig.tar.gz
  to pool/main/r/rt2570/rt2570_1.1.0+cvs20070927.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.
Ben Hutchings <[EMAIL PROTECTED]> (supplier of updated rt2570 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, 11 Nov 2007 23:55:23 +0000
Source: rt2570
Binary: rt2570-source
Architecture: source all
Version: 1.1.0+cvs20070927-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ralink packages maintainers <[EMAIL PROTECTED]>
Changed-By: Ben Hutchings <[EMAIL PROTECTED]>
Description: 
 rt2570-source - source for rt2570 wireless network driver
Closes: 423127 432533 448719
Changes: 
 rt2570 (1.1.0+cvs20070927-1) unstable; urgency=low
 .
   * New CVS snapshot
     - Believed to be SMP-safe (closes: bug#423127)
     - Supports Linux 2.6.22 (closes: bug#432533)
   * Added suggestion of rutilt package
   * Fixed some race conditions in processing of queued work, with help
     from Bryan Batten (004_fix_mlme_queue_locking.diff)
   * Fixed some miscalculated delays (005_fix_delays.diff)
   * Changed probing code to reject devices which require the rt73 driver
     (006_fix_probe_148f_2573.diff)
   * Added dependency of rt2500-source on bzip2 (closes: bug#448719)
Files: 
 9ddbc35a7711c4c4ed710e93cacd2cef 955 net extra rt2570_1.1.0+cvs20070927-1.dsc
 9d5aef2c973081d2b469dc9644e8fdbc 256945 net extra 
rt2570_1.1.0+cvs20070927.orig.tar.gz
 5e92f9203619a1b49b1f801864ae7e14 8559 net extra 
rt2570_1.1.0+cvs20070927-1.diff.gz
 fbb794234cfbc31f78d34ca3b45d205e 211042 net extra 
rt2570-source_1.1.0+cvs20070927-1_all.deb

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

iD8DBQFHN6At79ZNCRIGYgcRArMNAJ9N0PrircOHelWtr5atUtsT2zWF5wCg0gVR
RWoBjdp0G0HIMGsiweZ1Ivs=
=+P6k
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to