You are not logged in.
Pages: 1
Hello guys, I understand that for such a topic and can get a ban, but I do not know where else to turn with this error. Immediately ask for your forgiveness, do not be angry strongly.
I installed archlinux and installed the parabola kernel. The driver for wifi only in aur RTL8811AU installed rtl8821au-dkms-git reinstall linux-libre-headers-5.15.12-1 got the error, when I immediately installed parabola everything was fine.
I understand that this is an archlinux forum and not archlinux builds, if you have any resentment inside about this please forgive me. Or if there is a more appropriate section in the forum where such questions can be asked, please point them out.
English is not my first language I use a translator, if it's not too clever I'm sorry too.
==> dkms install --no-depmod rts5139/1.06 -k 5.15.12-gnu-1
Error! Bad return status for module build on kernel: 5.15.12-gnu-1 (x86_64)
Consult /var/lib/dkms/rts5139/1.06/build/make.log for more information.
==> WARNING: `dkms install --no-depmod rts5139/1.06 -k 5.15.12-gnu-1' exited 10┌─ user ~
└─ $ cat /var/lib/dkms/rts5139/1.06/build/make.log
DKMS make.log for rts5139-1.06 for kernel 5.15.12-gnu-1 (x86_64)
Пн 28 фев 2022 13:57:57 MSK
make: вход в каталог «/usr/lib/modules/5.15.12-gnu-1/build»
warning: the compiler differs from the one used to build the kernel
The kernel was built by: gcc (GCC) 11.1.0
You are using: gcc (GCC) 11.2.0
CC [M] /var/lib/dkms/rts5139/1.06/build/rts51x_transport.o
CC [M] /var/lib/dkms/rts5139/1.06/build/rts51x_scsi.o
cc1: ошибка: incompatible gcc/plugin versions
cc1: ошибка: incompatible gcc/plugin versions
cc1: ошибка: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so
cc1: ошибка: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so
make[1]: *** [scripts/Makefile.build:277: /var/lib/dkms/rts5139/1.06/build/rts51x_transport.o] Ошибка 1
make[1]: *** Ожидание завершения заданий…
make[1]: *** [scripts/Makefile.build:277: /var/lib/dkms/rts5139/1.06/build/rts51x_scsi.o] Ошибка 1
make: *** [Makefile:1868: /var/lib/dkms/rts5139/1.06/build] Ошибка 2
make: выход из каталога «/usr/lib/modules/5.15.12-gnu-1/build»└─ $ pacman -Q gcc linux
gcc 11.2.0-3
linux-libre 5.15.12-1Last edited by BPOH (2022-03-01 08:28:50)
Offline
Installing other packages on actual Arch is generally fine.
For this particular usecase you'd have to rebuild the kernel against Arch's newer toolchain, this is technically a parabola bug and it is marked as out of date since january there. So if you do not want to wait for them grab a copy of their sources from: https://git.parabola.nu/abslibre.git/tr … inux-libre and build that with makepkg. Since this would be a kernel build this will depend on your hardware how long this will take, make sure you increase the amount of parallel jobs in https://wiki.archlinux.org/title/Makepk … ompilation to speed up the compilation, depending on your HW this can take multiple hours to a few minutes.
Last edited by V1del (2022-02-28 12:26:56)
Offline
to speed up the compilation, depending on your HW this can take multiple hours to a few minutes.
CPU: Intel Celeron N3350 (2) @ 2.400GHz
GPU: Intel HD Graphics 500
Memory: 1134MiB / 3754MiB Arch is standing on a coffee machine ![]()
Can you please tell me where I can read more about recompiling a kernel, I've never done that in my life.
Offline
In context of Arch: https://wiki.archlinux.org/title/Kernel … ild_System for a more traditional approach: https://wiki.archlinux.org/title/Kernel … ompilation and there are tons of other resources if you're interested in the actual details.
If you just want to get the kernel working as-is and as provided by Parabola all you need to do is download the sources linked earlier and run makepkg (... and have lots of patience, this will likely take a whole night or more on this HW). FWIW the most time effective fix for now would be to swallow your FOSS pride and use the standard Arch kernel despite it potentially containing blobs
Offline
FWIW the most time effective fix for now would be to swallow your FOSS pride and use the standard Arch kernel despite it potentially containing blobs
No no its not about pride, i am a noob in linux and nevertheless i have been using archlinux for 8 years it is a great system that works very well and fast. I will probably go back again just now i want some new information like learning how to compile the linux kernel. Thanks so much for the links.
P.S. Thank you just a HUGE thanks, in russian forum I would be banned for such a post about parabola, I promise not to abuse it and use a search engine actively.
Offline
Well you'd have your thread closed as well if you actually installed Parabola, as it's technically not Arch Linux, but as far as I understood you did install Arch and try to just use the Parabola kernel? If the former, then please ask on the Parabola boards, if the latter then try to rebuild it explicitly.
Offline
Yes, only the parabola kernel I try to compile it from your link, for more than 10 hours this process lasts
Is that exactly the kernel going? on the coffee maker runs out of space the folder with the sources already weighs 17GB and on the device only 30GB
Everything worked out, everything works, I started building the kernel on a stationary PC in 20 minutes the kernel was assembled.
Last edited by BPOH (2022-03-01 08:25:00)
Offline
Pages: 1