Powered by six Cray XMT Supercomputers. Your IP: 44.192.247.184 | wl 4cc56904-df04-4a5d-953a-95d0b7542ff6Toc:- error 1
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2391:18: error: 'struct cfg80211_roam_info' has no member named 'bss'
- error 2
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2391:24: error: initialization of 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'struct cfg80211_bss *' [-Werror=incompatible-pointer-types]
- error 3
make[2]: *** [scripts/Makefile.build:249: /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.o] Error 1
- error 4
make[1]: *** [Makefile:1852: /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl] Error 2
- error 5
error: Bad exit status from /tmp/B.48nszj6l/BUILD/tmp/rpm-tmp.sy8Ixg (%build)
- error 6
RPM build errors:
- error 7
error: No files produced.
Content: from ./include/net/net_namespace.h:191,
from ./include/linux/netdevice.h:38,
from /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linuxver.h:69,
from /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:27:
./include/linux/ctype.h:30: note: this is the location of the previous definition
30 | #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
In file included from ./include/linux/string.h:253,
from ./include/linux/bitmap.h:11,
from ./include/linux/cpumask.h:12,
from ./arch/x86/include/asm/cpumask.h:5,
from ./arch/x86/include/asm/msr.h:11,
from ./arch/x86/include/asm/processor.h:22,
from ./arch/x86/include/asm/timex.h:5,
from ./include/linux/timex.h:67,
from ./include/linux/time32.h:13,
from ./include/linux/time.h:60,
from ./include/linux/stat.h:19,
from ./include/linux/module.h:13,
from /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linuxver.h:40:
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c: In function 'wl_attach':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:641:43: warning: passing argument 1 of '__builtin_memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
641 | bcopy(&wl->pub->cur_etheraddr, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:641:9: note: in expansion of macro 'bcopy'
641 | bcopy(&wl->pub->cur_etheraddr, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:641:43: note: expected 'void *' but argument is of type 'const unsigned char *'
641 | bcopy(&wl->pub->cur_etheraddr, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:641:9: note: in expansion of macro 'bcopy'
641 | bcopy(&wl->pub->cur_etheraddr, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c: In function 'wl_pci_probe':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:787:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
787 | if ((val & 0x0000ff00) != 0)
| ^~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:789:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
789 | bar1_size = pci_resource_len(pdev, 2);
| ^~~~~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c: In function 'wl_set_mac_address':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:1853:31: warning: passing argument 1 of '__builtin_memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
1853 | bcopy(sa->sa_data, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:1853:9: note: in expansion of macro 'bcopy'
1853 | bcopy(sa->sa_data, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:1853:31: note: expected 'void *' but argument is of type 'const unsigned char *'
1853 | bcopy(sa->sa_data, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:1853:9: note: in expansion of macro 'bcopy'
1853 | bcopy(sa->sa_data, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c: In function '_wl_add_monitor_if':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:3035:37: warning: passing argument 1 of '__builtin_memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
3035 | bcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:3035:9: note: in expansion of macro 'bcopy'
3035 | bcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:3035:37: note: expected 'void *' but argument is of type 'const unsigned char *'
3035 | bcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN);
./include/linux/fortify-string.h:379:27: note: in definition of macro '__fortify_memcpy_chk'
379 | __underlying_##op(p, q, __fortify_size); \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/include/linux_osl.h:156:41: note: in expansion of macro 'memcpy'
156 | #define bcopy(src, dst, len) memcpy((dst), (src), (len))
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_linux.c:3035:9: note: in expansion of macro 'bcopy'
3035 | bcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN);
| ^~~~~
CC [M] /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_iw.o
CC [M] /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.o
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c: In function 'wl_bss_roaming_done':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2391:18: error: 'struct cfg80211_roam_info' has no member named 'bss'
2391 | .bss = bss,
| ^~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2391:24: error: initialization of 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'struct cfg80211_bss *' [-Werror=incompatible-pointer-types]
2391 | .bss = bss,
| ^~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2391:24: note: (near initialization for 'roam_info.req_ie')
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:2390:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
2390 | struct cfg80211_roam_info roam_info = {
| ^~~~~~
In file included from /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:43:
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c: In function 'wl_set_auth_type':
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.h:52:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
52 | if (wl_dbg_level & WL_DBG_DBG) { \
| ^
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:800:17: note: in expansion of macro 'WL_DBG'
800 | WL_DBG(("network eap\n"));
| ^~~~~~
/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.c:801:9: note: here
801 | default:
| ^~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:249: /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl/src/wl/sys/wl_cfg80211_hybrid.o] Error 1
make[1]: *** [Makefile:1852: /tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl] Error 2
make[1]: Leaving directory '/usr/src/linux-6.0.5'
make: *** [Makefile:159: all] Error 2
make: Leaving directory '/tmp/B.48nszj6l/BUILD/wl-6.30.223.271/wl'
error: Bad exit status from /tmp/B.48nszj6l/BUILD/tmp/rpm-tmp.sy8Ixg (%build)
RPM build warnings:
Could not canonicalize hostname: ymir
RPM build errors:
Bad exit status from /tmp/B.48nszj6l/BUILD/tmp/rpm-tmp.sy8Ixg (%build)
ended at: Fri Oct 28 16:46:40 2022, done in 0:00:26.200951
error: No files produced.
+ chmod -R u+rwX /tmp/B.48nszj6l/BUILD
+ rm -rf /tmp/B.48nszj6l/tmp /tmp/B.48nszj6l/BUILD
+ rm -rf /tmp/B.48nszj6l
Begin-PLD-Builder-Info
Build-Time: user:30.83s sys:14.12s real:44.52s (faults io:2 non-io:1970158)
End-PLD-Builder-Info
|
|