Your message dated Sat, 04 Feb 2006 03:02:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351301: fixed in bcm43xx 20060125-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 ---
>From [EMAIL PROTECTED] Fri Feb 03 15:03:28 2006
Received: (at submit) by bugs.debian.org; 3 Feb 2006 23:03:28 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from uucp.gnuu.de ([151.189.20.84])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F59xg-0006E8-7c
        for [EMAIL PROTECTED]; Fri, 03 Feb 2006 15:03:28 -0800
Received: from alea.gnuu.de ([EMAIL PROTECTED])
        by uucp.gnuu.de (8.12.9/8.12.9) with bsmtp id k13N3Rp6084270
        for [EMAIL PROTECTED]; Sat, 4 Feb 2006 00:03:27 +0100 (CET)
        (envelope-from [EMAIL PROTECTED])
Received: from ibook.localnet ([192.168.0.5] helo=alea.gnuu.de)
        by alea.gnuu.de with esmtp (Exim 4.50)
        id 1F576N-00057t-Lo
        for [EMAIL PROTECTED]; Fri, 03 Feb 2006 21:00:15 +0100
Received: from joerg by alea.gnuu.de with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1F4yDh-0003Kq-4V
        for [EMAIL PROTECTED]; Fri, 03 Feb 2006 11:31:13 +0100
Date: Fri, 3 Feb 2006 11:31:13 +0100
From: =?iso-8859-1?Q?J=F6rg?= Sommer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bcm43xx-source: support for external softmac include files
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj"
Content-Disposition: inline
X-Reportbug-Version: 3.18
User-Agent: mutt-ng/devel-r774 (Debian)
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--O5XBE6gyVG5Rl6Rj
Content-Type: multipart/mixed; boundary="YZ5djTAD1cGYuMQK"
Content-Disposition: inline


--YZ5djTAD1cGYuMQK
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: bcm43xx-source
Version: 20060108-5
Severity: wishlist
Tags: patch

Hi,

I want to compile the module from my own kernel tree. Therefore I build
the ieee80211softmac-headers package and installed it. It places its
files in /usr/src/linux-headers-2.6.15.1/. I run make-kpkg from
/usr/src/linux-2.6.15.1/. Hence the ieee80211softmac include files don't
get found by the compiler.

The attached patch uses dpatch, so you must add it to the dependencies.

Bye, J=F6rg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.1
Locale: LANG=3Dde_DE, LC_CTYPE=3Dde_DE (charmap=3DISO-8859-1)

Versions of packages bcm43xx-source depends on:
ii  bzip2                     1.0.3-2        high-quality block-sorting fil=
e co
ii  debhelper                 5.0.20         helper programs for debian/rul=
es
ii  make                      3.80+3.81.b4-1 The GNU version of the "make" =
util
ii  module-assistant          0.10.2         tool to make module package cr=
eati

Versions of packages bcm43xx-source recommends:
ii  bcm43xx-fwcutter              20060108-3 Utility for extracting Broadco=
m 43

-- no debconf information

--YZ5djTAD1cGYuMQK
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

diff -u -Nr modules/bcm43xx/debian/patches/00list /usr/src/modules/bcm43xx/=
debian/patches/00list
--- modules/bcm43xx/debian/patches/00list       1970-01-01 01:00:00.000000000 
+01=
00
+++ /usr/src/modules/bcm43xx/debian/patches/00list      2006-02-03 
10:57:37.0000=
00000 +0100
@@ -0,0 +1,1 @@
+external_softmac
diff -u -Nr modules/bcm43xx/debian/patches/external_softmac.dpatch /usr/src=
/modules/bcm43xx/debian/patches/external_softmac.dpatch
--- modules/bcm43xx/debian/patches/external_softmac.dpatch      1970-01-01 
01:00=
:00.000000000 +0100
+++ /usr/src/modules/bcm43xx/debian/patches/external_softmac.dpatch     2006-02=
-03 10:59:25.000000000 +0100
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## external_softmac.dpatch by J=C3=B6rg Sommer <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch _pre_pends the include directory for the softmac files to
+## DP: make they are found before the kernel include files, i.e. override
+## DP: the kernel include files.
+
[EMAIL PROTECTED]@
+diff -urNad bcm43xx~/Makefile bcm43xx/Makefile
+--- bcm43xx~/Makefile  2006-02-03 10:56:24.000000000 +0100
++++ bcm43xx/Makefile   2006-02-03 10:56:57.923444000 +0100
+@@ -26,7 +26,7 @@
+=20
+ CFLAGS +=3D -DBCM43xx_VERSION=3D$(VERSION) -I/lib/modules/$(KVER)/include
+ ifneq ($(SOFTMAC_DIR),)
+-CFLAGS +=3D -I$(SOFTMAC_DIR)
++CPPFLAGS :=3D -I$(SOFTMAC_DIR) $(CPPFLAGS)
+ endif
+=20
+ ifneq ($(KERNELRELEASE),)
diff -u -Nr modules/bcm43xx/debian/rules /usr/src/modules/bcm43xx/debian/ru=
les
--- modules/bcm43xx/debian/rules        2006-01-27 10:20:40.000000000 +0100
+++ /usr/src/modules/bcm43xx/debian/rules       2006-02-03 11:29:07.000000000 
+01=
00
@@ -12,6 +12,8 @@
 # either dep/indep for things like common files or userspace components
 # needed for the kernel modules.
=20
+include /usr/share/dpatch/dpatch.make
+
 # Uncomment this to turn on verbose mode.=20
 #export DH_VERBOSE=3D1
=20
@@ -58,7 +60,7 @@
 # by kdist* rules by dependency. It should configure the module so it is
 # ready for compilation (mostly useful for calling configure).
 # prep-deb-files from module-assistant creates the neccessary debian/ file=
s=20
-kdist_config: prep-deb-files
+kdist_config: prep-deb-files patch-stamp
  =20
 # the kdist_clean target is called by make-kpkg modules_clean and from
 # kdist* rules. It is responsible for cleaning up any changes that have
@@ -78,7 +80,7 @@
 ALL_FLAVOURS=3D$(I386_FLAVOURS) $(POWERPC_FLAVOURS)
=20
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch-stamp
        dh_testdir
        touch configure-stamp
=20
@@ -115,8 +117,11 @@
        dh_clean -k
        dh_installdirs
=20
-       SOFTMAC_DIR=3D$(KSRC)/include KDIR=3D$(KSRC) KVER=3D$(KVERS) $(MAKE)
-=09
+ifeq "$(wildcard $(KSRC)/include/net/ieee80211softmac.h)" ""
+       $(MAKE) SOFTMAC_DIR=3D/usr/src/linux-headers-$(KVERS)/include 
KDIR=3D$(KS=
RC) KVER=3D$(KVERS)
+else
+       $(MAKE) SOFTMAC_DIR=3D$(KSRC)/include KDIR=3D$(KSRC) KVER=3D$(KVERS)
+endif=09
        # Install the module
        mkdir -p 
debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/kernel/drivers/n=
et/bcm43xx
        cp $(sname).ko 
debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/kernel/dri=
vers/net/bcm43xx
@@ -147,6 +152,8 @@
        -$(MAKE) clean
        rm -f *.ko-*
 =09
+       -$(MAKE) -f debian/rules unpatch
+
        dh_clean
=20
 install: DH_OPTIONS=3D

--YZ5djTAD1cGYuMQK--

--O5XBE6gyVG5Rl6Rj
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iQEVAwUBQ+Mw8IZ13Cz2nwVYAQL5owgAuVJanSJzcbORKwnOcvFrMK1yhLgkt6IX
eGEJKgLa0ZCfhrM+J856mUZnV9C9dP+Vrhce9JsgEGeTAMdYTU3vlbtXSrbDwWnE
mfJauIWryaZUyCZDETsIt9SFEVj00J/bU4o/b17/ZJLW4g8Ru7q/yYtO1FHMK2vV
/MEVUkH+tLwruDDZno87v5WdeIs2/4M/QY3c82Kw9US+NmxWSZCuytvivM76wsDB
8+DHrw4jo58li48qrJwXy1bQR2Rm2aylwd4QmgTbwFFiaTMCToKNDjcj7ntloaYp
t6srXzZw80MDVclQaETR4c8AAs9D8k+gifstriBKT0JRuSlHMGeVpA==
=NYps
-----END PGP SIGNATURE-----

--O5XBE6gyVG5Rl6Rj--


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sat Feb 04 03:12:52 2006
Received: (at 351301-close) by bugs.debian.org; 4 Feb 2006 11:12:52 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F5LBJ-0003OF-GE; Sat, 04 Feb 2006 03:02:17 -0800
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#351301: fixed in bcm43xx 20060125-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 04 Feb 2006 03:02:17 -0800
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: bcm43xx
Source-Version: 20060125-2

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

bcm43xx-modules-2.6.15-1-powerpc-smp_20060125-2_powerpc.deb
  to 
pool/contrib/b/bcm43xx/bcm43xx-modules-2.6.15-1-powerpc-smp_20060125-2_powerpc.deb
bcm43xx-modules-2.6.15-1-powerpc_20060125-2_powerpc.deb
  to 
pool/contrib/b/bcm43xx/bcm43xx-modules-2.6.15-1-powerpc_20060125-2_powerpc.deb
bcm43xx-source_20060125-2_all.deb
  to pool/contrib/b/bcm43xx/bcm43xx-source_20060125-2_all.deb
bcm43xx_20060125-2.diff.gz
  to pool/contrib/b/bcm43xx/bcm43xx_20060125-2.diff.gz
bcm43xx_20060125-2.dsc
  to pool/contrib/b/bcm43xx/bcm43xx_20060125-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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated bcm43xx 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,  4 Feb 2006 10:11:42 +0100
Source: bcm43xx
Binary: bcm43xx-modules-2.6.15-1-k7-smp bcm43xx-modules-2.6.15-1-486 
bcm43xx-modules-2.6.15-1-k7 bcm43xx-modules-2.6.15-1-amd64-k8 
bcm43xx-modules-2.6.15-1-powerpc-smp bcm43xx-modules-2.6.15-1-686-smp 
bcm43xx-modules-2.6.15-1-em64t-p4 bcm43xx-source 
bcm43xx-modules-2.6.15-1-amd64-k8-smp bcm43xx-modules-2.6.15-1-powerpc 
bcm43xx-modules-2.6.15-1-686 bcm43xx-modules-2.6.15-1-em64t-p4-smp 
bcm43xx-modules-2.6.15-1-amd64-generic
Architecture: source powerpc all
Version: 20060125-2
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description: 
 bcm43xx-modules-2.6.15-1-powerpc - Broadcom 43xx Wireless LAN driver module 
for Linux 2.6.15-1-power
 bcm43xx-modules-2.6.15-1-powerpc-smp - Broadcom 43xx Wireless LAN driver 
module for Linux 2.6.15-1-power
 bcm43xx-source - Source for the bcm43xx driver
Closes: 351301 351302
Changes: 
 bcm43xx (20060125-2) unstable; urgency=low
 .
   * add missing depends on ieee80211softmac-source to bcm43xx-source,
     thanks Jörg Sommer (closes: #351302)
   * add debian/rules part for prepending the kernel include dir for the
     softmac files, thanks Jörg Sommer again (closes: #351301)
   * add pach from gentoo CVS adding stats support
   * add README.Debian
   * remove . from -source's short description
Files: 
 64bdcce38bf2065b1b1ba174bafb2781 1078 contrib/net optional 
bcm43xx_20060125-2.dsc
 8b366642b18f8b08a5dc53f92b00741f 7625 contrib/net optional 
bcm43xx_20060125-2.diff.gz
 ceab39dde2fecce4054ff92a57bea338 77588 contrib/net optional 
bcm43xx-source_20060125-2_all.deb
 ebef8f13e60962cb3133e6af6694211f 94566 contrib/net optional 
bcm43xx-modules-2.6.15-1-powerpc_20060125-2_powerpc.deb
 a073f062c880063bbe74bd1800e16580 94718 contrib/net optional 
bcm43xx-modules-2.6.15-1-powerpc-smp_20060125-2_powerpc.deb

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

iD8DBQFD5H53+FmQsCSK63MRAoYvAJsHIZwmnkTT50IqV/BFtvv+CRtXPwCeMSwv
H5kdyG7QG+fQLVLume5ytcw=
=9O4+
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to