Advertisement
Guest User

Untitled

a guest
Apr 30th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.40 KB | None | 0 0
  1. DKMS make.log for bluetooth-4.4-0.1 for kernel 4.15.0-20-generic (x86_64)
  2. lundi 30 avril 2018, 21:07:41 (UTC+0200)
  3. make : on entre dans le répertoire « /usr/src/linux-headers-4.15.0-20-generic »
  4. Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  5.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o
  6.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o
  7.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h4.o
  8.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o
  9.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ll.o
  10.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ath.o
  11.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o
  12.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o
  13.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o
  14.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o
  15.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/bcm203x.o
  16.   CC [M]  /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o
  17. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c: In function ‘inject_cmd_complete’:
  18. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:2: warning: dereferencing ‘void *’ pointer
  19.   *skb_put(skb, 1) = 0x00;
  20.   ^~~~~~~~~~~~~~~~
  21. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:19: error: invalid use of void expression
  22.   *skb_put(skb, 1) = 0x00;
  23.                    ^
  24. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c: In function ‘bcm_set_diag’:
  25. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:2: warning: dereferencing ‘void *’ pointer
  26.   *skb_put(skb, 1) = BCM_LM_DIAG_PKT;
  27.   ^~~~~~~~~~~~~~~~
  28. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:19: error: invalid use of void expression
  29.   *skb_put(skb, 1) = BCM_LM_DIAG_PKT;
  30.                    ^
  31. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:2: warning: dereferencing ‘void *’ pointer
  32.   *skb_put(skb, 1) = 0xf0;
  33.   ^~~~~~~~~~~~~~~~
  34. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:19: error: invalid use of void expression
  35.   *skb_put(skb, 1) = 0xf0;
  36.                    ^
  37. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:2: warning: dereferencing ‘void *’ pointer
  38.   *skb_put(skb, 1) = enable;
  39.   ^~~~~~~~~~~~~~~~
  40. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:19: error: invalid use of void expression
  41.   *skb_put(skb, 1) = enable;
  42.                    ^
  43. /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c: In function ‘bpa10x_send_frame’:
  44. /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:2: warning: dereferencing ‘void *’ pointer
  45.   *skb_push(skb, 1) = bt_cb(skb)->pkt_type;
  46.   ^~~~~~~~~~~~~~~~~
  47. /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:20: error: invalid use of void expression
  48.   *skb_push(skb, 1) = bt_cb(skb)->pkt_type;
  49.                     ^
  50. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function ‘send_hci_ibs_cmd’:
  51. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:2: warning: dereferencing ‘void *’ pointer
  52.   *skb_put(skb, 1) = cmd;
  53.   ^~~~~~~~~~~~~~~~
  54. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:19: error: invalid use of void expression
  55.   *skb_put(skb, 1) = cmd;
  56.                    ^
  57. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c: In function ‘bcsp_open’:
  58. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:706:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
  59.   init_timer(&bcsp->tbcsp);
  60.   ^~~~~~~~~~
  61.   init_timers
  62. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:707:23: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  63.   bcsp->tbcsp.function = bcsp_timed_event;
  64.                        ^
  65. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:708:13: error: ‘struct timer_list’ has no member named ‘data’
  66.   bcsp->tbcsp.data     = (u_long) hu;
  67.              ^
  68. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function ‘qca_open’:
  69. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:441:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
  70.   init_timer(&qca->wake_retrans_timer);
  71.   ^~~~~~~~~~
  72.   init_timers
  73. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:442:35: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  74.   qca->wake_retrans_timer.function = hci_ibs_wake_retrans_timeout;
  75.                                    ^
  76. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:443:25: error: ‘struct timer_list’ has no member named ‘data’
  77.   qca->wake_retrans_timer.data = (u_long)hu;
  78.                          ^
  79. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:447:30: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  80.   qca->tx_idle_timer.function = hci_ibs_tx_idle_timeout;
  81.                               ^
  82. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:448:20: error: ‘struct timer_list’ has no member named ‘data’
  83.   qca->tx_idle_timer.data = (u_long)hu;
  84.                     ^
  85. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function ‘__vhci_create_device’:
  86. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:103:18: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
  87.   if (dev_type != HCI_BREDR && dev_type != HCI_AMP)
  88.                   ^~~~~~~~~
  89.                   HCI_RESET
  90. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:103:18: note: each undeclared identifier is reported only once for each function it appears in
  91. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:2: warning: dereferencing ‘void *’ pointer
  92.   *skb_put(skb, 1) = 0xff;
  93.   ^~~~~~~~~~~~~~~~
  94. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:19: error: invalid use of void expression
  95.   *skb_put(skb, 1) = 0xff;
  96.                    ^
  97. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:2: warning: dereferencing ‘void *’ pointer
  98.   *skb_put(skb, 1) = opcode;
  99.   ^~~~~~~~~~~~~~~~
  100. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:19: error: invalid use of void expression
  101.   *skb_put(skb, 1) = opcode;
  102.                    ^
  103. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.c: In function ‘hci_uart_register_dev’:
  104. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.c:616:20: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
  105.    hdev->dev_type = HCI_BREDR;
  106.                     ^~~~~~~~~
  107.                     HCI_RESET
  108. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.c:616:20: note: each undeclared identifier is reported only once for each function it appears in
  109. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function ‘vhci_open_timeout’:
  110. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:319:43: error: ‘HCI_BREDR’ undeclared (first use in this function); did you mean ‘HCI_RESET’?
  111.   vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR);
  112.                                            ^~~~~~~~~
  113.                                            HCI_RESET
  114. scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o' failed
  115. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o] Error 1
  116. make[1]: *** Attente des tâches non terminées....
  117. cc1: some warnings being treated as errors
  118. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o' failed
  119. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o] Error 1
  120. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o' failed
  121. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o] Error 1
  122. cc1: some warnings being treated as errors
  123. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o' failed
  124. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o] Error 1
  125. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o' failed
  126. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o] Error 1
  127. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o' failed
  128. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o] Error 1
  129. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c: In function ‘h5_open’:
  130. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:211:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
  131.   init_timer(&h5->timer);
  132.   ^~~~~~~~~~
  133.   init_timers
  134. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:212:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  135.   h5->timer.function = h5_timed_event;
  136.                      ^
  137. /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:213:11: error: ‘struct timer_list’ has no member named ‘data’
  138.   h5->timer.data = (unsigned long)hu;
  139.            ^
  140. scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o' failed
  141. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o] Error 1
  142. cc1: some warnings being treated as errors
  143. scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o' failed
  144. make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o] Error 1
  145. Makefile:1552: recipe for target '_module_/var/lib/dkms/bluetooth-4.4/0.1/build' failed
  146. make: *** [_module_/var/lib/dkms/bluetooth-4.4/0.1/build] Error 2
  147. make : on quitte le répertoire « /usr/src/linux-headers-4.15.0-20-generic »
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement