I tried building this package in a clean chroot today and got the following error:
./include/linux/usb/ch9.h:1: warning: no structured comments found
./include/linux/spi/spi.h:673: warning: Function parameter or member 'devm_allocated' not described in 'spi_controller'
./include/linux/regulator/driver.h:385: warning: Function parameter or member 'ramp_reg' not described in 'regulator_desc'
./include/linux/regulator/driver.h:385: warning: Function parameter or member 'ramp_mask' not described in 'regulator_desc'
./include/linux/regulator/driver.h:385: warning: Function parameter or member 'ramp_delay_table' not described in 'regulator_desc'
./include/linux/regulator/driver.h:385: warning: Function parameter or member 'n_ramp_values' not described in 'regulator_desc'
./include/linux/gpio/driver.h:293: warning: Function parameter or member 'parent_handler_data_array' not described in 'gpio_irq_chip'
./include/linux/device.h:561: warning: Function parameter or member 'msi_lock' not described in 'device'
./drivers/gpu/host1x/bus.c:742: warning: Excess function parameter 'key' description in '__host1x_client_register'
/build/linux-lts510/src/linux-5.10.191/Documentation/arm64/tagged-address-abi.rst:52: ERROR: Unexpected indentation.
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 ./include/linux/blk-mq.h' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 ./block/blk-mq.c' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 ./include/linux/genhd.h' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 -function pci_driver ./include/linux/pci.h' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
...
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 -export ./drivers/input/sparse-keymap.c' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.2.2 ./include/linux/interconnect-provider.h' processing failed with: unsupported operand type(s) for +: 'PosixPath' and 'str'
Sphinx parallel build error:
TypeError: object of type 'PosixPath' has no len()
make[1]: *** [Documentation/Makefile:91: htmldocs] Error 2
make: *** [Makefile:1688: htmldocs] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/gnaggnoyil/build
Does anyone know what was going wrong here?
Pinned Comments
jonathon commented on 2022-01-11 19:25 (UTC) (edited on 2022-05-18 10:09 (UTC) by jonathon)
Please make sure you read the "How to use the AUR" wiki page before reporting issues: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages
A binary package is also available in my kernel-lts unofficial user repository.