Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
1,672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 5.74 KB | None | 0 0
  1. [vijuarez@luna 8723bs-git]$ LANG=en makepkg -si              
  2. ==> Making package: 8723bs-git 4.4.1.18.86c1796-1 (Thu Mar 22 10:14:57 -03 2018)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6.   -> Updating 8723bs git repo...
  7. Fetching origin
  8.   -> Found blacklist-r8723bs.conf
  9. ==> Validating source files with sha256sums...
  10.     8723bs ... Skipped
  11.     blacklist-r8723bs.conf ... Passed
  12. ==> Extracting sources...
  13.   -> Creating working copy of rtl8723bs git repo...
  14. Reset branch 'makepkg'
  15. ==> Starting pkgver()...
  16. ==> Removing existing $pkgdir/ directory...
  17. ==> Starting build()...
  18. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.14.28-1-lts/build M=/home/vijuarez/repo/8723bs-git/src/8723bs  modules
  19. make[1]: Entering directory '/usr/lib/modules/4.14.28-1-lts/build'
  20.   CC [M]  /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.o
  21. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c: In function 'rtw_cfg80211_indicate_connect':
  22. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:805:6: error: passing argument 2 of 'cfg80211_roamed' from incompatible pointer type [-Werror=incompatible-pointer-types]
  23.     , notify_channel
  24.       ^~~~~~~~~~~~~~
  25. In file included from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service_linux.h:87:0,
  26.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service.h:41,
  27.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/drv_types.h:32,
  28.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:22:
  29. ./include/net/cfg80211.h:5479:6: note: expected 'struct cfg80211_roam_info *' but argument is of type 'struct ieee80211_channel *'
  30.  void cfg80211_roamed(struct net_device *dev, struct cfg80211_roam_info *info,
  31.       ^~~~~~~~~~~~~~~
  32. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:807:6: warning: passing argument 3 of 'cfg80211_roamed' makes integer from pointer without a cast [-Wint-conversion]
  33.     , cur_network->network.MacAddress
  34.       ^~~~~~~~~~~
  35. In file included from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service_linux.h:87:0,
  36.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service.h:41,
  37.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/drv_types.h:32,
  38.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:22:
  39. ./include/net/cfg80211.h:5479:6: note: expected 'gfp_t {aka unsigned int}' but argument is of type 'unsigned char *'
  40.  void cfg80211_roamed(struct net_device *dev, struct cfg80211_roam_info *info,
  41.       ^~~~~~~~~~~~~~~
  42. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:803:3: error: too many arguments to function 'cfg80211_roamed'
  43.    cfg80211_roamed(padapter->pnetdev
  44.    ^~~~~~~~~~~~~~~
  45. In file included from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service_linux.h:87:0,
  46.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/osdep_service.h:41,
  47.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/include/drv_types.h:32,
  48.                  from /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:22:
  49. ./include/net/cfg80211.h:5479:6: note: declared here
  50.  void cfg80211_roamed(struct net_device *dev, struct cfg80211_roam_info *info,
  51.       ^~~~~~~~~~~~~~~
  52. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c: In function 'rtw_cfg80211_add_monitor_if':
  53. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:3954:12: error: 'struct net_device' has no member named 'destructor'; did you mean 'priv_destructor'?
  54.   mon_ndev->destructor = rtw_ndev_destructor;
  55.             ^~~~~~~~~~
  56.             priv_destructor
  57. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c: In function 'rtw_cfg80211_preinit_wiphy':
  58. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6527:18: error: 'WIPHY_FLAG_SUPPORTS_SCHED_SCAN' undeclared (first use in this function); did you mean 'WIPHY_FLAG_SUPPORTS_TDLS'?
  59.   wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
  60.                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61.                   WIPHY_FLAG_SUPPORTS_TDLS
  62. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6527:18: note: each undeclared identifier is reported only once for each function it appears in
  63. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c: At top level:
  64. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6560:25: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
  65.   .change_virtual_intf = cfg80211_rtw_change_iface,
  66.                          ^~~~~~~~~~~~~~~~~~~~~~~~~
  67. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6560:25: note: (near initialization for 'rtw_cfg80211_ops.change_virtual_intf')
  68. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6583:22: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
  69.   .add_virtual_intf = cfg80211_rtw_add_virtual_intf,
  70.                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71. /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.c:6583:22: note: (near initialization for 'rtw_cfg80211_ops.add_virtual_intf')
  72. cc1: some warnings being treated as errors
  73. make[2]: *** [scripts/Makefile.build:329: /home/vijuarez/repo/8723bs-git/src/8723bs/os_dep/linux/ioctl_cfg80211.o] Error 1
  74. make[1]: *** [Makefile:1519: _module_/home/vijuarez/repo/8723bs-git/src/8723bs] Error 2
  75. make[1]: Leaving directory '/usr/lib/modules/4.14.28-1-lts/build'
  76. make: *** [Makefile:1680: modules] Error 2
  77. ==> ERROR: A failure occurred in build().
  78.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement