To make this as correct as possible i have decided to build the project with .raw format instead of the .utm format after you strongly discourage me to use the --target utm command. Again when i am building whonix i am using a clean Debian 11.2 install with all dependencies installed. I use the same git clone as i used last time:
git clone --depth=1 --jobs=4 --recurse-submodules --shallow-submodules https://gitlab.com/whonix/Whonix.git
git commit is: 32a7314cdf582c5fa663aab3f93b1796c55d14b3
if that is necessary information.
Build command for Gateway is:
sudo ./whonix_build --target raw --flavor whonix-gateway-xfce --build --arch arm64 --repo true
With this build log: https://anonpaste.org/?4bc0a823b5163576#Fj5hsGu9We2oRXDwEoPn5JCM95xaUBzn9RBFR5Ka32Sr
Build command for Workstation is:
sudo ./whonix_build --target raw --flavor whonix-workstation-xfce --build --arch arm64 --tb open --repo true
With this build log: https://anonpaste.org/?68cece4fc52d24dc#A78467Wythajdgg1njuoE6QrchXUYoCyYHW7utiCEFYh
When i got the file locally to my mac i imported the raw file to UTM. And setting up UTM with all the setting from qemu setup. Idk if i need to write that up here. But i made the gateway and workstation work.
apart from mouse and keyboard setting the only commands i have used on these two vms is.
Gateway:
sudo passwd root
sudo passwd user
upgrade-nonroot
sudo apt install spice-vdagent spice-webdavd
sudo shutdown now
Workstation:
sudo passwd root
sudo passwd user
upgrade-nonroot
sudo apt install spice-vdagent spice-webdavd davfs2
sudo shutdown now
Now for part 2 of the problems. The dummy-dependency/update-torbrowser problem. Well i can confirm that even on this build update-torbrowser does not work like last time. And when i try to open up the webbrowser i get the same problem and wont open. When i run the command dpkg -l | grep tb-updater nothing comes up. And did go trough dpkg -l and no tb-updater / tb-starter package is not installed.
Just to do some debugging i made a clone of the clean install for each of the example you came up with.
So did all of the command here as you said and here is what i got: https://anonpaste.org/?36b7c34b49df005e#8DYdumfRzGkpWPRL5wZWXdHYSNmGxZuZ8auiW4gETNBW
On this attempt i got this: https://anonpaste.org/?63d2a0b1cbc7c9fa#137Q6q2pPqBUsY93gMiHaZN8hCSbyCuD5z9PwrH7T9Pc
Well i might have misunderstood you and did something wrong again. But i do appreciate the help. Still no Torbrowser working. I will read up on how to install the Arm64 Tor browser and other documentation you have postet here so i am more up to date on how everything is configured.