Package Base Details: linux-ck

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 461
Popularity: 0.86
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-04-27 20:16 (UTC)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 305 Next › Last »

graysky commented on 2019-12-12 17:46 (UTC)

@blazessdd - Can you post a build log and link it here?

blazessdd commented on 2019-12-12 16:01 (UTC)

i have set _localmodcfg=y but whenever i try to compile modprobed wont show up and i get a kernel with all the modules compile what can i do?

graysky commented on 2019-11-28 14:14 (UTC) (edited on 2019-11-28 14:14 (UTC) by graysky)

@Althorion -

# Note - the march=native option is unavailable by this method, use the nconfig
# and manually select it.

Althorion commented on 2019-11-28 13:13 (UTC) (edited on 2019-11-28 13:14 (UTC) by Althorion)

Tired with clean PKGBUILD and -march=native (option 31). Manual patching works just fine, no idea why.

BTW (unrelated problem, I think), I tried manually patching the sources, removing patching from the PKGBUILD, and when I put some value for _subarch=, it fails at make oldconfig—it tries giving it the value I put in _subarch= (that would be 31), thus entering the never-ending loop of wrong arguments.

Finally, I managed to successfully build the package by manual patching and giving it empty _subarch.

graysky commented on 2019-11-28 13:06 (UTC)

Need more to go on in order to reproduce. Any edits to the PKGBUILD? Which number are you selecting on the gcc patch stage?

Althorion commented on 2019-11-28 12:46 (UTC)

No, I manually cloned the package (git clone <https://aur.archlinux.org/linux-ck.git>) and run makepkg -i on it. I tried removing the folder and re-cloning and clearing the build folder (rm -rf /tmp/makepkg/linux-ck), but to no avail.

graysky commented on 2019-11-28 12:33 (UTC) (edited on 2019-11-28 12:34 (UTC) by graysky)

How are you building? Works fine here. If you're using an AUR helper, DON'T USE AN AUR HELPER!

...
patching file kernel/time/Kconfig
patching file kernel/time/clockevents.c
patching file kernel/time/hrtimer.c
patching file kernel/time/posix-cpu-timers.c
patching file kernel/time/timer.c
patching file kernel/trace/trace_selftest.c
patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
...

Althorion commented on 2019-11-28 12:26 (UTC)

Version 5.4-3 fails at patching: https://gist.github.com/Althorion/a817b8bd5027cf9344af52963d063951

Last few lines:

patching file mm/vmscan.c
patching file net/core/pktgen.c
patching file sound/pci/maestro3.c
patching file sound/soc/codecs/rt5631.c
patching file sound/soc/codecs/wm8350.c
patching file sound/soc/codecs/wm8900.c
patching file sound/soc/codecs/wm9713.c
patching file sound/soc/soc-dapm.c
patching file sound/usb/line6/pcm.c
?[1m    Aborting...?(B?[m

graysky commented on 2019-11-23 22:26 (UTC)

No idea what pikaur is but if you are using an i686 fork of Arch, see man makepkg to see how to ignore the architecture or modify the PKGBUILD itself.

lockheed commented on 2019-11-23 21:11 (UTC)

How can I build this on a 32bit system? I tried it now with pikaur, but I'm getting "linux-ck, linux-ck-headers can't be built on the current arch (pentium4). Supported: x86_64"

I know Arch abandoned 32 bit, but this is a source package so I expected it could be built.