Package Details: linux-lts515-headers 5.15.153-1

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: Headers and scripts for building modules for the LTS Linux 5.15.x kernel
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 14
Popularity: 0.046723
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2024-03-28 13:58 (UTC)

Latest Comments

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

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.

msrd0 commented on 2023-02-24 20:36 (UTC)

I tried building it with yay, but I'm going to retry as I had less than 1GB remaining disk space after the build failed (would be an odd error message if that was the problem though). I'll let you know if/when it fails again.

yay -S linux-lts515{,-headers}

andreas_baumann commented on 2023-02-24 14:58 (UTC) (edited on 2023-02-24 15:06 (UTC) by andreas_baumann)

https://kernel.org/ shows a 5.15.95, I'll upgrade..

Interesting. I built it with staging-x86_64-build just fine.. Let me try with makepkg.. How did you build it?