2015-10-12 16:27:01

by Jim Davis

[permalink] [raw]
Subject: randconfig build error with next-20151012, in drivers/bluetooth

Building with the attached random configuration file,

warning: (BT_HCIBPA10X) selects BT_HCIUART which has unmet direct
dependencies (NET && BT && TTY)

ERROR: "tty_unthrottle" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_termios_encode_baud_rate" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_unregister_ldisc" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_ldisc_flush" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "n_tty_ioctl_helper" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_driver_flush_buffer" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_register_ldisc" [drivers/bluetooth/hci_uart.ko] undefined!
ERROR: "tty_set_termios" [drivers/bluetooth/hci_uart.ko] undefined!

--
Jim


Attachments:
randconfig-1444659086.txt (76.55 kB)

2015-10-13 07:18:00

by Marcel Holtmann

[permalink] [raw]
Subject: Re: randconfig build error with next-20151012, in drivers/bluetooth

Hi Jim,

> Building with the attached random configuration file,
>
> warning: (BT_HCIBPA10X) selects BT_HCIUART which has unmet direct
> dependencies (NET && BT && TTY)
>
> ERROR: "tty_unthrottle" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_termios_encode_baud_rate" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_unregister_ldisc" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_ldisc_flush" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "n_tty_ioctl_helper" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_driver_flush_buffer" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_register_ldisc" [drivers/bluetooth/hci_uart.ko] undefined!
> ERROR: "tty_set_termios" [drivers/bluetooth/hci_uart.ko] undefined!

thanks for the report. We already fixed it in bluetooth-next and it should be with that in linux-next as well.

Regards

Marcel