You are not logged in.
Pages: 1
Hello.
When I want to install any kernel dkms module with pacman, I get an error:
Building module:
Cleaning build area...(bad exit status: 2)
make -j16 KERNELRELEASE=6.3.6-arch1-1 -C /usr/lib/modules/6.3.6-arch1-1/build M=/var/lib/dkms/vboxhost/7.0.8_OSE/build...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.3.6-arch1-1 (x86_64)
Consult /var/lib/dkms/vboxhost/7.0.8_OSE/build/make.log for more information.
dkms autoinstall on 6.3.6-arch1-1/x86_64 failed for chipsec(10) pfring(10) rtl8814au(10) tyton(10) vboxhost(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
uname -a
Linux RF55 6.3.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Jun 2023 15:12:57 +0000 x86_64 GNU/Linux
BlackArch
This is the case for any dkms module (nvidia, rtl814au,....)
The package build log is:
cat /var/lib/dkms/rtl8814au/94.bdf80b5/build/make.log
DKMS make.log for rtl8814au-94.bdf80b5 for kernel 6.3.6-arch1-1 (x86_64)
czw, 8 cze 2023, 10:49:35 CEST
: bad option -- '"'
: bad opiton -- '"'
...
The dkms.conf configuration file looks like this:
cat /var/lib/dkms/rtl8814au/94.bdf80b5/build/dkms.conf
PACKAGE_NAME="realtek-rtl8814au"
PACKAGE_VERSION="5.8.5.1"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=8814au
PROCS_NUM=`nproc`
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
DEST_MODULE_LOCATION[0]="/updates"
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
AUTOINSTALL="yes"
REMAKE_INITRD=no
I can not find where this erroneous sign is (: bad opiton -- '"')
The error occurs when you compile anything using the make command
Last edited by gr0gu (2023-06-08 09:24:11)
Offline
The error occurs when you compile anything using the make command
What is the output of
$ type -a make
$ makePlease use code tags for commands and their output.
Offline
uname -a
Linux RF55 6.3.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Jun 2023 15:12:57 +0000 x86_64 GNU/Linux
BlackArch
This question should be directed to the BlackArch boards.
Offline
ok thank you guys. I'll ask the blackrch community
Offline
Pages: 1