Your message dated Sat, 15 Jul 2006 06:32:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#378162: fixed in linux-wlan-ng 0.2.4+svn20060710-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: linux-wlan-ng-source
Version: 0.2.4+svn20060414-5
Severity: important

Hi,

I tried to compile linux-wlan-ng modules with a 2.6.17 kernel (by using
m-a a-i linux-wlan-ng), and I get the following error:

MODPOST
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/Modules.symvers: 
Invalid argument
/bin/sh: line 1:  8869 Aborted                 scripts/mod/modpost -m -i 
/usr/src/linux-2.6.17-perso/Module.symvers -I 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/../.. 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/Modules.symvers -o 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/../.. 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/Modules.symvers 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/prism2_pci.o 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/prism2_plx.o 
/usr/src/modules/linux-wlan-ng-source/src/prism2/driver/prism2_usb.o

The modpost line is indeed bogus, the attached patch fixes that.

Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-wlan-ng-source depends on:
ii  debhelper                     5.0.37.2   helper programs for debian/rules
ii  module-assistant              0.10.4     tool to make module package creati

linux-wlan-ng-source recommends no packages.

-- no debconf information
diff -ur linux-wlan-ng-source/src/p80211/Makefile 
linux-wlan-ng-source-fix/src/p80211/Makefile
--- linux-wlan-ng-source/src/p80211/Makefile    2006-04-14 10:28:44.000000000 
+0200
+++ linux-wlan-ng-source-fix/src/p80211/Makefile        2006-07-13 
22:48:10.000000000 +0200
@@ -74,7 +74,8 @@
 default:
 
 ifeq ($(KERN_25), y)
-       $(MAKE) -C $(LINUX_SRC) M='$(PWD)/.. $(PWD)' WLAN_SRC=$(WLAN_SRC) 
modules
+       $(MAKE) -C $(LINUX_SRC) M='$(PWD)/..' WLAN_SRC=$(WLAN_SRC) modules
+       $(MAKE) -C $(LINUX_SRC) M='$(PWD)' WLAN_SRC=$(WLAN_SRC) modules
 else
        $(MAKE) -C $(LINUX_SRC) SUBDIRS=$(PWD) WLAN_SRC=$(WLAN_SRC) modules
 endif # KERN_25
diff -ur linux-wlan-ng-source/src/prism2/driver/Makefile 
linux-wlan-ng-source-fix/src/prism2/driver/Makefile
--- linux-wlan-ng-source/src/prism2/driver/Makefile     2006-06-17 
18:00:15.000000000 +0200
+++ linux-wlan-ng-source-fix/src/prism2/driver/Makefile 2006-07-13 
22:47:52.000000000 +0200
@@ -84,7 +84,9 @@
 
 default:
 ifeq ($(KERN_25), y)
-       $(MAKE) -C $(LINUX_SRC) M='$(PWD)/../.. $(PWD)' WLAN_SRC=$(WLAN_SRC) \
+       $(MAKE) -C $(LINUX_SRC) M='$(PWD)/../..' WLAN_SRC=$(WLAN_SRC) \
+               modules
+       $(MAKE) -C $(LINUX_SRC) M='$(PWD)' WLAN_SRC=$(WLAN_SRC) \
                modules
 else # kbuild 2.4
        $(MAKE) -C $(LINUX_SRC) SUBDIRS=$(PWD) WLAN_SRC=$(WLAN_SRC) \

--- End Message ---
--- Begin Message ---
Source: linux-wlan-ng
Source-Version: 0.2.4+svn20060710-1

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

linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
  to 
pool/contrib/l/linux-wlan-ng/linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
linux-wlan-ng_0.2.4+svn20060710-1.dsc
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1.dsc
linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb
linux-wlan-ng_0.2.4+svn20060710.orig.tar.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710.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.
Enrico Tassi <[EMAIL PROTECTED]> (supplier of updated linux-wlan-ng 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: Sat, 15 Jul 2006 14:48:02 +0200
Source: linux-wlan-ng
Binary: linux-wlan-ng-firmware linux-wlan-ng-doc linux-wlan-ng-source 
linux-wlan-ng
Architecture: source all amd64
Version: 0.2.4+svn20060710-1
Distribution: unstable
Urgency: low
Maintainer: Victor Seva <[EMAIL PROTECTED]>
Changed-By: Enrico Tassi <[EMAIL PROTECTED]>
Description: 
 linux-wlan-ng - utilities for wireless prism2 cards
 linux-wlan-ng-doc - documentation for wlan-ng
 linux-wlan-ng-firmware - firmware files used by the linux-wlan-ng driver
 linux-wlan-ng-source - linux-wlan-ng driver
Closes: 367270 377771 378162
Changes: 
 linux-wlan-ng (0.2.4+svn20060710-1) unstable; urgency=low
 .
   [ Victor Seva ]
   * updated to last SVN
   * Solved errors building with 2.6.17 ( Closes: #367270, #378162 )
   * Removed build-essential from Build-Depends ( lintian Error )
   * added udev to depends ( linux-wlan-ng )
 .
   [ Enrico Tassi ]
   * Since pcmcia configuration reload is not strictly necessary and
     since this may fail on an upgrade from pcmcia-cs to pcmciautils,
     is now tolerated (warning the user). (Closes: #377771)
Files: 
 8dde6b68516368529d029d328be55e2a 762 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1.dsc
 45b49d1a463ac8d2dd52aaf0a8c2e278 362198 admin extra 
linux-wlan-ng_0.2.4+svn20060710.orig.tar.gz
 55e65d778062f0bb2cc280eed45bbd36 41073 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
 bc38237a2b4d12df06c617a3734d22ef 460862 admin extra 
linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
 26d58c6d4d1db589513fc5bc79eb2df7 84680 admin extra 
linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
 62e15c8445d0bc0f0cf03b27ae6263d1 45390 contrib/admin extra 
linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
 eeb3c6d86dcde8ee9f3f5850240247b3 122936 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb

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

iD8DBQFEuOze7kkcPgEj8vIRAo9pAJ9vIyLf4eiZeyA6e2SgQTYhz2nozwCgiJrR
cs15t2eBqTS5l/kYbFWVo2w=
=p1Ad
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to