Package Details: linux-lts510-docs 5.10.234-1

Git Clone URL: https://aur.archlinux.org/linux-lts510.git (read-only, click to copy)
Package Base: linux-lts510
Description: Documentation for the LTS 5.10 Linux kernel
Upstream URL: https://www.kernel.org/
Keywords: kernel linux
Licenses: GPL2
Submitter: jonathon
Maintainer: severach
Last Packager: severach
Votes: 10
Popularity: 0.002520
First Submitted: 2022-01-11 00:20 (UTC)
Last Updated: 2025-02-10 19:52 (UTC)

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.

Latest Comments

1 2 3 4 5 Next › Last »

ozz commented on 2025-02-10 18:14 (UTC) (edited on 2025-02-10 18:15 (UTC) by ozz)

I'm still maintaining the automated builds.

https://build.opensuse.org/project/show/home:curb:ArchLinux

severach commented on 2025-02-10 17:17 (UTC) (edited on 2025-02-10 19:47 (UTC) by severach)

A shell script using makepkg like this would work. I added a couple more lines so you can put this in your crontab. Every new version will be built and ready to install.

#!/usr/bin/bash

set -e
set -u

cd "$(dirname "$0")" # cron compatible
git pull
seds=(
  -e 's:^  config:&.custom:g'
)
sed -E "${seds[@]}" 'PKGBUILD' > 'PKGBUILD.Arch'
cat >> 'PKGBUILD.Arch' << EOF
md5sums[2]='SKIP'
sha256sums[2]='SKIP'
EOF
makepkg -scC -p 'PKGBUILD.Arch'

boomshalek commented on 2025-02-10 15:44 (UTC) (edited on 2025-02-10 15:44 (UTC) by boomshalek)

Hi I am compiling this kernel since a few years since my graphic card needs a nvidia-lts kernel module version only available for this older kernel. I am compiling using trizen -Syu and would like to use a modified kernel config, as compiling takes more than 2 hours on my first gen i7 cpu system. What yould be the arch aur way to create a reduced config file and inject it into this package building process ? My last creation of a kernel config is more than 15 years ago ...

ozz commented on 2023-08-30 16:55 (UTC)

193 fixes the build issues.

ozz commented on 2023-08-26 16:48 (UTC)

Version 192 is out but does not build due to new issues. May be a bit until it's fixed.

ozz commented on 2023-08-22 18:08 (UTC)

You can comment out the "make htmldocs" line in the PKGBUILD and it will build. My automated builds on OBS build this way (mostly because building the full docs takes forever). The HTML docs stuff may need to be patched to get that working.

severach commented on 2023-08-21 17:05 (UTC) (edited on 2023-08-22 15:22 (UTC) by severach)

Same issue without chroot. downgrading package python-sphinx (7.2.2-1 => 7.1.2-1) fixes the problem. I can't find a patch. Easy to test by disabling build: make all.

https://github.com/sphinx-doc/sphinx/issues/11629

HitCoder commented on 2023-08-20 12:25 (UTC)

@gnaggnoyil I'm having the same issue right now, for some reason. if you find a fix I'd love to know what it is.

gnaggnoyil commented on 2023-08-19 16:52 (UTC)

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?

xx777 commented on 2023-08-18 19:59 (UTC) (edited on 2023-08-18 21:32 (UTC) by xx777)

@ozz, thanks for your help, but it's hard for me to find the first SEQNUM device that blocked everything.

i tried some kernels from arch archive:

linux-lts-6.1.46-1-x86_64.pkg.tar.zst --> bootable

linux-6.0.12.arch1-1-x86_64.pkg.tar.zst --> bootable

linux-5.19.13.arch1-1-x86_64.pkg.tar.zst --> bootable

linux-5.19.arch1-1-x86_64.pkg.tar.zst --> bootable

linux-5.18.16.arch1-1-x86_64.pkg.tar.zst --> unable to boot

linux-5.17.9.arch1-1-x86_64.pkg.tar.zst --> unable to boot

linux-5.16.16.arch1-1-x86_64.pkg.tar.zst --> unable to boot

linux-lts-5.15.94-1-x86_64.pkg.tar.zst --> unable to boot

linux-lts-5.10.90-1-x86_64.pkg.tar.zst --> unable to boot

by the way, i installed arch in a usb3.0 pendrive, will it be the reason that my pc doesnt boot with older kernels?

Update:

installed a new Arch on local HDD and then got the complete same result:

kernel >= 5.19 ( bootable )

kernel <= 5.18 ( unable to boot )