@Scimmia Thank you for letting me know. I've removed the respective lines and will be available when the new version is ready.
Search Criteria
Package Details: linux-nitrous-docs 5.11.2-1
Git Clone URL: | https://aur.archlinux.org/linux-nitrous.git (read-only, click to copy) |
---|---|
Package Base: | linux-nitrous |
Description: | Kernel hackers manual - HTML documentation that comes with the Linux kernel (tagged git version) |
Upstream URL: | https://gitlab.com/xdevs23/linux-nitrous |
Licenses: | |
Submitter: | superboringdev |
Maintainer: | superboringdev |
Last Packager: | superboringdev |
Votes: | 7 |
Popularity: | 0.58 |
First Submitted: | 2019-11-05 16:41 |
Last Updated: | 2021-02-26 20:51 |
Dependencies (12)
- bc (bc-gh) (make)
- bison (byacc-bison, bison-git) (make)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git) (make)
- coreutils (coreutils-git, coreutils-selinux) (make)
- docbook-xsl (make)
- git (git-git) (make)
- inetutils (inetutils-git, inetutils-hostname, gettext-hostname) (make)
- kmod (kmod-nc, kmod-git, kmod-minimal-git) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- lld (llvm-toolchain-nightly-bin, llvm-git) (make)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm-minimal-git, llvm8, llvm-toolchain-nightly-bin) (make)
- xmlto (xmlto-git) (make)
Required by (0)
Sources (2)
superboringdev commented on 2020-12-11 18:12
Scimmia commented on 2020-12-10 16:42
Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD
superboringdev commented on 2020-11-24 23:46
There is currently a syntax error in the install script which does not appear to cause any issues aside from an error appearing during install (but it still succeeds) but will likely cause boot issues after a reboot, so please refrain from updating, downgrade to 5.9.10 or keep a different kernel installed on the side. Will be fixed in a new update.
EDIT: fixed in 5.9.11-9
superboringdev commented on 2020-11-22 19:43
@thaewrapt linux-zen-git is still doing depmod
and mkinitcpio
: https://aur.archlinux.org/cgit/aur.git/tree/linux-zen.install?h=linux-zen-git
Which surprises me but I'm going to remove that for the next update if it doesn't cause any issues.
superboringdev commented on 2020-11-22 19:34
@hashworks thanks for reporting the issue, I have added the lld
dependency to all packages.
hashworks commented on 2020-11-22 18:49
scripts/Kconfig.include:40: linker 'ld.lld' not found
extra/lld
dependency missing?
thaewrapt commented on 2020-10-18 01:16
Found out two issues on my setup.
- You don't need to
depmod
/mkinitcpio
anymore with post-install/post-upgrade hooks, since it's now done bypacman
itself, check other AUR packages (like, "linux-pds", etc.) or official kernel packages for reference. This way all DKMS modules wouldn't fail to be added to initramfs (as they only are built and become available after the install, thus the new behaviour). - Any chance to add ZFS support ("zfs-dkms" and "zfs-utils" packages in AUR) to your kernel? Right now it's failing to build with following message:
[2020-10-17T18:15:03+0300] [ALPM-SCRIPTLET] ==> dkms install --no-depmod -m zfs -v 0.8.5 -k 5.9.0-nitrous+
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] configure: error:
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** None of the expected "make_request_fn" interfaces were detected.
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** This may be because your kernel version is newer than what is
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** supported, or you are using a patched custom kernel with
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** incompatible modifications.
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] ***
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** ZFS Version: zfs-0.8.5-1
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET] *** Compatible Kernels: 2.6.32 - 5.6
[2020-10-17T18:16:08+0300] [ALPM-SCRIPTLET]
[2020-10-17T18:16:09+0300] [ALPM-SCRIPTLET] Error! Bad return status for module build on kernel: 5.9.0-nitrous+ (x86_64)
[2020-10-17T18:16:09+0300] [ALPM-SCRIPTLET] Consult /var/lib/dkms/zfs/0.8.5/build/make.log for more information.
[2020-10-17T18:16:09+0300] [ALPM-SCRIPTLET] ==> Warning, `dkms install --no-depmod -m zfs -v 0.8.5 -k 5.9.0-nitrous+' returned 10
superboringdev commented on 2020-08-13 23:21
There seems to be an issue with 5.8.1-1
I'm recompiling the kernel using stock clang which will be 5.8.1-2
Hopefully this fixes the issue.
dedguy21 commented on 2020-08-01 14:58
Tried the linux-nitrous-git version to take advantage of LSMOD, it did not work as intended and seem to load all generic Linux modules were still loaded, way beyond the 61 listed in my modepribed.db file.
superboringdev commented on 2020-07-09 21:38
I forgot to mention but the nvidia-dkms package now works just fine on 5.7.
NVIDIA also has already released a driver that looks to be compatible with the upcoming 5.8 version so hopefully we will be able to transition to 5.8 smoothly without any hiccups.
Pinned Comments
superboringdev commented on 2020-03-23 19:25
The prebuilt kernel is built using Clang/LLVM 11.
The linux-nitrous binary package can be installed by adding following lines to your /etc/pacman/pacman.conf:
Then you can install the package using your AUR helper or pacman (e. g.
sudo pacman -Syu linux-nitrous linux-nitrous-headers
)You probably need to add my key before being able to install my packages: