Your message dated Mon, 22 Jun 2026 18:19:51 +0000
with message-id <[email protected]>
and subject line Bug#1136423: fixed in broadcom-sta 6.30.223.271-30~exp1
has caused the Debian Bug report #1136423,
regarding broadcom-sta-dkms: DKMS wl module fails to build on kernel 7.1 due to 
CFG80211 API requirement
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.)


-- 
1136423: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136423
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: broadcom-sta-dkms
Version: 6.30.223.271-29
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: amd64
User: [email protected]
Usertags: i386

$ sudo dkms build broadcom-sta/6.30.223.271 -k 7.1-amd64
Sign command: /lib/modules/7.1-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub

Building module(s)....(bad exit status: 2)
Failed command:
make -j8 KERNELRELEASE=7.1-amd64 KVER=7.1-amd64

Error! Bad return status for module build on kernel: 7.1-amd64 (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more
information.


$ cat /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log
DKMS (dkms-3.2.2) make.log for broadcom-sta/6.30.223.271 for kernel 7.1-amd64
(x86_64)
Wed May 13 06:17:53 PM CEST 2026

Building module(s)
# command: make -j8 KERNELRELEASE=7.1-amd64 KVER=7.1-amd64
CFG80211 API is prefered for this kernel version
Makefile:91: Neither CFG80211 nor Wireless Extension is enabled in kernel
KBUILD_NOPEDANTIC=1 make -C /lib/modules/7.1-amd64/build M=`pwd`
make[1]: Entering directory '/usr/src/linux-headers-7.1-amd64'
make[2]: Entering directory '/var/lib/dkms/broadcom-sta/6.30.223.271/build'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
Kernel architecture is X86_64
CC [M] src/shared/linux_osl.o
CC [M] src/wl/sys/wl_linux.o
CC [M] src/wl/sys/wl_iw.o
CC [M] src/wl/sys/wl_cfg80211_hybrid.o
src/wl/sys/wl_cfg80211_hybrid.c:1859:24: error: initialization of ‘int
(*)(struct wiphy *, struct wireless_dev *, const u8 *, struct station_info *)’
{aka ‘int (*)(struct wiphy *, struct wireless_dev *, const unsigned char *,
struct station_info *)’} from incompatible pointer type ‘s32 (*)(struct wiphy
*, struct net_device *, const u8 *, struct station_info *)’ {aka ‘int
(*)(struct wiphy *, struct net_device *, const unsigned char *, struct
station_info *)’} [-Wincompatible-pointer-types]
1859 | .get_station = wl_cfg80211_get_station,
| ^~~~~~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1859:24: note: (near initialization for
‘wl_cfg80211_ops.get_station’)
src/wl/sys/wl_cfg80211_hybrid.c:1495:1: note: ‘wl_cfg80211_get_station’
declared here
1495 | wl_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1862:20: error: initialization of ‘int
(*)(struct wiphy *, struct wireless_dev *, int, u8, bool, const u8 *, struct
key_params *)’ {aka ‘int (*)(struct wiphy *, struct wireless_dev *, int,
unsigned char, _Bool, const unsigned char *, struct key_params *)’} from
incompatible pointer type ‘s32 (*)(struct wiphy *, struct net_device *, int,
u8, bool, const u8 *, struct key_params *)’ {aka ‘int (*)(struct wiphy *,
struct net_device *, int, unsigned char, _Bool, const unsigned char *,
struct key_params *)’} [-Wincompatible-pointer-types]
1862 | .add_key = wl_cfg80211_add_key,
| ^~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1862:20: note: (near initialization for
‘wl_cfg80211_ops.add_key’)
src/wl/sys/wl_cfg80211_hybrid.c:1245:1: note: ‘wl_cfg80211_add_key’ declared
here
1245 | wl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1863:20: error: initialization of ‘int
(*)(struct wiphy *, struct wireless_dev *, int, u8, bool, const u8 *)’ {aka
‘int (*)(struct wiphy *, struct wireless_dev *, int, unsigned char, _Bool,
const unsigned char *)’} from incompatible pointer type ‘s32 (*)(struct wiphy
*, struct net_device *, int, u8, bool, const u8 *)’ {aka ‘int (*)(struct
wiphy *, struct net_device *, int, unsigned char, _Bool, const unsigned char
*)’} [-Wincompatible-pointer-types]
1863 | .del_key = wl_cfg80211_del_key,
| ^~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1863:20: note: (near initialization for
‘wl_cfg80211_ops.del_key’)
src/wl/sys/wl_cfg80211_hybrid.c:1371:1: note: ‘wl_cfg80211_del_key’ declared
here
1371 | wl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1864:20: error: initialization of ‘int
(*)(struct wiphy *, struct wireless_dev *, int, u8, bool, const u8 *, void
*, void (*)(void *, struct key_params *))’ {aka ‘int (*)(struct wiphy *, struct
wireless_dev *, int, unsigned char, _Bool, const unsigned char *, void *,
void (*)(void *, struct key_params *))’} from incompatible pointer type ‘s32
(*)(struct wiphy *, struct net_device *, int, u8, bool, const u8 *, void *,
void (*)(void *, struct key_params *))’ {aka ‘int (*)(struct wiphy *, struct
net_device *, int, unsigned char, _Bool, const unsigned char *, void *, void
(*)(void *, struct key_params *))’} [-Wincompatible-pointer-types]
1864 | .get_key = wl_cfg80211_get_key,
| ^~~~~~~~~~~~~~~~~~~
src/wl/sys/wl_cfg80211_hybrid.c:1864:20: note: (near initialization for
‘wl_cfg80211_ops.get_key’)
src/wl/sys/wl_cfg80211_hybrid.c:1418:1: note: ‘wl_cfg80211_get_key’ declared
here
1418 | wl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~
make[4]: *** [/usr/src/linux-headers-7.1-common/scripts/Makefile.build:294:
src/wl/sys/wl_cfg80211_hybrid.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/usr/src/linux-headers-7.1-common/Makefile:2167: .] Error 2
make[2]: *** [/usr/src/linux-headers-7.1-common/Makefile:260: __sub-make] Error
2
make[2]: Leaving directory '/var/lib/dkms/broadcom-sta/6.30.223.271/build'
make[1]: *** [/usr/src/linux-headers-7.1-common/Makefile:260: __sub-make] Error
2
make[1]: Leaving directory '/usr/src/linux-headers-7.1-amd64'
make: *** [Makefile:198: all] Error 2

# exit code: 2
# elapsed time: 00:00:05
----------------------------------------------------------------

Log explains more than thousand words. Mixed forky/sid/experimental Franken-
Debian. Mostly forky. Bug report a bit ahead of time. But good to report
anyways. Unfortunately I cannot provide patch.


-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 7.0-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages broadcom-sta-dkms depends on:
ii dkms 3.2.2-1

Versions of packages broadcom-sta-dkms recommends:
ii wireless-tools 30~pre9-21

broadcom-sta-dkms suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: broadcom-sta
Source-Version: 6.30.223.271-30~exp1
Done: Roger Shimizu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
broadcom-sta, which is due to be installed in the Debian FTP archive.

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.
Roger Shimizu <[email protected]> (supplier of updated broadcom-sta 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: SHA512

Format: 1.8
Date: Mon, 22 Jun 2026 02:29:59 -0700
Source: broadcom-sta
Architecture: source
Version: 6.30.223.271-30~exp1
Distribution: experimental
Urgency: medium
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Roger Shimizu <[email protected]>
Closes: 1136423
Changes:
 broadcom-sta (6.30.223.271-30~exp1) experimental; urgency=medium
 .
   [ Alessio Faina ]
   * Re-introduced missed patch for LP: #2030978 (LP: #2143839)
     - debian/patches: 45-broadcom-wl-fix-linux-6.5.patch
 .
   [ Roger Shimizu ]
   * Add patch from Joshua Gatley-Dewing to fix build for linux-7.1
     (Closes: #1136423).
Checksums-Sha1:
 de843687e3a3947a2921b15be7d5329bdae9108c 2446 
broadcom-sta_6.30.223.271-30~exp1.dsc
 38f040920b064b244d47bd560a669308fd10cac8 2194116 
broadcom-sta_6.30.223.271.orig.tar.xz
 12646f89401250ee43461cbdea8944d365411f7a 41032 
broadcom-sta_6.30.223.271-30~exp1.debian.tar.xz
 4abd5d70a27306ce38f14148b15ec83360e493bc 5575 
broadcom-sta_6.30.223.271-30~exp1_source.buildinfo
Checksums-Sha256:
 3beee8315f2c28b8b636b791255ae1ac38c8e64f462adfba37282f946d04c801 2446 
broadcom-sta_6.30.223.271-30~exp1.dsc
 8b539f173ab7092d34307b6306e22c6380df025a7f2483937374492a7aedb2dc 2194116 
broadcom-sta_6.30.223.271.orig.tar.xz
 70207a60cbe8b84b66ead831226fdbe1b30c83aef08e045b45e0e8463dd98a59 41032 
broadcom-sta_6.30.223.271-30~exp1.debian.tar.xz
 2c13d194d466a1c7409f2f626836199aa04baf2baf014f639efe93360276a51a 5575 
broadcom-sta_6.30.223.271-30~exp1_source.buildinfo
Files:
 870318ecad620ac8ba46c953688fcc8b 2446 non-free/kernel optional 
broadcom-sta_6.30.223.271-30~exp1.dsc
 f2d9a16d5c36afa112ea9cef2f3592be 2194116 non-free/kernel optional 
broadcom-sta_6.30.223.271.orig.tar.xz
 f124be372bad922ef61688a9fc9c982a 41032 non-free/kernel optional 
broadcom-sta_6.30.223.271-30~exp1.debian.tar.xz
 697428be28499ca97b085fd1ace11568 5575 non-free/kernel optional 
broadcom-sta_6.30.223.271-30~exp1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmo5eRoQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qEoxD/9Glj3gOYw1Tx/R4wAOQOe0dgP9wUW/h/LU
M/SFfUlTKunVGAcWPDKGrB5Kasbqzdf3g46c73ZB7pSNZ7A9u07Fq1LmE2k67z/F
VVxCbGKiYl3rcm4dl9/nz5n0A5n9P5Bo2XQwzOAGLcOiewcZw3eg2mmKvHvX12bm
Og4+C+8S3lyIStlcMhkyUT9cqXVTBF+9swPlyTPv/FBAiXrIzkFGGm9GIU5Kr3PG
ttMcVTBmVsQcx/gcFloVCmWup6mYmQypBH+q4THE7UdkKlJB9K/0HjGpmiAY+IeO
eUTRqcD7mqo96qTccKKbZS0eTZv9EU37jDAddZbUuiV3ImcEYTKWrJgUtZRpTRuQ
WU1UyPgYWNNfOJ8UkejpYnNrok5QvM6cfpp1TPDQmStJ9JJs7YN/O8VJqmj/Urvs
TFKunwIkGrWSu44kHgUa+VDxsZBLntL/C7vmPYH/wo2o684Zn9zY+AfzfUZY+7jl
sPenenAOeVYwpGF1jr6qlTIe1qj4aNkT3KeC3HcGbl5MLE7+FFC7f7ls5cssHL/F
6rE9xN7G94NFdPkiZ9P7tqUH0JrWx0hC43Syt25fmqx/N0mfPVGmH51mju6EyTov
CQKenWXNrlIo4N6RomLuU2blUhg1xEvZD/zwziSzrwmZ8GLzDY5CciJQ8PSSRzq+
5EKI2ZZDhg==
=wUOF
-----END PGP SIGNATURE-----

Attachment: pgp7zEAPTJUwb.pgp
Description: PGP signature


--- End Message ---

Reply via email to