Hi I'm having an issue with this packages installtion, when I run "makepkg -si" almost everything runs untill close to the end where this error appears.
bc: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
make[1]: *** [Kbuild:67: include/generated/timeconst.h] Error 1
make: *** [Makefile:1033: prepare0] Error 2
==> ERROR: A failure occurred in prepare().
Aborting...
Any idea as to how i could fix this?
Search Criteria
Package Details: linux-mainline-headers 6.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 278 |
Popularity: | 2.51 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-11-18 03:24 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 76 Next › Last »
Hydeh commented on 2016-12-11 21:37 (UTC) (edited on 2016-12-11 21:37 (UTC) by Hydeh)
miffe commented on 2016-12-08 11:53 (UTC)
@RubenKelevra: I wont change the config from whats in core/linux. If you get it added there it will show up here too.
RubenKelevra commented on 2016-12-08 09:38 (UTC)
Can you please add CONFIG_TCP_CONG_BBR=y? Thanks :)
ishitatsuyuki commented on 2016-11-29 10:12 (UTC)
I'm curious if CONFIG_INTEL_ISH_HID would be included.
afzalarsalan commented on 2016-11-28 00:36 (UTC)
If you look at the commit, you'll see it's quite the simple fix for CONFIG_MODVERSIONS ;)
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cd3caefb4663e3811d37cc2afad3cce642d60061&utm_source=anzwix
smirky commented on 2016-11-27 22:36 (UTC)
@lesto
Yes, -rc7 has the patch.
http://lkml.iu.edu/hypermail/linux/kernel/1611.3/02062.html
"Fix subtle CONFIG_MODVERSIONS problems"
Make some research next time :)
lesto commented on 2016-11-27 22:22 (UTC) (edited on 2016-11-27 22:23 (UTC) by lesto)
@smirky waiting for RC7, can you confirm the patch is there? i don't find it in the realeases notes! http://lkml.iu.edu/hypermail/linux/kernel/1611.3/02062.html
smirky commented on 2016-11-25 06:22 (UTC)
@lesto,
Read the link I provided here, make it on a patch, add it in the PKGBUILD and build.
lesto commented on 2016-11-25 02:30 (UTC)
@blueyed using default pkgbuild, so make olddefconfig.
can' use localmodconfig as i need modules for a bit of everything (embedded dev)
smirky commented on 2016-11-22 19:37 (UTC)
https://lkml.org/lkml/2016/11/21/49
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here