Your message dated Sun, 13 Apr 2008 23:09:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line ipw3945 has been removed from Debian, closing #446905
has caused the Debian Bug report #446905,
regarding ipw3945-source: does not build with vanilla 2.6.24
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
446905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446905
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ipw3945-source
Version: 1.2.2-1
Severity: normal


When trying to build with make-kpkg modules_image in a up2date sid:

| # Build the module
| /usr/bin/make modules KSRC=/usr/src/linux-2.6.24 KVER=2.6.24
| make[3]: Entering directory `/usr/src/modules/ipw3945'
| mkdir -p /usr/src/modules/ipw3945/tmp/.tmp_versions
| /usr/bin/make -C /usr/src/linux-2.6.24 M=/usr/src/modules/ipw3945 
MODVERDIR=/usr/src/modules/ipw3945/tmp/.tmp_versions modules
| make[4]: Entering directory `/usr/src/linux-2.6.24'
|   CC [M]  /usr/src/modules/ipw3945/ipw3945.o
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_print_rx_config_cmd’:
| /usr/src/modules/ipw3945/ipw3945.c:2729: error: implicit declaration of 
function ‘MAC_ARG’
| /usr/src/modules/ipw3945/ipw3945.c:2729: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:2731: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_start_association’:
| /usr/src/modules/ipw3945/ipw3945.c:4444: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_add_station’:
| /usr/src/modules/ipw3945/ipw3945.c:6685: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_find_station’:
| /usr/src/modules/ipw3945/ipw3945.c:6727: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_send_disassociate’:
| /usr/src/modules/ipw3945/ipw3945.c:6769: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_find_adhoc_network’:
| /usr/src/modules/ipw3945/ipw3945.c:7521: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7533: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7547: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7568: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘const char *’
| /usr/src/modules/ipw3945/ipw3945.c:7568: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7599: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7614: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7626: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘char * const’
| /usr/src/modules/ipw3945/ipw3945.c:7626: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 7 has type ‘char * const’
| /usr/src/modules/ipw3945/ipw3945.c:7626: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7641: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7652: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7676: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7691: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_best_network’:
| /usr/src/modules/ipw3945/ipw3945.c:7754: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7764: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7775: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7785: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7795: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7807: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7821: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7842: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘const char *’
| /usr/src/modules/ipw3945/ipw3945.c:7842: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7860: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘const char *’
| /usr/src/modules/ipw3945/ipw3945.c:7860: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7875: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘long unsigned int’
| /usr/src/modules/ipw3945/ipw3945.c:7875: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7888: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7903: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7915: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘char * const’
| /usr/src/modules/ipw3945/ipw3945.c:7915: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 7 has type ‘char * const’
| /usr/src/modules/ipw3945/ipw3945.c:7915: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7931: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7942: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7966: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:7981: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_debug_config’:
| /usr/src/modules/ipw3945/ipw3945.c:8127: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_handle_assoc_response’:
| /usr/src/modules/ipw3945/ipw3945.c:9892: warning: format ‘%02x’ expects type 
‘unsigned int’, but argument 6 has type ‘const char *’
| /usr/src/modules/ipw3945/ipw3945.c:9892: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c:9915: warning: too few arguments for format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_associate_network’:
| /usr/src/modules/ipw3945/ipw3945.c:10098: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_handle_reply_rx’:
| /usr/src/modules/ipw3945/ipw3945.c:11305: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c:11312: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_wx_set_wap’:
| /usr/src/modules/ipw3945/ipw3945.c:12163: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_wx_get_wap’:
| /usr/src/modules/ipw3945/ipw3945.c:12192: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_tx_skb’:
| /usr/src/modules/ipw3945/ipw3945.c:15020: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_net_set_mac_address’:
| /usr/src/modules/ipw3945/ipw3945.c:15217: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_up’:
| /usr/src/modules/ipw3945/ipw3945.c:16078: warning: too few arguments for 
format
| /usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_pci_probe’:
| /usr/src/modules/ipw3945/ipw3945.c:16594: error: implicit declaration of 
function ‘SET_MODULE_OWNER’
| make[5]: *** [/usr/src/modules/ipw3945/ipw3945.o] Error 1
| make[4]: *** [_module_/usr/src/modules/ipw3945] Error 2
| make[4]: Leaving directory `/usr/src/linux-2.6.24'
| make[3]: *** [modules] Error 2
| make[3]: Leaving directory `/usr/src/modules/ipw3945'
| make[2]: *** [binary-modules] Error 2
| make[2]: Leaving directory `/usr/src/modules/ipw3945'
| make[1]: *** [kdist_build] Error 2
| make[1]: Leaving directory `/usr/src/modules/ipw3945'

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ipw3945-source depends on:
ii  bzip2                         1.0.4-2    high-quality block-sorting file co
ii  debhelper                     6.0.3      helper programs for debian/rules
ii  dpatch                        2.0.28     patch maintenance system for Debia
ii  make                          3.81-3     The GNU version of the "make" util
ii  module-assistant              0.10.11.0  tool to make module package creati

ipw3945-source recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.1.2-7

The ipw3945 package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/475038 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues

http://Marco.Tondela.org



--- End Message ---

Reply via email to