vboot is linked against missing version of libcrypto

This forum is for discussion about general software issues.

vboot is linked against missing version of libcrypto

Postby Mettacrawler » Tue Jan 24, 2023 11:37 am

$this->bbcode_second_pass_code('', '
vbutil_kernel: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
')

$this->bbcode_second_pass_code('', '
$ ldd /usr/bin/futility
linux-vdso.so.1 (0x0000ffffb7eee000)
libcrypto.so.1.1 => not found
libc.so.6 => /usr/lib/libc.so.6 (0x0000ffffb7c90000)
/lib/ld-linux-aarch64.so.1 => /usr/lib/ld-linux-aarch64.so.1 (0x0000ffffb7eb5000)')

$this->bbcode_second_pass_code('', '
uname -rsv
Linux 5.19.8-1-aarch64-ARCH #1 SMP PREEMPT Thu Sep 8 18:20:33 MDT 2022')

$this->bbcode_second_pass_code('', '
pacman -Suy
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
there is nothing to do')

$this->bbcode_second_pass_code('', '
$ makepkg -si
==> Making package: vboot-utils r1908.4c84e0778-1 (Tue Jan 24 06:42:24 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning vboot_reference git repo...
Cloning into bare repository '/home/ksta/vboot-utils/vboot_reference'...
remote: Finding sources: 100% (169589/169589)
remote: Total 206049 (delta 82812), reused 206044 (delta 82812)
Receiving objects: 100% (206049/206049), 141.21 MiB | 9.21 MiB/s, done.
Resolving deltas: 100% (82812/82812), done.
-> Found 0001-Remove-static-futility.patch
==> Validating source files with md5sums...
vboot_reference ... Skipped
0001-Remove-static-futility.patch ... Passed
==> Extracting sources...
-> Creating working copy of vboot_reference git repo...
Cloning into 'vboot_reference'...
done.
Updating files: 100% (1225/1225), done.
==> Starting prepare()...
error: patch failed: Makefile:1112
error: Makefile: patch does not apply
==> ERROR: A failure occurred in prepare().
Aborting...')
Mettacrawler
 
Posts: 56
Joined: Sun Mar 18, 2018 7:19 pm

Re: vboot is linked against missing version of libcrypto

Postby Mettacrawler » Tue Jan 24, 2023 11:54 am

Oops, I forgot about "weak dependencies"
$this->bbcode_second_pass_code('', '$ yay -S openssl-1.1')
fixed it.

The only issue is that the patch doesn't work. Maybe there's another trick?
Mettacrawler
 
Posts: 56
Joined: Sun Mar 18, 2018 7:19 pm



Return to General

Who is online

Users browsing this forum: No registered users and 9 guests