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.87
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 »

ThiasTux commented on 2023-03-03 23:17 (UTC)

Hi! I can't install nvidia-dkms using this kernel. I am getting the error: Error! Bad return status for module build on kernel: 5.15.96-2-lts515 (x86_64) The error is only on this kernal and happens also for nvidia-vulkan-dkms. Any idea?

msrd0 commented on 2023-03-02 11:58 (UTC)

I'm having the same problem with the broken dependency being reported by yay. However this is probably not a typo: It looks like the _get_gcc_version_from_config function isn't run properly when generating the .SRCINFO file. It works when invoking makepkg directly, since it doesn't read the broken file.

ajgringo619 commented on 2023-03-01 20:58 (UTC)

This dependency problem looks like a typo:

$ yay -S linux-lts515 linux-lts515-headers
 -> Could not find all required packages:
    gcc-libs= (Wanted by: linux-lts515-headers)

Is this accurate?

$ yay -Sii linux-lts515-headers | awk '/Depends On/'
Depends On                    : pahole  gcc-libs=

ajgringo619 commented on 2023-03-01 00:28 (UTC)

Hmmm...now the build is failing (original release built fine):

==> Finished making: linux-lts515 5.15.95-2 (Tue Feb 28 15:53:52 2023)
==> Cleaning up...
loading packages...
resolving dependencies...
warning: cannot resolve "gcc-libs=", a dependency of "linux-lts515-headers"
:: The following package cannot be upgraded due to unresolvable dependencies:
      linux-lts515-headers

:: Do you want to skip the above package for this upgrade? [y/N] 
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'gcc-libs=' required by linux-lts515-headers

ajgringo619 commented on 2023-02-28 21:28 (UTC)

Guess I jumped the gun. I imported the key successfully, but I'm still prompted every time I attempt to install the packages. I've tried reinstalling the keys, with both gpg and pacman-key, and neither fixes this. I know that adding keys does work; added the Chaotic AUR repo this morning.

ajgringo619 commented on 2023-02-28 20:31 (UTC) (edited on 2023-02-28 21:04 (UTC) by ajgringo619)

OK, it's working now - thanks!

andreas_baumann commented on 2023-02-28 19:01 (UTC)

Yeah, basically, the PGP keyserver infrastructure is broken. Either change ~/.gnupg/gpg.conf to use another keyserver (for instance keyserver keyserver.ubuntu.com works fine). Or just fetch the key from the linux-lts packages and import it manually. That's the whole reason, why Arch32 has its own keyserver and upstream Arch is using the 'keys' subfolder.. (I presume).

ajgringo619 commented on 2023-02-28 18:55 (UTC)

$ gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886
gpg: keyserver receive failed: No data

andreas_baumann commented on 2023-02-28 18:52 (UTC) (edited on 2023-02-28 18:52 (UTC) by andreas_baumann)

That key can not possibly expire if we talk about Linux.. :-) Did it work when you gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886? I actually wanted to attach the keys here (as for "normal" packages), but AUR doesn't allow me to upload a 'keys' subdirectory.

ajgringo619 commented on 2023-02-28 17:06 (UTC)

Getting this whenever I need to update this package:

:: PGP keys need importing:
 -> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: linux-lts515 (linux-lts515 linux-lts515-headers)
:: Import? [Y/n] 
:: Importing keys with gpg...
gpg: keyserver receive failed: No data

If I skip this, the package builds as expected. Trying to add the key manually also fails.