Your message dated Sun, 06 Jan 2008 23:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#456460: fixed in acx100 20070101-2
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: acx100-source
Version: 20070101-1
Severity: wishlist
*** Please type your report below this line ***
Building acx100 fails with the following error message:
# Build modules
/usr/bin/make -C "/tmp/pkg/linux" M="/tmp/pkg/modules/acx100"
make[4]: Entering directory `/tmp/pkg/linux-2.6.24-rc4-git5-slh64-smp-1'
LD /tmp/pkg/modules/acx100/built-in.o
CC [M] /tmp/pkg/modules/acx100/wlan.o
CC [M] /tmp/pkg/modules/acx100/conv.o
/tmp/pkg/modules/acx100/conv.c: In function 'acx_rxbuf_to_ether':
/tmp/pkg/modules/acx100/conv.c:502: warning: cast from pointer to integer of
different size
CC [M] /tmp/pkg/modules/acx100/ioctl.o
CC [M] /tmp/pkg/modules/acx100/common.o
/tmp/pkg/modules/acx100/common.c: In function 'acx_s_proc_diag_output':
/tmp/pkg/modules/acx100/common.c:1249: warning: format '%u' expects type
'unsigned int', but argument 4 has type 'long unsigned int'
/tmp/pkg/modules/acx100/common.c:1527: warning: cast from pointer to integer of
different size
/tmp/pkg/modules/acx100/common.c:1527: warning: cast from pointer to integer of
different size
/tmp/pkg/modules/acx100/common.c:1532: warning: cast from pointer to integer of
different size
/tmp/pkg/modules/acx100/common.c:1532: warning: cast from pointer to integer of
different size
/tmp/pkg/modules/acx100/common.c: In function 'manage_proc_entries':
/tmp/pkg/modules/acx100/common.c:1716: warning: passing argument 1 of
'ndev2adev' discards qualifiers from pointer target type
CC [M] /tmp/pkg/modules/acx100/pci.o
CC [M] /tmp/pkg/modules/acx100/usb.o
/tmp/pkg/modules/acx100/usb.c: In function 'acxusb_e_probe':
/tmp/pkg/modules/acx100/usb.c:862: error: implicit declaration of function
'SET_MODULE_OWNER'
Introduced by "Nuke SET_MODULE_OWNER macro":
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=10d024c1b2fd58af8362670d7d6e5ae52fc33353
The attached debdiff fixes this build error by retaining (untested) kernel
2.4 compatibility, SET_MODULE_OWNER could be removed unconditionally for
all kernels that are important for lenny (it should be obsolete since
2.5.66).
Tested (iwlist s) with kernel 2.6.23.11 and 2.6.24-rc5-git3 on i386:
06:00.0 Network controller [0280]: Texas Instruments ACX 100 22Mbps Wireless
Interface [104c:8400]
Regards
Stefan Lippers-Hollmann
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'testing'), (50, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-rc5-git1-slh64-smp-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages acx100-source depends on:
ii debhelper 5.0.62 helper programs for debian/rules
ii module-assistant 0.10.11 tool to make module package creati
acx100-source recommends no packages.
-- no debconf information
diff -u acx100-20070101/pci.c acx100-20070101/pci.c
--- acx100-20070101/pci.c
+++ acx100-20070101/pci.c
@@ -1617,9 +1617,11 @@
acx_show_card_eeprom_id(adev);
#endif /* NONESSENTIAL_FEATURES */
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
#ifdef SET_MODULE_OWNER
SET_MODULE_OWNER(ndev);
#endif
+#endif
SET_NETDEV_DEV(ndev, &pdev->dev);
log(L_IRQ|L_INIT, "using IRQ %d\n", pdev->irq);
--- acx100-20070101.orig/usb.c
+++ acx100-20070101/usb.c
@@ -859,7 +859,9 @@
ndev->watchdog_timeo = 4 * HZ;
#endif
ndev->change_mtu = &acx_e_change_mtu;
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
SET_MODULE_OWNER(ndev);
+#endif
/* Setup private driver context */
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: acx100
Source-Version: 20070101-2
We believe that the bug you reported is fixed in the latest version of
acx100, which is due to be installed in the Debian FTP archive:
acx100-source_20070101-2_all.deb
to pool/contrib/a/acx100/acx100-source_20070101-2_all.deb
acx100_20070101-2.diff.gz
to pool/contrib/a/acx100/acx100_20070101-2.diff.gz
acx100_20070101-2.dsc
to pool/contrib/a/acx100/acx100_20070101-2.dsc
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.
Stefano Canepa <[EMAIL PROTECTED]> (supplier of updated acx100 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, 06 Jan 2008 23:45:56 +0100
Source: acx100
Binary: acx100-source
Architecture: source all
Version: 20070101-2
Distribution: unstable
Urgency: low
Maintainer: Stefano Canepa <[EMAIL PROTECTED]>
Changed-By: Stefano Canepa <[EMAIL PROTECTED]>
Description:
acx100-source - ACX100/ACX111 wireless network drivers source
Closes: 456460
Changes:
acx100 (20070101-2) unstable; urgency=low
.
* Uses dpatch to apply a patch for 2.6.23.11 and 2.6.24-rc5-git3
compatiblity. (Closes: #456460)
* Commented out dh_installdirs to do not create and empty directory at
install time
* Standard-Versions set to 3.7.3
Files:
31e737f4002dc2645fbfa7d03843124f 615 contrib/net extra acx100_20070101-2.dsc
8594396fa40200122e91df5a0d575eba 15925 contrib/net extra
acx100_20070101-2.diff.gz
a072bae10265826ce7d4d4059aeadfbb 224842 contrib/net extra
acx100-source_20070101-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHgVqpC6DuA+rxm2ARAhNFAKCOC18OTO03dUmTD6arOJaq6aHXxwCfZdEK
3U092dtZTtbAKLwqwUVQigI=
=b3Vw
-----END PGP SIGNATURE-----
--- End Message ---