Comment 38 for bug 1173761

Revision history for this message
Ben (gehzumteufel-f) wrote :

I am getting the same error but here is the full build log since the one above is cut off.

DKMS make.log for b43b1-6.30.223.95 for kernel 3.10.7-gentoo (x86_64)
Fri Aug 23 09:33:15 PDT 2013
/bin/sh: line 0: [: : integer expression expected
/bin/sh: line 0: [: : integer expression expected
Wireless Extension is the only possible API for this kernel version
Using Wireless Extension API
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-3.10.7-gentoo'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
  LD /var/lib/dkms/b43b1/6.30.223.95/build/built-in.o
  CC [M] /var/lib/dkms/b43b1/6.30.223.95/build/src/shared/linux_osl.o
  CC [M] /var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.o
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c: In function 'wl_tkip_printstats':
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3246:7: warning: passing argument 1 of 'wl->tkipmodops->print_stats' from incompatible pointer type [enabled by default]
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3246:7: note: expected 'struct seq_file *' but argument is of type 'char *'
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3249:4: warning: passing argument 1 of 'wl->tkipmodops->print_stats' from incompatible pointer type [enabled by default]
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3249:4: note: expected 'struct seq_file *' but argument is of type 'char *'
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c: In function 'wl_reg_proc_entry':
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3470:2: error: implicit declaration of function 'create_proc_entry' [-Werror=implicit-function-declaration]
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3470:22: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3475:16: error: dereferencing pointer to incomplete type
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3476:16: error: dereferencing pointer to incomplete type
/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.c:3477:16: error: dereferencing pointer to incomplete type
cc1: some warnings being treated as errors
make[2]: *** [/var/lib/dkms/b43b1/6.30.223.95/build/src/wl/sys/wl_linux.o] Error 1
make[1]: *** [_module_/var/lib/dkms/b43b1/6.30.223.95/build] Error 2
make[1]: Leaving directory `/usr/src/linux-3.10.7-gentoo'
make: *** [all] Error 2

This previously worked with 3.8.13 (the last kernel I was using) but now that I have upgraded, it no longer builds. Is there an updated driver available that is compatible with 3.10.x?