mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Issue with the osv.bootstrap pkg & the repository #78

Closed nikoszoisse closed 6 years ago

nikoszoisse commented 6 years ago

Hello guys, I was trying to compose a OSv Image using capstan, therefore I faced this issue when i was trying to collect the missing packages

capstan package collect --pull-missing package eu.mikelangelo-project.osv.bootstrap is not available in the given repository (https://mikelangelo-capstan.s3.amazonaws.com/)

I ve found that you changed the xml, what I have to change in order to make it work?

Thanks.

miha-plesko commented 6 years ago

Hi @nikoszoisse. Problem is that you're using obsolete Capstan binary, and it's NOT your fault, we really need to publish a new release. Best way is that you compile the Capstan master yourself, but here's the shortcut, I've compiled it for you just now:

http://x.k00.fr/capstanpkgs

Also, I've included all the latest packages in this .zip be totally sure that you're fully up-to-date. Please let me know if it works and thanks for your patience.

nikoszoisse commented 6 years ago

I ve tried also to build it from sources, but go 1.7.3 gives me too many errors, I will try today your compiled version!

nikoszoisse commented 6 years ago

Okay everything now is works!! Thank you. I built capstan with go v1.9 successfully and also capstan binary succeed @ pull missing command!

miha-plesko commented 6 years ago

Interesting that it doesnt compile on 1.7.3, because Travis seems to have no problems. Well, I'm glad you made it 👍