Search Criteria
Package Details: vboot-utils 67.10575-1
Git Clone URL: | https://aur.archlinux.org/vboot-utils.git (read-only) |
---|---|
Package Base: | vboot-utils |
Description: | Chromium OS verified boot utilities |
Upstream URL: | https://chromium.googlesource.com/chromiumos/platform/vboot_reference |
Licenses: | |
Submitter: | tsowell |
Maintainer: | anatolik |
Last Packager: | anatolik |
Votes: | 3 |
Popularity: | 0.135229 |
First Submitted: | 2013-10-30 03:16 |
Last Updated: | 2018-05-06 15:36 |
Dependencies (4)
Required by (9)
- linux-aarch64-raspberrypi (make)
- linux-aarch64-raspberrypi-headers (make)
- linux-libre (make, armv7h)
- linux-libre-docs (make, armv7h)
- linux-libre-headers (make, armv7h)
- linux-phicomm-n1 (make)
- linux-phicomm-n1-armbian-git (make)
- linux-phicomm-n1-armbian-git-headers (make)
- linux-phicomm-n1-headers (make)
Latest Comments
triebefx commented on 2017-10-14 12:10
I cannot compile this package, getting this error, can anyone help please?
CC host/lib/signature_digest.o
host/lib/util_misc.c: In function ‘vb_keyb_from_rsa’:
host/lib/util_misc.c:68:38: error: dereferencing pointer to incomplete type ‘struct rsa_st’
nwords = BN_num_bits(rsa_private_key->n) / 32;
^~
CC host/linktest/main.o
make: *** [Makefile:1169: /home/felix/Downloads/vboot-utils/src/build/host/lib/util_misc.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
Aborting...
stevenhoneyman commented on 2015-08-09 22:10
There's something strange with this:
==> Validating source files with sha1sums...
release-R45-7262.B.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
The file I got (using yaourt):
b5975e681ff6b896b6d3a36b04cdfdc49ea8a67e release-R45-7262.B.tar.gz
The file I got (clicking on the link in "Sources" just above)
7adeeb2b201191fbb157207280dd148a1fdf84bf vboot_reference-refs_heads_release-R45-7262.B.tar.gz
and neither match the one in the PKGBUILD!
anatolik commented on 2014-12-21 12:21
Thanks. The issue was already fixed upstream. Pulling it from there.
stevenhoneyman commented on 2014-12-14 13:48
This is broken for a clean install - the tests rely on cgpt being in the path, but it hasn't been installed yet. if I make the test return true, it works fine after that to build again and test fully. Here's the bit where it goes wrong:
----
Bootloader address: 0x10a000
Bootloader size: 0x4000
Body verification succeeded.
Kernel verification succeeded
Creating test disk image
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB) copied, 0.000984174 s, 1.1 GB/s
tests/load_kernel_tests.sh: line 61: cgpt: command not found
Makefile:1127: recipe for target 'runtestscripts' failed
make: *** [runtestscripts] Error 127
make: *** Waiting for unfinished jobs....
VerifyData() calculate signature Test PASSED
VerifyData() calculate rsa Test PASSED
VerifyData() ok Test PASSED
----
dfanz0r commented on 2014-07-26 23:14
Flagged out of date, the upstream url is outdated the current git repo is here:
https://chromium.googlesource.com/chromiumos/platform/vboot_reference/
The latest tagged release there is R37-5978.