rism-digital / muscat

🗂️ A Rails application for the inventory of handwritten and printed music scores
http://muscat-project.org
34 stars 16 forks source link

Bundler error with Gemfile #1496

Closed HirschSt closed 7 months ago

HirschSt commented 7 months ago

Installing a fresh Muscat 10 it seems that references like https://github.com/rism-digital/muscat/blob/c9b70d9d9a48f05c2f5f3b6d5ca0844458ab16a7/Gemfile#L58 probably are out of order (going to nowhere).

Also the rather obvious switch to rism-digital changes nothing.

Are all the git-links in Gemfile up-to-date?

ahankinson commented 7 months ago

This package is still available on the RISM CH GitHub page. We kept both accounts open.

https://github.com/rism-ch/progress_bar

Are you experiencing any problems with installation?

HirschSt commented 7 months ago

Fine, thanks.

Are you experiencing any problems with installation?

Yepp, but I'm not sure if they are by broken links or by (maybe outdated) git command. Error message

Git error: command `git fetch --force --quiet /home/dev/.rvm/gems/ruby-2.7.6/cache/bundler/git/cql-ruby-e59226bc8b389e40438b10a00e05ac86da2fa491 --depth 1
bb97e906fa5d68a6ae7315edc59da2a7c5bbfc33` in directory /home/dev/.rvm/gems/ruby-2.7.6/bundler/gems/cql-ruby-bb97e906fa5d has failed.

is not very helpful...

HirschSt commented 7 months ago

... BTW I'm using ruby 3.3.0

ahankinson commented 7 months ago

If you're using ruby 3.3.0 then this:

... /home/dev/.rvm/gems/ruby-2.7.6/cache/bundler ...

would seem to indicate that there's a problem with your RVM environment, and maybe you're not using the correct version with bundler? I'm not a ruby expert, though.

HirschSt commented 7 months ago

Yes, probably there are some old environment variables...

HirschSt commented 7 months ago

Solved by a complete reinstall of rvm