DKMS make.log for bluetooth-4.4-0.1 for kernel 4.15.0-20-generic (x86_64)
lundi 30 avril 2018, 21:07:41 (UTC+0200)
make : on entre dans le répertoire « /usr/src/linux-headers-4.15.0-20-generic »
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h4.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ll.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ath.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/bcm203x.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c: In function 'inject_cmd_complete':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0x00;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:19: error: invalid use of void expression
*skb_put(skb, 1) = 0x00;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c: In function 'bcm_set_diag':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = BCM_LM_DIAG_PKT;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:19: error: invalid use of void expression
*skb_put(skb, 1) = BCM_LM_DIAG_PKT;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0xf0;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:19: error: invalid use of void expression
*skb_put(skb, 1) = 0xf0;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = enable;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:19: error: invalid use of void expression
*skb_put(skb, 1) = enable;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c: In function 'bpa10x_send_frame':
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:2: warning: dereferencing 'void *' pointer
*skb_push(skb, 1) = bt_cb(skb)->pkt_type;
^~~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:20: error: invalid use of void expression
*skb_push(skb, 1) = bt_cb(skb)->pkt_type;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function 'send_hci_ibs_cmd':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = cmd;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:19: error: invalid use of void expression
*skb_put(skb, 1) = cmd;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c: In function 'bcsp_open':
/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]
init_timer(&bcsp->tbcsp);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:707:23: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
bcsp->tbcsp.function = bcsp_timed_event;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:708:13: error: 'struct timer_list' has no member named 'data'
bcsp->tbcsp.data = (u_long) hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function 'qca_open':
/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]
init_timer(&qca->wake_retrans_timer);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:442:35: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
qca->wake_retrans_timer.function = hci_ibs_wake_retrans_timeout;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:443:25: error: 'struct timer_list' has no member named 'data'
qca->wake_retrans_timer.data = (u_long)hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:447:30: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
qca->tx_idle_timer.function = hci_ibs_tx_idle_timeout;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:448:20: error: 'struct timer_list' has no member named 'data'
qca->tx_idle_timer.data = (u_long)hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function '__vhci_create_device':
/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'?
if (dev_type != HCI_BREDR && dev_type != HCI_AMP)
^~~~~~~~~
HCI_RESET
/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
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0xff;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:19: error: invalid use of void expression
*skb_put(skb, 1) = 0xff;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = opcode;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:19: error: invalid use of void expression
*skb_put(skb, 1) = opcode;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.c: In function 'hci_uart_register_dev':
/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'?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/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
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function 'vhci_open_timeout':
/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'?
vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR);
^~~~~~~~~
HCI_RESET
scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o] Error 1
make[1]: *** Attente des tâches non terminées....
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o] Error 1
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o] Error 1
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c: In function 'h5_open':
/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]
init_timer(&h5->timer);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:212:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
h5->timer.function = h5_timed_event;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:213:11: error: 'struct timer_list' has no member named 'data'
h5->timer.data = (unsigned long)hu;
^
scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o] Error 1
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o] Error 1
Makefile:1552: recipe for target '_module_/var/lib/dkms/bluetooth-4.4/0.1/build' failed
make: *** [_module_/var/lib/dkms/bluetooth-4.4/0.1/build] Error 2
make : on quitte le répertoire « /usr/src/linux-headers-4.15.0-20-generic »
lundi 30 avril 2018, 21:07:41 (UTC+0200)
make : on entre dans le répertoire « /usr/src/linux-headers-4.15.0-20-generic »
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h4.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ll.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_ath.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/bcm203x.o
CC [M] /var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c: In function 'inject_cmd_complete':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0x00;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.c:468:19: error: invalid use of void expression
*skb_put(skb, 1) = 0x00;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c: In function 'bcm_set_diag':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = BCM_LM_DIAG_PKT;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:265:19: error: invalid use of void expression
*skb_put(skb, 1) = BCM_LM_DIAG_PKT;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0xf0;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:266:19: error: invalid use of void expression
*skb_put(skb, 1) = 0xf0;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = enable;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.c:267:19: error: invalid use of void expression
*skb_put(skb, 1) = enable;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c: In function 'bpa10x_send_frame':
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:2: warning: dereferencing 'void *' pointer
*skb_push(skb, 1) = bt_cb(skb)->pkt_type;
^~~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.c:298:20: error: invalid use of void expression
*skb_push(skb, 1) = bt_cb(skb)->pkt_type;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function 'send_hci_ibs_cmd':
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = cmd;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:218:19: error: invalid use of void expression
*skb_put(skb, 1) = cmd;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c: In function 'bcsp_open':
/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]
init_timer(&bcsp->tbcsp);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:707:23: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
bcsp->tbcsp.function = bcsp_timed_event;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.c:708:13: error: 'struct timer_list' has no member named 'data'
bcsp->tbcsp.data = (u_long) hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c: In function 'qca_open':
/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]
init_timer(&qca->wake_retrans_timer);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:442:35: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
qca->wake_retrans_timer.function = hci_ibs_wake_retrans_timeout;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:443:25: error: 'struct timer_list' has no member named 'data'
qca->wake_retrans_timer.data = (u_long)hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:447:30: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
qca->tx_idle_timer.function = hci_ibs_tx_idle_timeout;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.c:448:20: error: 'struct timer_list' has no member named 'data'
qca->tx_idle_timer.data = (u_long)hu;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function '__vhci_create_device':
/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'?
if (dev_type != HCI_BREDR && dev_type != HCI_AMP)
^~~~~~~~~
HCI_RESET
/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
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = 0xff;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:149:19: error: invalid use of void expression
*skb_put(skb, 1) = 0xff;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:2: warning: dereferencing 'void *' pointer
*skb_put(skb, 1) = opcode;
^~~~~~~~~~~~~~~~
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c:150:19: error: invalid use of void expression
*skb_put(skb, 1) = opcode;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.c: In function 'hci_uart_register_dev':
/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'?
hdev->dev_type = HCI_BREDR;
^~~~~~~~~
HCI_RESET
/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
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.c: In function 'vhci_open_timeout':
/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'?
vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR);
^~~~~~~~~
HCI_RESET
scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/bpa10x.o] Error 1
make[1]: *** Attente des tâches non terminées....
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcsp.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_intel.o] Error 1
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_bcm.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_qca.o] Error 1
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_ldisc.o] Error 1
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c: In function 'h5_open':
/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]
init_timer(&h5->timer);
^~~~~~~~~~
init_timers
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:212:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
h5->timer.function = h5_timed_event;
^
/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.c:213:11: error: 'struct timer_list' has no member named 'data'
h5->timer.data = (unsigned long)hu;
^
scripts/Makefile.build:339: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_vhci.o] Error 1
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o' failed
make[1]: *** [/var/lib/dkms/bluetooth-4.4/0.1/build/hci_h5.o] Error 1
Makefile:1552: recipe for target '_module_/var/lib/dkms/bluetooth-4.4/0.1/build' failed
make: *** [_module_/var/lib/dkms/bluetooth-4.4/0.1/build] Error 2
make : on quitte le répertoire « /usr/src/linux-headers-4.15.0-20-generic »