Advertisement
SerialCom

ArchLinux Rolling V20.1 DKMS make.log for broadcom-wl-6.30.223.271 for kernel 5.10.3-arch1-1 x86_64

Jan 1st, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. "Error! Bad return status for module build on kernel: 5.10.3-arch1-1 (x86_64)"
  2.  
  3.  
  4. DKMS make.log for broadcom-wl-6.30.223.271 for kernel 5.10.3-arch1-1 (x86_64)
  5. qui 31 dez 2020 13:15:53 -03
  6. make: Entrando no diretório '/usr/lib/modules/5.10.3-arch1-1/build'
  7.  
  8. CFG80211 API is prefered for this kernel version
  9. Using CFG80211 API
  10. CC [M] /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.o
  11. CC [M] /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.o
  12. CC [M] /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_iw.o
  13. CC [M] /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.o
  14. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.c: In function ‘osl_os_get_image_block’:
  15. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.c:1083:28: warning: passing argument 2 of ‘kernel_read’ makes pointer from integer without a cast [-Wint-conversion]
  16. 1083 | rdlen = kernel_read(fp, fp->f_pos, buf, len);
  17. | ~~^~~~~~~
  18. | |
  19. | loff_t {aka long long int}
  20. In file included from ./include/linux/huge_mm.h:8,
  21. from ./include/linux/mm.h:687,
  22. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/include/linuxver.h:65,
  23. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.c:25:
  24. ./include/linux/fs.h:2853:43: note: expected ‘void *’ but argument is of type ‘loff_t’ {aka ‘long long int’}
  25. 2853 | extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  26. | ^~~~~~
  27. /var/lib/dkms/broadcom-wl/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]
  28. 1083 | rdlen = kernel_read(fp, fp->f_pos, buf, len);
  29. | ^~~
  30. | |
  31. | char *
  32. In file included from ./include/linux/huge_mm.h:8,
  33. from ./include/linux/mm.h:687,
  34. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/include/linuxver.h:65,
  35. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.c:25:
  36. ./include/linux/fs.h:2853:51: note: expected ‘size_t’ {aka ‘long unsigned int’} but argument is of type ‘char *’
  37. 2853 | extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  38. | ^~~~~~
  39. /var/lib/dkms/broadcom-wl/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]
  40. 1083 | rdlen = kernel_read(fp, fp->f_pos, buf, len);
  41. | ^~~
  42. | |
  43. | int
  44. In file included from ./include/linux/huge_mm.h:8,
  45. from ./include/linux/mm.h:687,
  46. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/include/linuxver.h:65,
  47. from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/shared/linux_osl.c:25:
  48. ./include/linux/fs.h:2853:59: note: expected ‘loff_t *’ {aka ‘long long int *’} but argument is of type ‘int’
  49. 2853 | extern ssize_t kernel_read(struct file *, void *, size_t, loff_t *);
  50. | ^~~~~~~~
  51. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_dev_ioctl’:
  52. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:460:7: error: implicit declaration of function ‘get_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
  53. 460 | fs = get_fs();
  54. | ^~~~~~
  55. | sget_fc
  56. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:460:7: error: incompatible types when assigning to type ‘mm_segment_t’ from type ‘int’
  57. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:461:2: error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
  58. 461 | set_fs(KERNEL_DS);
  59. | ^~~~~~
  60. | sget_fc
  61. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:461:9: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNFS_NS’?
  62. 461 | set_fs(KERNEL_DS);
  63. | ^~~~~~~~~
  64. | KERNFS_NS
  65. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:461:9: note: each undeclared identifier is reported only once for each function it appears in
  66. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c: In function ‘wl_pci_probe’:
  67. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:776:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  68. 776 | if ((val & 0x0000ff00) != 0)
  69. | ^~
  70. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:778:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  71. 778 | bar1_size = pci_resource_len(pdev, 2);
  72. | ^~~~~~~~~
  73. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_bss_roaming_done’:
  74. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:2405:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  75. 2405 | struct cfg80211_roam_info roam_info = {
  76. | ^~~~~~
  77. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c: In function ‘wl_ioctl’:
  78. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:1650:6: error: implicit declaration of function ‘get_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
  79. 1650 | if (get_fs().seg == KERNEL_DS.seg)
  80. | ^~~~~~
  81. | sget_fc
  82. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:1650:14: error: request for member ‘seg’ in something not a structure or union
  83. 1650 | if (get_fs().seg == KERNEL_DS.seg)
  84. | ^
  85. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:1650:22: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNFS_NS’?
  86. 1650 | if (get_fs().seg == KERNEL_DS.seg)
  87. | ^~~~~~~~~
  88. | KERNFS_NS
  89. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.c:1650:22: note: each undeclared identifier is reported only once for each function it appears in
  90. In file included from /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:40:
  91. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_set_auth_type’:
  92. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.h:52:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  93. 52 | if (wl_dbg_level & WL_DBG_DBG) { \
  94. | ^
  95. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:815:3: note: in expansion of macro ‘WL_DBG’
  96. 815 | WL_DBG(("network eap\n"));
  97. | ^~~~~~
  98. /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.c:816:2: note: here
  99. 816 | default:
  100. | ^~~~~~~
  101. cc1: some warnings being treated as errors
  102. make[1]: *** [scripts/Makefile.build:279: /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_cfg80211_hybrid.o] Erro 1
  103. make[1]: ** Esperando que outros processos terminem.
  104. cc1: some warnings being treated as errors
  105. make[1]: *** [scripts/Makefile.build:279: /var/lib/dkms/broadcom-wl/6.30.223.271/build/src/wl/sys/wl_linux.o] Erro 1
  106. make: *** [Makefile:1805: /var/lib/dkms/broadcom-wl/6.30.223.271/build] Erro 2
  107. make: Saindo do diretório '/usr/lib/modules/5.10.3-arch1-1/build'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement