View previous topic :: View next topic |
Author |
Message |
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 2:31 pm Post subject: [SOLVED] Kernel 6.11.0 Compile Error |
|
|
Hi Guys,
Was there any change in compiling kernel? Saw today new kernel update
Was I usually do is make oldconfig
when I ran this command
sudo make -j32 && sudo make -j32 modules_install && sudo make SYSTEMD_KERNEL_INSTALL=0 install
I got this error
Code: | make[2]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1
make[1]: *** [/usr/src/linux-6.11.0-gentoo/Makefile:1157: vmlinux] Error 2
make: *** [Makefile:224: __sub-make] Error 2 |
Above steps are the usual that I type for compiling for the past few months.. Was wondering if there was a change lately
I have done already make clean but this has been the result always
If so, would appreciate if can point the right documentation.
Thanks _________________ Oh Yeah!!!
Last edited by Ja.KooLit on Tue Sep 17, 2024 3:58 pm; edited 1 time in total |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9820 Location: almost Mile High in the USA
|
Posted: Tue Sep 17, 2024 2:45 pm Post subject: |
|
|
Rerun with -j1 and post more of the last few lines of the error, more like 20 lines or so... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
Ionen Developer
Joined: 06 Dec 2018 Posts: 2850
|
Posted: Tue Sep 17, 2024 2:55 pm Post subject: |
|
|
Not aware of any obvious failure yet, so can't tell what happened without seeing the actual error higher up. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 3:20 pm Post subject: |
|
|
Ionen wrote: | Not aware of any obvious failure yet, so can't tell what happened without seeing the actual error higher up. |
no other error
I just cut it because it was only on the compiling part of the drivers
Quote: | LD [M] net/ipv4/ip_tunnel.ko
LD [M] net/ipv6/netfilter/ip6table_filter.ko
LD [M] net/ipv4/udp_tunnel.ko
LD [M] net/ipv6/netfilter/ip6table_raw.ko
LD [M] net/ipv6/netfilter/ip6table_mangle.ko
LD [M] net/ipv6/ip6_udp_tunnel.ko
LD [M] net/ipv6/netfilter/nft_fib_ipv6.ko
LD [M] net/ipv6/netfilter/ip6table_nat.ko
LD [M] net/ipv6/netfilter/ip6t_REJECT.ko
LD [M] net/bluetooth/bnep/bnep.ko
LD [M] net/llc/llc.ko
LD [M] net/wireless/cfg80211.ko
LD [M] net/bridge/netfilter/ebtables.ko
LD [M] net/bridge/netfilter/ebt_mark.ko
LD [M] net/bridge/bridge.ko
LD [M] net/mac80211/mac80211.ko
LD [M] net/bridge/netfilter/ebtable_nat.ko
make[2]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1
make[1]: *** [/usr/src/linux-6.11.0-gentoo/Makefile:1157: vmlinux] Error 2
make: *** [Makefile:224: __sub-make] Error 2 |
_________________ Oh Yeah!!! |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22618
|
Posted: Tue Sep 17, 2024 3:22 pm Post subject: |
|
|
That still does not show us anything useful. Please provide the full command you ran, its full output, and a pastebin of your kernel configuration. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 3:47 pm Post subject: |
|
|
Hu wrote: | That still does not show us anything useful. Please provide the full command you ran, its full output, and a pastebin of your kernel configuration. |
https://pastebin.com/7mQ8RJFQ - my kernel config
full command I ran was on my OP
Code: | sudo make -j32 && sudo make -j32 modules_install && sudo make SYSTEMD_KERNEL_INSTALL=0 install |
_________________ Oh Yeah!!! |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 3:57 pm Post subject: |
|
|
SOLVED it
I disable FBNIC and it compiles and installs with no issue
it is something new with kernel 6.11
https://cateee.net/lkddb/web-lkddb/FBNIC.html _________________ Oh Yeah!!! |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5089 Location: Bavaria
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22618
|
Posted: Tue Sep 17, 2024 4:37 pm Post subject: |
|
|
Ja.KooLit wrote: | Hu wrote: | That still does not show us anything useful. Please provide the full command you ran, its full output, and a pastebin of your kernel configuration. | full command I ran was on my OP
Code: | sudo make -j32 && sudo make -j32 modules_install && sudo make SYSTEMD_KERNEL_INSTALL=0 install |
| Yes, but you never showed the full output of that command. For consistency, we want both the build log, and the exact command that generated it. Knowing how you generated an error does not tell us whether that is how you generated the error log you actually showed. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 4:37 pm Post subject: |
|
|
I just did make oldconfig and I usually say Y to new drivers because after booting into new kernel, I always ran modprobe-db to get the new module loaded for my system.... _________________ Oh Yeah!!! |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 114 Location: Somewhere Over There!
|
Posted: Tue Sep 17, 2024 4:41 pm Post subject: |
|
|
Hu wrote: | Ja.KooLit wrote: | Hu wrote: | That still does not show us anything useful. Please provide the full command you ran, its full output, and a pastebin of your kernel configuration. | full command I ran was on my OP
Code: | sudo make -j32 && sudo make -j32 modules_install && sudo make SYSTEMD_KERNEL_INSTALL=0 install |
| Yes, but you never showed the full output of that command. For consistency, we want both the build log, and the exact command that generated it. Knowing how you generated an error does not tell us whether that is how you generated the error log you actually showed. |
Thanks... I actually tried to add > build.log 2>&1 but I could not find the build.log
I tried searching also on internet but I could only find a log by genkernel, by which, I dont use genkernel _________________ Oh Yeah!!! |
|
Back to top |
|
|
|