Hi,
I’m trying to compile Whonix from source, but I get a lot of errors. First, I get an error about something that my commits aren’t tagged. I fixed it by adding–allow-untagged true and --allow-uncommited true. Now I get an update error, not sure what is means. Ignoring the error leads to more errors which in the end leads to a failure of the build. I follow the guide step by step so I don’t understand why would this happen. I only changed the build version from 15.0.0.9.4-stable to 15.0.0.6.6-stable because according to git --no-pager tag, this is the latest stable version.
This is what I run:
sudo ./whonix_build --flavor whonix-gateway-cli --target qcow2 --repo true --allow-untagged true --allow-uncommitted true --build
(I need it for a KVM setup)
This is the first error:
last_failed_bash_command: $apt_get_update_wrapper_source_path_full ${APTGETOPT[@]} -o Dir::Etc::sourcelist="$whonix_build_sources_list_primary" -o Dir::Etc::sourceparts="-" update
Upper in the log I get:
E: The repository ‘http://HTTPS///deb.debian.org/debian buster InRelease’ is not signed.
I also skipped this step:
git checkout --recurse-submodules 15.0.0.9.4-stable
Because it says I have errors with my git submodules.
I’m following this tutorial https://www.whonix.org/wiki/Dev/Build_Documentation/15_full, which seems official.
Any help is appriciated, Thanks!