Package Details: linux-zen-git 6.12.1+1311858+g9c5f97ba6b97-1

Git Clone URL: https://aur.archlinux.org/linux-zen-git.git (read-only, click to copy)
Package Base: linux-zen-git
Description: Featureful kernel including various new features, code and optimizations to better suit desktops
Upstream URL: https://github.com/damentz/zen-kernel
Licenses: GPL2
Conflicts: linux-zen
Provides: linux-zen, linux-zen-git
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000002
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2024-11-30 01:01 (UTC)

Dependencies (7)

Required by (3)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 25 Next › Last »

ls-alh commented on 2025-01-15 01:14 (UTC) (edited on 2025-01-15 01:14 (UTC) by ls-alh)

build fails when removing sources.

 -> Removing links to source and build directory...
rm: cannot remove '/home/binky/.cache/yay/linux-zen-git/pkg/linux-zen-git/lib/modules/6.12.9-zen-g63d7249858c7-dirty/source': No such file or directory

in 'package_linux-zen-git() {', changing

    msg2 "Removing links to source and build directory..."
rm "$pkgdir/lib/modules/$_kernver/"{build,source}

to

    msg2 "Removing links to source and build directory..."
rm "$pkgdir/lib/modules/$_kernver/build"

seems to fix the issue.

ilikenwf commented on 2024-11-09 01:08 (UTC)

@dcarmal removed.

dcarmal commented on 2024-10-27 18:39 (UTC)

PKGBUILD contains a "return 1" instruction after generating configuration (ln. 98) that provokes an abort error.

goddard commented on 2024-08-20 17:35 (UTC)

build failing currently

Hunk #1 succeeded at 115 (offset 9 lines). patching file security/lockdown/Kconfig -> Creating build directory... -> Creating default config... ==> WARNING: This package does not ship a kernel config.

==> WARNING: Thus it is up to you to create a one that fits your needs. ==> WARNING: Navigate to '/var/tmp/pamac-build-goddard/linux-zen-git/src/build' ==> WARNING: and either run 'make menuconfig' or if you want to use an existing config, ==> WARNING: save it as '.config' and run 'make oldconfig' in order to update it. ==> WARNING: Having done that you can run 'makepkg' again.

==> ERROR: A failure occurred in build(). Aborting...

strooka_ace commented on 2023-04-11 18:14 (UTC) (edited on 2023-04-11 18:17 (UTC) by strooka_ace)

Hello i get the error when booting and trying to start xorg : [drm] Failed to open DRM device for pci... no such file or directory

Other compiled kernels work with xorg like linux-lts or covobunu and i have same settings in the graphics drivers section, xf86-video-ati is not installed

soloturn commented on 2023-02-08 05:12 (UTC)

we now have flags for the repo cloning which saves quite some bandwith:

GITFLAGS="--filter=tree:0" makepkg
GITFLAGS="--depth=1" makepkg
GITFLAGS="--depth=1" paru -S linux-zen-git

--depth works with all repositories, --filter in case the repo supports partial clones. it even updates the repo correctly as soon as this is merged: https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/53

if you give it a try and make a comment into the pull request if something does not work i'd be glad.

antdking commented on 2022-06-04 12:05 (UTC)

_CORES ends up being set to 1 when running makepkg --noextract. prepare() doesn't run in these cases. It also affects users of yay, which runs prepare separate to build

ilikenwf commented on 2021-11-02 15:15 (UTC)

@nalyD - fixed thank you!

nalyD commented on 2021-11-02 15:05 (UTC) (edited on 2021-11-02 15:07 (UTC) by nalyD)

I get the following error:

Fetching origin
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

Changing git://github.com/damentz/zen-kernel.git#branch=5.14/master to zen-kernel::git+https://github.com/zen-kernel/zen-kernel.git#branch=5.14/master seems to be the fix.

ilikenwf commented on 2021-09-29 16:52 (UTC)

You need to update your PKGBUILD from the git repo, it does build fine now.

The only change was commenting out the permission changing lines that you're crashing at.