Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Linux make install Errors at main.c:167 #449

Open
stricklandrbls opened this issue Nov 15, 2024 · 0 comments
Open

Arch Linux make install Errors at main.c:167 #449

stricklandrbls opened this issue Nov 15, 2024 · 0 comments

Comments

@stricklandrbls
Copy link

I'm receiving make errors relating to a missing file crypto/bin/bss_file.c

Error Output: make -C /lib/modules/6.11.7-arch1-1/build M=/tmp/input-wacom-1.3.0/4.18 modules_install mod_sign_cmd=''
Making install in 4.18
make[1]: Entering directory '/tmp/input-wacom-1.3.0/4.18'
make -C /lib/modules/6.11.7-arch1-1/build M=/tmp/input-wacom-1.3.0/4.18 modules_install mod_sign_cmd=''
make[2]: Entering directory '/usr/lib/modules/6.11.7-arch1-1/build'
make[4]: Warning: File '/lib/modules/6.11.7-arch1-1/updates/wacom.ko.zst' has modification time 20753 s in the future
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom.ko.zst
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko.zst
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko.zst
  DEPMOD  /lib/modules/6.11.7-arch1-1
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Leaving directory '/usr/lib/modules/6.11.7-arch1-1/build'
mkdir -p /etc/depmod.d
echo "override wacom * updates" > /etc/depmod.d/input-wacom.conf
echo "override wacom_w8001 * updates" >> /etc/depmod.d/input-wacom.conf
echo "override wacom_i2c * updates" >> /etc/depmod.d/input-wacom.conf
PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/sbin" depmod -a 6.11.7-arch1-1
make[1]: Leaving directory '/tmp/input-wacom-1.3.0/4.18'
make[1]: Entering directory '/tmp/input-wacom-1.3.0'
make[2]: Entering directory '/tmp/input-wacom-1.3.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/input-wacom-1.3.0'
make[1]: Leaving directory '/tmp/input-wacom-1.3.0'
Error Full Output Running: if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
❯
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking if build path '/tmp/input-wacom-1.3.0' has spaces... no
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/6.11.7-arch1-1/build
checking kernel version... 6.11.7-arch1-1
checking hid_is_using_ll_driver... no
checking hid_is_usb... yes
checking legacy I2C probe API... no
checking input_set_timestamp... yes
checking CONFIG_MODULE_SIG... y
checking CONFIG_MODULE_SIG_FORCE... 
checking CONFIG_LOCK_DOWN_KERNEL... 
checking CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT... 
checking secure boot state... off
checking if modules must be signed... recommended
checking CONFIG_MODULE_SIG_HASH... sha512
checking for module signing hash algorithm... sha512
checking for kernel autogenerated key at /lib/modules/6.11.7-arch1-1/build/certs/signing_key.pem... no
checking for kernel autogenerated cert at /lib/modules/6.11.7-arch1-1/build/certs/signing_key.x509... no
checking for shim MOK key at /var/lib/shim-signed/mok/MOK.priv... no
checking for shim MOK cert at /var/lib/shim-signed/mok/MOK.der... no
checking for rEFInd MOK key at /etc/refind.d/keys/refind_local.key... no
checking for rEFInd MOK cert at /etc/refind.d/keys/refind_local.cer... no
checking for module signing key... 
checking for module signing certificate... 
configure: WARNING: Kernel module signing is recommended but we are unable to find signing keys. Consider re-running configure with the options '--with-signing-key=<key>' and '--with-signing-cert=<cert>' set.

checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating 4.18/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure:
----------------------------------------
  BUILD ENVIRONMENT:
       linux kernel - yes 4.18
      kernel source - yes /lib/modules/6.11.7-arch1-1/build

NOTE: The kernel drivers included in this package are only tested with the
X Wacom driver built from xf86-input-wacom. If you are running an X server
version older than 1.7, please use the drivers provided by the linuxwacom
package.

Please run 'make && make install'.
make  all-recursive
make[1]: Entering directory '/tmp/input-wacom-1.3.0'
Making all in 4.18
make[2]: Entering directory '/tmp/input-wacom-1.3.0/4.18'
    Building input-wacom drivers for 4.18 kernel.
make -C /lib/modules/6.11.7-arch1-1/build M=/tmp/input-wacom-1.3.0/4.18 
make[3]: Entering directory '/usr/lib/modules/6.11.7-arch1-1/build'
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_wac.o
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_sys.o
  LD [M]  /tmp/input-wacom-1.3.0/4.18/wacom.o
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_w8001.o
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_i2c.o
  MODPOST /tmp/input-wacom-1.3.0/4.18/Module.symvers
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom.mod.o
  LD [M]  /tmp/input-wacom-1.3.0/4.18/wacom.ko
  BTF [M] /tmp/input-wacom-1.3.0/4.18/wacom.ko
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_w8001.mod.o
  LD [M]  /tmp/input-wacom-1.3.0/4.18/wacom_w8001.ko
  BTF [M] /tmp/input-wacom-1.3.0/4.18/wacom_w8001.ko
  CC [M]  /tmp/input-wacom-1.3.0/4.18/wacom_i2c.mod.o
  LD [M]  /tmp/input-wacom-1.3.0/4.18/wacom_i2c.ko
  BTF [M] /tmp/input-wacom-1.3.0/4.18/wacom_i2c.ko
make[3]: Leaving directory '/usr/lib/modules/6.11.7-arch1-1/build'
make[2]: Leaving directory '/tmp/input-wacom-1.3.0/4.18'
make[2]: Entering directory '/tmp/input-wacom-1.3.0'
make[2]: Leaving directory '/tmp/input-wacom-1.3.0'
make[1]: Leaving directory '/tmp/input-wacom-1.3.0'
[sudo] password for <user>: 
Making install in 4.18
make[1]: Entering directory '/tmp/input-wacom-1.3.0/4.18'
make -C /lib/modules/6.11.7-arch1-1/build M=/tmp/input-wacom-1.3.0/4.18 modules_install mod_sign_cmd=''
make[2]: Entering directory '/usr/lib/modules/6.11.7-arch1-1/build'
make[4]: Warning: File '/lib/modules/6.11.7-arch1-1/updates/wacom.ko.zst' has modification time 20753 s in the future
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom.ko.zst
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom_w8001.ko.zst
  INSTALL /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko
  SIGN    /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko
At main.c:167:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: ./certs/signing_key.pem
  ZSTD    /lib/modules/6.11.7-arch1-1/updates/wacom_i2c.ko.zst
  DEPMOD  /lib/modules/6.11.7-arch1-1
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Leaving directory '/usr/lib/modules/6.11.7-arch1-1/build'
mkdir -p /etc/depmod.d
echo "override wacom * updates" > /etc/depmod.d/input-wacom.conf
echo "override wacom_w8001 * updates" >> /etc/depmod.d/input-wacom.conf
echo "override wacom_i2c * updates" >> /etc/depmod.d/input-wacom.conf
PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/sbin" depmod -a 6.11.7-arch1-1
make[1]: Leaving directory '/tmp/input-wacom-1.3.0/4.18'
make[1]: Entering directory '/tmp/input-wacom-1.3.0'
make[2]: Entering directory '/tmp/input-wacom-1.3.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/input-wacom-1.3.0'
make[1]: Leaving directory '/tmp/input-wacom-1.3.0'

System Info

Distro: Arch Linux x86_64
Kernel: Linux 6.11.7-arch1-1
Shell: zsh
CPU: Intel(R) Core(TM) i7-8700K (12) @ 4.70 GHz

@stricklandrbls stricklandrbls changed the title Arch Linux make Errors at main.c:167 Arch Linux make install Errors at main.c:167 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant