I am building GrapheneOS myself and my latest build (it used to work) failed with:
Can't open "gmscompat_lib.pk8" for reading, No such file or directory
40A70934A07F0000:error:80000002:system library:BIO_new_file:No such file or directory:../crypto/bio/bss_file.c:67:calling fopen(gmscompat_lib.pk8, rb)
40A70934A07F0000:error:10000080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:75:
This happens when calling script/generate-release.sh. Do I need to generate gmscompat_lib.pk8 or is something else wrong with my setup. I looked through the recent changes here and did not see anything that would have changed this behavior.