Package: broadcom-sta-dkms
Version: 6.30.223.271-5
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I'm on debian stretch. I've updated my systeme with apt update and apt -t
stretch-backports

   * What was the outcome of this action?
When I rebooted, I have no wifi anymore.

I tried to delete the package and to re-install it. Here is what I got:
Building initial module for 4.18.0-0.bpo.1-amd64
Error! Bad return status for module build on kernel: 4.18.0-0.bpo.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 make.log for broadcom-sta-6.30.223.271 for kernel 4.18.0-0.bpo.1-amd64
(x86_64)
mardi 13 novembre 2018, 21:24:13 (UTC+0100)
/bin/sh: 1: [: Illegal number:
/bin/sh: 1: [: Illegal number:
Wireless Extension is the only possible API for this kernel version
Using Wireless Extension API
KBUILD_NOPEDANTIC=1 make -C /lib/modules/4.18.0-0.bpo.1-amd64/build M=`pwd`
make[1]: avertissement : jobserver n'est pas disponible : utilisation de -j1.
Ajouter « + » à la règle parent du make.
make[1] : on entre dans le répertoire « /usr/src/linux-
headers-4.18.0-0.bpo.1-amd64 »
CFG80211 API is prefered for this kernel version
Using CFG80211 API
Kernel architecture is X86_64
  CC [M]  /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.o
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c: In
function ‘osl_os_get_image_block’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:1083:26:
warning: passing argument 2 of ‘kernel_read’ makes pointer from integer without
a cast [-Wint-conversion]
  rdlen = kernel_read(fp, fp->f_pos, buf, len);
                          ^~
In file included from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/huge_mm.h:7:0,
                 from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/mm.h:503,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/include/linuxver.h:65,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/shared/linux_osl.c:25:
/usr/src/linux-headers-4.18.0-0.bpo.1-common/include/linux/fs.h:2875:16: note:
expected ‘void *’ but argument is of type ‘loff_t {aka long long int}’
 extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
                ^~~~~~~~~~~
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:1083:37:
warning: passing argument 3 of ‘kernel_read’ makes integer from pointer without
a cast [-Wint-conversion]
  rdlen = kernel_read(fp, fp->f_pos, buf, len);
                                     ^~~
In file included from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/huge_mm.h:7:0,
                 from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/mm.h:503,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/include/linuxver.h:65,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/shared/linux_osl.c:25:
/usr/src/linux-headers-4.18.0-0.bpo.1-common/include/linux/fs.h:2875:16: note:
expected ‘size_t {aka long unsigned int}’ but argument is of type ‘char *’
 extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
                ^~~~~~~~~~~
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/shared/linux_osl.c:1083:42:
warning: passing argument 4 of ‘kernel_read’ makes pointer from integer without
a cast [-Wint-conversion]
  rdlen = kernel_read(fp, fp->f_pos, buf, len);
                                          ^~~
In file included from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/huge_mm.h:7:0,
                 from /usr/src/linux-
headers-4.18.0-0.bpo.1-common/include/linux/mm.h:503,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/include/linuxver.h:65,
                 from /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/shared/linux_osl.c:25:
/usr/src/linux-headers-4.18.0-0.bpo.1-common/include/linux/fs.h:2875:16: note:
expected ‘loff_t * {aka long long int *}’ but argument is of type ‘int’
 extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
                ^~~~~~~~~~~
  CC [M]  /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.o
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c: In
function ‘wl_pci_probe’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:774:2:
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  if ((val & 0x0000ff00) != 0)
  ^~
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:776:3:
note: ...this statement, but the latter is misleadingly indented as if it is
guarded by the ‘if’
   bar1_size = pci_resource_len(pdev, 2);
   ^~~~~~~~~
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c: In
function ‘wl_init_timer’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2352:2:
error: implicit declaration of function ‘init_timer’ [-Werror=implicit-
function-declaration]
  init_timer(&t->timer);
  ^~~~~~~~~~
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2353:10:
error: ‘struct timer_list’ has no member named ‘data’
  t->timer.data = (ulong) t;
          ^
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2354:20:
error: assignment from incompatible pointer type [-Werror=incompatible-pointer-
types]
  t->timer.function = wl_timer;
                    ^
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c: In
function ‘wl_monitor’:
/var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2915:10:
error: ‘struct net_device’ has no member named ‘last_rx’
  skb->dev->last_rx = jiffies;
          ^~
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.18.0-0.bpo.1-common/scripts/Makefile.build:322 : la
recette pour la cible « /var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/wl/sys/wl_linux.o » a échouée
make[4]: *** [/var/lib/dkms/broadcom-
sta/6.30.223.271/build/src/wl/sys/wl_linux.o] Erreur 1
/usr/src/linux-headers-4.18.0-0.bpo.1-common/Makefile:1518 : la recette pour la
cible « _module_/var/lib/dkms/broadcom-sta/6.30.223.271/build » a échouée
make[3]: *** [_module_/var/lib/dkms/broadcom-sta/6.30.223.271/build] Erreur 2
Makefile:146 : la recette pour la cible « sub-make » a échouée
make[2]: *** [sub-make] Erreur 2
Makefile:8 : la recette pour la cible « all » a échouée
make[1]: *** [all] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-
headers-4.18.0-0.bpo.1-amd64 »
Makefile:177 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2

When I reboot and choose linux-image-4.9+80+deb9u6 instead of linux-
image-4.18+98~bpo9+1 I have the wifi back.



-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages broadcom-sta-dkms depends on:
ii  dkms  2.6.1-1~bpo9+1

Versions of packages broadcom-sta-dkms recommends:
ii  wireless-tools  30~pre9-12+b1

broadcom-sta-dkms suggests no packages.

-- no debconf information

Reply via email to