error while build from source on shellinabox
-
Hi!
While compile from source git repo shellinabox not available and build is crashed.
Git give 404 error on from Makefile of shellinabox urlChecking out files from the git repository... Cloning into 'shellinabox'... remote: Repository not found. fatal: Authentication failed for 'https://github.com/OnionIoT/shellinabox.git/'
-
We experience the same error since about a week.
When you google for "onion shellinabox" then a link can be found to github, but that repository is now gone. This breaks building of onion-os.
Weird.We don't use the onion-os, so as a quick-and-dirty work around we disabled building the Omega-os and shellinabox features in the build.
grep -v "CONFIG_PACKAGE_shellinabox=y" .config.O2-minimum | grep -v "CONFIG_PACKAGE_onion-os=y" > .config
-
Our mistake! We were cleaning up our GitHub repos and removed this one by accident.
It's back now and compiles should work fine.
-
@Lazar-Demin Thanks for picking this up! Our build works again.
-
@Lazar-Demin Thank you!