Hi,
I’m trying to build a medkit using the latest source from github, (https://github.com/CZ-NIC/turris-build), and mostly it went fine, but now, when i try to run “generate_medkit -t mox”, i get this error:
warning: redirecting to https://gitlab.nic.cz/turris/updater/updater.git/
/bin/bash: line 13: /home/jblakey/mox_repos/turris-build/turris-tools/updater-ng/pkgupdate: No such file or directory
Here’s my complete steps so far, trying to follow steps from https://github.com/CZ-NIC/turris-build. I’m trying this on Ubuntu 20.04, running on WSL.
- sudo apt install ca-certificates git build-essential zlib1g-dev gawk libssl-dev subversion unzip libncurses-dev wget python python3 file rsync gcc-multilib g+±multilib
- sudo apt install automake
- sudo update-alternatives --set fakeroot /usr/bin/fakeroot-tcp
- git clone https://github.com/CZ-NIC/turris-build
- cd turris-build
- ./compile-pkgs prepare-tools -t mox
- WAIT LONG TIME - seems to complete fine
- ./generate_medkit -t mox
- GET ERROR
What am I missing?
Thanks,
jason