Package Details: linux-lts515 5.15.159-1

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: The LTS Linux 5.15.x kernel and modules
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: wireguard-lts
Submitter: andreas_baumann
Maintainer: andreas_baumann (severach)
Last Packager: andreas_baumann
Votes: 15
Popularity: 0.58
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2024-05-19 10:18 (UTC)

Dependencies (13)

Required by (5)

Sources (8)

Latest Comments

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

andreas_baumann commented on 2023-07-06 09:56 (UTC) (edited on 2023-07-06 09:56 (UTC) by andreas_baumann)

more nice breaks on 32-bit (due to a broken Python3 on Archlinux32):

gcc   -o /build/linux-lts515/src/linux-5.15.120/tools/bpf/resolve_btfids/fixdep /build/linux-lts515/src/linux-5.15.120/tools/bpf/resolve_btfids/fixdep-in.o
/build/linux-lts515/src/linux-5.15.120/scripts/bpf_doc.py --header \
        --file /build/linux-lts515/src/linux-5.15.120/tools/include/uapi/linux/bpf.h > /build/linux-lts515/src/linux-5.15.120/tools/bpf/resolve_btfids/libbpf/bpf_helper_defs.h
/usr/bin/env: ‘python3’: No such file or directory

andreas_baumann commented on 2023-06-22 05:11 (UTC) (edited on 2023-06-22 05:13 (UTC) by andreas_baumann)

32-bit seems broken in more places:

  rm -f /build/linux-lts515/src/linux5.15.118/tools/bpf/resolve_btfids/libsubcmd/libsubcmd.a && ar rcs /build/linux-lts515/src/linux-5.15.118/tools/bpf/resolve_btfids/libsubcmd/libsubcmd.a /build/linux- 
  lts515/src/linux-5.15.118/tools/bpf/resolve_btfids/libsubcmd/libsubcmd-in.o
  make[1]: *** [Makefile:72: bpf/resolve_btfids] Error 2
  make: *** [Makefile:1414: tools/bpf/resolve_btfids] Error 2

ozz commented on 2023-05-23 20:56 (UTC)

I have added this kernel to my automated builds that create binary release Arch packages using OpenSUSE OBS.

https://build.opensuse.org/package/binaries/home:curb:ArchLinux/linux-lts515/Arch

xx777 commented on 2023-05-19 09:20 (UTC)

Yes, "gpg --recv-keys 38DBBDC86092693E" solves the issue.

andreas_baumann commented on 2023-05-10 18:47 (UTC) (edited on 2023-05-10 19:03 (UTC) by andreas_baumann)

Does gpg --recv-keys 38DBBDC86092693E help before calling makepkg?

crimson_king commented on 2023-05-10 18:35 (UTC)

Failing:

==> Verifying source file signatures with gpg...
    linux-5.15.110.tar ... FAILED (unknown public key 38DBBDC86092693E)
==> ERROR: One or more PGP signatures could not be verified!

andreas_baumann commented on 2023-05-05 16:13 (UTC)

IA-32 fails with

drivers/ata/libahci.c: In function ‘ahci_led_store’:
././include/linux/compiler_types.h:334:45: error: call to ‘__compiletime_assert_358’ declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)
  334 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |                                             ^
././include/linux/compiler_types.h:315:25: note: in definition of macro ‘__compiletime_assert’
  315 |                         prefix ## suffix();                             \
      |                         ^~~~~~
././include/linux/compiler_types.h:334:9: note: in expansion of macro ‘_compiletime_assert’
  334 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
   39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
      |                                     ^~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   50 |         BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

andreas_baumann commented on 2023-03-26 06:43 (UTC)

argh. Found it. 32-bit patching for package_linux-lts515-headers essentially rendered the kernel makefile unusable. Sorry for that. Fixed.

glgl-schemer commented on 2023-03-26 05:20 (UTC)

FYI, linux-lts-515-git works with DKMS.

andreas_baumann commented on 2023-03-25 13:28 (UTC)

@hugh: I have openssl-1.1 installed, makes no difference to me.