Package Details: linux-lts515-docs 5.15.158-1

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: Documentation for the LTS Linux 5.15.x kernel
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: andreas_baumann
Maintainer: andreas_baumann (severach)
Last Packager: andreas_baumann
Votes: 15
Popularity: 0.85
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2024-05-05 11:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

hugh commented on 2023-03-18 01:01 (UTC) (edited on 2023-03-18 01:16 (UTC) by hugh)

@andreas_baumann, 510 lts kernel broke dksm when openssl was upgraded from 1.x to 3.x a while back.

Same issue here?

Does it work if you install openssl-1.1?

varungarg commented on 2023-03-17 12:09 (UTC)

I missed that, yep makes sense.

andreas_baumann commented on 2023-03-17 07:48 (UTC)

I could, but OTOH https://archlinux.org/packages/core/any/base-devel/ should contain flex and bison. Is it reasonable to assume 'base-devel' is required for building a kernel?

varungarg commented on 2023-03-17 07:41 (UTC)

build broke for me twice, and required additional packages: flex, bison. Can we please add these as dependencies?

andreas_baumann commented on 2023-03-14 16:06 (UTC)

@anonfunc: No reason, just a leftover of a copy-paste action from linux-lts. :-) Fixed. Note, that on pentium4/i686/i486 there is no documentation built currently (that's the sed-fu at the end of the PKGBUILD when CARCH is 32-bittish).

anonfunc commented on 2023-03-14 02:07 (UTC)

Is there a specific reason to limit python-sphinx to <6.0.0 ? I just build the package successfully with python-sphinx 6.1.3 with no apparent problems.

andreas_baumann commented on 2023-03-11 09:28 (UTC)

/lib/modules/5.15.98-1-lts515/build/ exists. I get:

make
make V=1 CONFIG_MODULE_SIG= CONFIG_MODULE_SIG_ALL= -C /lib/modules/5.15.98-1-lts515/build M=/usr/src/vboxhost-7.0.6_OSE/vboxdrv SRCROOT=/usr/src/vboxhost-7.0.6_OSE/vboxdrv -j2 modules
make -f ./scripts/Makefile.build obj=/usr/src/vboxhost-7.0.6_OSE/vboxdrv \
single-build= \
need-builtin=1 need-modorder=1
make[2]: *** No rule to make target '/usr/src/vboxhost-7.0.6_OSE/vboxdrv/linux/SUPDrv-linux.o', needed by '/usr/src/vboxhost-7.0.6_OSE/vboxdrv/vboxdrv.o'.  Stop.
make[1]: *** [Makefile:1903: /usr/src/vboxhost-7.0.6_OSE/vboxdrv] Error 2
make: *** [/usr/src/vboxhost-7.0.6_OSE/vboxdrv/Makefile-footer.gmk:133: vboxdrv] Error 2

andreas_baumann commented on 2023-03-11 08:29 (UTC)

CONFIG_DRM_SIMPLEDRM=y and CONFIG_DEBUG_INFO_BTF=y are in all config files. The problem with dkms seems to be something deeper with the mechanism..

ThiasTux commented on 2023-03-06 19:39 (UTC)

I think they are related. And I was wondering if it has anything to do with any flag that must be enabled at compile time. I found this piece of information that talks about kernel parameters to install nvidia-dkms https://wiki.archlinux.org/title/NVIDIA#Custom_kernel

andreas_baumann commented on 2023-03-04 12:19 (UTC)

Yeah, I noticed that too, I tried do build virtualbox-dkms, and it failed. Not sure, if that's related to your Nvidia issue though..