Search Criteria
Package Details: linux-ck-headers 5.10.7-1
Git Clone URL: | https://aur.archlinux.org/linux-ck.git (read-only, click to copy) |
---|---|
Package Base: | linux-ck |
Description: | Headers and scripts for building modules for Linux-ck kernel |
Upstream URL: | https://wiki.archlinux.org/index.php/Linux-ck |
Licenses: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 441 |
Popularity: | 2.02 |
First Submitted: | 2011-07-22 14:51 |
Last Updated: | 2021-01-13 01:38 |
Dependencies (8)
- linux-ck (linux-ck-fbcondecor)
- bc (bc-gh) (make)
- cpio (cpio-git) (make)
- kmod (kmod-nc, kmod-git, kmod-minimal-git) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- perl (perl-git) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- xz (xz-git, xz-static-git) (make)
Required by (12)
- acpi_call-ck (make)
- bbswitch-ck (make)
- bbswitch-ck (make)
- broadcom-wl-ck (make)
- broadcom-wl-ck (make)
- e1000e-dkms (optional)
- fl2000-dkms (optional)
- i2c-ch341-dkms (optional)
- igb-dkms (optional)
- r8168-ck (make)
- spi-config-dkms (optional)
- tp_smapi-ck (make)
Sources (10)
- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- 0002-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
- 0003-iwlwifi-Fix-regression-from-UDP-segmentation-support.patch
- 0004-btrfs-fix-deadlock-when-cloning-inline-extent-and-lo.patch
- 0005-btrfs-shrink-delalloc-pages-instead-of-full-inodes.patch
- config
- enable_additional_cpu_optimizations-20201113.tar.gz
- http://ck.kolivas.org/patches/5.0/5.10/5.10-ck1/patch-5.10-ck1.xz
- https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.7.tar.sign
- https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.7.tar.xz
Latest Comments
1 2 3 4 5 6 ... Next › Last »
bryanjhv commented on 2021-01-09 02:30
@graysky thanks for the update but... I think it's missing a
$
($pkgbase
instead of justpkgbase
).graysky commented on 2021-01-09 02:07
@Distorted - It is undone in the PKGBUILD. Maintaining is easier if I take the Arch config as-is. See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-ck#n133 and else where in the PKGBUILD other Arch specific calls are commented out.
graysky commented on 2021-01-09 02:03
@bryanjhv - sure, 5.10.5-2
Distorted commented on 2021-01-09 00:32
Why is
CONFIG_DEBUG_INFO=y
set? It causes builds to use over 10GB in disk space.bryanjhv commented on 2021-01-08 22:13
@graysky, is there possibility to change
_package-headers
'depends
array using"$pkgbase"
instead of fixed'linux-ck'
? I was building forsilvermont
(changing$pkgbase
tolinux-ck-silvermont
the way some repositories provide it), and didn't notice it until installinglinux-ck-silvermont-headers
asked me to also installlinux-ck
instead oflinux-ck-silvermont
.bryanjhv commented on 2021-01-08 22:05
Ignoring the error would make things unpredictable. Just remove "-N" option so patch will try to reverse-apply and re-apply.
Kr1ss commented on 2021-01-03 11:14
@LucidComplex That would make it pass though also in situations where the
patch
itself fails for a different reason. Not sure if that's what you want to achieve.LucidComplex commented on 2021-01-03 10:47
prepare()
fails when patches have already been applied. I suppose you can append a|| true
to the end ofpatch
commands inprepare()
to address this.Kr1ss commented on 2021-01-02 21:24
@graysky The checksum for
config
doesn't match in the recent release.EDIT/ Thank you fixing this so quickly ! :)
graysky commented on 2021-01-02 20:36
My bad... git push didn't respond for some reason.