Error when compiling fdroidserver

INFO: Halting /home/xxxcucus/F-Droid/fdroidserver/buildserver
Traceback (most recent call last):
File “./makebuildserver”, line 724, in
main()
File “./makebuildserver”, line 559, in main
v.halt()
File “/usr/lib/python3/dist-packages/vagrant/init.py”, line 410, in halt
self._call_vagrant_command([‘halt’, vm_name, force_opt])
File “/usr/lib/python3/dist-packages/vagrant/init.py”, line 963, in _call_vagrant_command
stderr=err_fh, env=self.env)
File “/usr/lib/python3.6/subprocess.py”, line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[’/usr/bin/vagrant’, ‘halt’]’ returned non-zero exit status 1.

I am trying to compile fdroidserver according to “Submitting to FDroid Quick Start Guide” and I get the error above. Can anyone please help ?

You don’t compile fdroidserver…

What do you want to achieve? What operating system?

Sorry I thought there is some form of compilation involved - I am on Ubuntu 18.04 and I am running ./makebuildserver script

I am trying to follow this tutorial for submitting my app to F-Droid

Better read this instead: Installing the Server and Repo Tools | F-Droid - Free and Open Source Android App Repository

With a caveat, if you get the bitcoin/litecoin error, clone fdroidserver from Gitlab and use fdroid from there instead.

Also, it helps to open in issue Issues · F-Droid / Requests For Packaging · GitLab since volunteers can help you with info :wink:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.