We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last 15 lines of the log were not useful so I had to go a few lines back:
In file included from ../../grub-core/disk/luks2.c:30: ../../grub-core/disk/luks2.c: In function 'luks2_verify_key': ../../grub-core/disk/luks2.c:397:75: error: passing argument 5 of 'base64_decode_ctx' from incompatible pointer type [-Wincompatible-pointer-types] 397 | if (!base64_decode (d->digest, grub_strlen (d->digest), (char *)digest, &digestlen)) | ^~~~~~~~~~ | | | grub_size_t * {aka unsigned int *} ../../grub-core/lib/gnulib/base64.h:65:50: note: in definition of macro 'base64_decode' 65 | base64_decode_ctx (NULL, in, inlen, out, outlen) | ^~~~~~ ../../grub-core/lib/gnulib/base64.h:58:60: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'grub_size_t *' {aka 'unsigned int *'} 58 | char *restrict out, size_t *outlen); | ~~~~~~~~^~~~~~ ../../grub-core/disk/luks2.c:399:69: error: passing argument 5 of 'base64_decode_ctx' from incompatible pointer type [-Wincompatible-pointer-types] 399 | if (!base64_decode (d->salt, grub_strlen (d->salt), (char *)salt, &saltlen)) | ^~~~~~~~ | | | grub_size_t * {aka unsigned int *} ../../grub-core/lib/gnulib/base64.h:65:50: note: in definition of macro 'base64_decode' 65 | base64_decode_ctx (NULL, in, inlen, out, outlen) | ^~~~~~ ../../grub-core/lib/gnulib/base64.h:58:60: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'grub_size_t *' {aka 'unsigned int *'} 58 | char *restrict out, size_t *outlen); | ~~~~~~~~^~~~~~ ../../grub-core/disk/luks2.c: In function 'luks2_decrypt_key': ../../grub-core/disk/luks2.c:438:36: error: passing argument 5 of 'base64_decode_ctx' from incompatible pointer type [-Wincompatible-pointer-types] 438 | (char *)salt, &saltlen)) | ^~~~~~~~ | | | grub_size_t * {aka unsigned int *} ../../grub-core/lib/gnulib/base64.h:65:50: note: in definition of macro 'base64_decode' 65 | base64_decode_ctx (NULL, in, inlen, out, outlen) | ^~~~~~ ../../grub-core/lib/gnulib/base64.h:58:60: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'grub_size_t *' {aka 'unsigned int *'} 58 | char *restrict out, size_t *outlen); | ~~~~~~~~^~~~~~ make[3]: *** [disk/luks2_module-luks2.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f disk/.deps-core/afsplitter_module-AFSplitter.Tpo disk/.deps-core/afsplitter_module-AFSplitter.Po mv -f disk/.deps-core/mdraid09_module-mdraid_linux.Tpo disk/.deps-core/mdraid09_module-mdraid_linux.Po mv -f disk/.deps-core/mdraid09_be_module-mdraid_linux_be.Tpo disk/.deps-core/mdraid09_be_module-mdraid_linux_be.Po mv -f disk/.deps-core/mdraid1x_module-mdraid1x_linux.Tpo disk/.deps-core/mdraid1x_module-mdraid1x_linux.Po mv -f disk/.deps-core/luks_module-luks.Tpo disk/.deps-core/luks_module-luks.Po mv -f lib/json/.deps-core/json_module-json.Tpo lib/json/.deps-core/json_module-json.Po mv -f disk/.deps-core/geli_module-geli.Tpo disk/.deps-core/geli_module-geli.Po mv -f disk/.deps-core/ldm_module-ldm.Tpo disk/.deps-core/ldm_module-ldm.Po mv -f disk/.deps-core/lvm_module-lvm.Tpo disk/.deps-core/lvm_module-lvm.Po mv -f disk/.deps-core/cryptodisk_module-cryptodisk.Tpo disk/.deps-core/cryptodisk_module-cryptodisk.Po mv -f lib/gnulib/.deps-core/regexp_module-regex.Tpo lib/gnulib/.deps-core/regexp_module-regex.Po make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The last 15 lines of the log were not useful so I had to go a few lines back:
The text was updated successfully, but these errors were encountered: