Package Base Details: linux-next-git

Git Clone URL: https://aur.archlinux.org/linux-next-git.git (read-only, click to copy)
Submitter: Nefelim4ag
Maintainer: sir_lucjan (ptr1337)
Last Packager: sir_lucjan
Votes: 17
Popularity: 0.005916
First Submitted: 2014-10-12 19:04 (UTC)
Last Updated: 2024-04-22 08:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

pagdot commented on 2018-12-24 08:42 (UTC) (edited on 2018-12-24 08:43 (UTC) by pagdot)

I get linker errors when trying to compile it on my machine:

ld: drivers/nvdimm/security.o: in function `nvdimm_request_key':
security.c:(.text+0x46): undefined reference to `key_type_encrypted'
ld: drivers/nvdimm/security.o: in function `nvdimm_lookup_user_key.isra.2':
security.c:(.text+0x134): undefined reference to `key_type_encrypted'
make: *** [Makefile:1038: vmlinux] Error 1

sir_lucjan commented on 2018-06-11 20:39 (UTC)

@Raansu

I've updated :)

Raansu commented on 2018-06-05 10:56 (UTC)

@sir_lucjan I put in a request for this package to be orphaned. If someone gets around to processing my request please take over maintaining this package.

sir_lucjan commented on 2018-05-29 17:40 (UTC)

Done.

https://github.com/sirlucjan/workbench/tree/master/linux-next

  1. Files: https://github.com/sirlucjan/workbench/tree/master/linux-next/linux-next-git

  2. Log #1 (build): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%231

  3. Log #2 (install): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%232

  4. Log #3 (remove): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%233

sir_lucjan commented on 2018-05-29 13:47 (UTC)

I've updated PKGBUILD. I'm going to build and if everything will ok, I'll share my PKGBUILD.

sir_lucjan commented on 2018-05-29 11:10 (UTC)

I can adpot.

Raansu commented on 2018-05-29 09:24 (UTC)

Will this package be updated to include the below fixes?

jwhickman commented on 2017-10-28 21:49 (UTC)

The 'makedepends' for 'xmlto' 'docbook-xsl' can be removed. I modified the dvb config (since I disabled that subsystem) to add an if statement: ---------------- msg "Checking for DVB config to add to kernel headers" if [ -d include/config/dvb/ ]; then msg "DVB config found, adding to kernel headers" mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" cp include/config/dvb/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" fi

sevkard commented on 2017-09-06 05:24 (UTC) (edited on 2017-09-06 05:27 (UTC) by sevkard)

Previous comments have been helpful in building this package successfully. In case anyone needs a how-to: a)Open the PKGBUILD in your preferred editor. b)Remove change-default-console-loglevel.patch from "source=" and its corresponding "md5sum=" entry. This patch is redundant as you now get to specify a loglevel during config. c)Comment out the "add docbook makefile" part (lines 230-231), otherwise the build will fail at the end because the file is no longer in the tree. I hope this helps you save time and avoid frustration.