Closed annaborn closed 1 year ago
Can you try with the bootstrap script from autoproj itself ? I sent the link on the mailing lists a few weeks ago. Otherwise you can find it in bin/autoproj_bootstrap in the repo
I would have sent you the links but I'm on my phone
@doudou thank you! I found the link in your email. https://raw.githubusercontent.com/rock-core/autoproj/master/bin/autoproj_install
I got the script and run ruby autoproj_install git
Just checked and boostrapping works here (Ubuntu 20.04, Ruby 2.7)
There should not be any gems in /var/lib/gems. I guess you have sometimes installed files using sudo and then this wreaks havoc.
My suggestion is to
sudo
to run gem
or bundle
If (1) does break existing workspaces, you should be able to repair them by running the autoproj_install script to repair autoproj itself, and then autoproj osdeps
to repair the workspace.
Thank you for the suggestions, Sylvain! I deleted gems from /var/lib/gems and specification from /usr/lib/ruby/gems. Now I could bootstrap the workspace :)
Hello Sylvain @doudou!
I try to bootstrap a new buildconf. And as usual I run:
but it failed
Thank you in advance!