-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update error #33
Comments
Sorry about the issue -- it looks like Homebrew/Linuxbrew have migrated away from using sha1 and now force sha256. These recipes have fallen out of date as we don't use them regularly in CloudBioLinux/bcbio any longer. Please feel free to take any useful recipes and update them to work within other Taps like homebrew-science or happy to accept a PR here to fix these if you find the older recipes here useful. |
+1
|
Sorry about the issues, the ngs_pipeline_minimal module should no longer be using Homebrew/Linuxbrew recipes. Would you be able to post the full error you're seeing so we can figure out how to disable this. |
|
Thanks for the full traceback. This looks like the install is using the default set of parameters instead of the I tested out and improved the quick start documentation to bootstrap on a bare machine with conda: https://github.com/chapmanb/cloudbiolinux#quick-start I hope following that will lead to a cleaner experience. Please let me know if you run into any issues with this and happy to debug more. |
Sorry, user error: building ngs_pipeline_minimal works as advertised. Sorry for the noise. |
brew upgrade
Error: Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.
/home/rcmm/.linuxbrew/Library/Taps/chapmanb/homebrew-cbl/bcbio-rnaseq.rb:7:in class:BcbioRnaseq' Please report this to the chapmanb/cbl tap! Please report this bug: https://github.com/Linuxbrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting /home/rcmm/.linuxbrew/Library/Homebrew/utils.rb:86:inodeprecated'
/home/rcmm/.linuxbrew/Library/Homebrew/utils.rb:94:in odisabled' /home/rcmm/.linuxbrew/Library/Homebrew/compat/sha1.rb:3:insha1'
/home/rcmm/.linuxbrew/Library/Taps/chapmanb/homebrew-cbl/bcbio-rnaseq.rb:7:in class:BcbioRnaseq' /home/rcmm/.linuxbrew/Library/Taps/chapmanb/homebrew-cbl/bcbio-rnaseq.rb:3:inload_formula'
/home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:25:in module_eval' /home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:25:inload_formula'
/home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:42:in load_formula_from_path' /home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:97:inload_file'
/home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:88:in klass' /home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:84:inget_formula'
/home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:201:in get_formula' /home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:241:infactory'
/home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:272:in from_keg' /home/rcmm/.linuxbrew/Library/Homebrew/formulary.rb:255:infrom_rack'
/home/rcmm/.linuxbrew/Library/Homebrew/formula.rb:1364:in block in installed' /home/rcmm/.linuxbrew/Library/Homebrew/formula.rb:1362:inmap'
/home/rcmm/.linuxbrew/Library/Homebrew/formula.rb:1362:in installed' /home/rcmm/.linuxbrew/Library/Homebrew/cmd/upgrade.rb:37:inupgrade'
/home/rcmm/.linuxbrew/Library/Homebrew/brew.rb:94:in
The text was updated successfully, but these errors were encountered: