-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
git-annex lost Amazon S3 support #60505
Comments
Pinging fellow maintainer @chenrui333, who has authored #59330 and may be able to help. |
Oh great, thanks for checking in so quick. I do indeed think it was #59330 log for git-annex.rb
The version before PR #59330,
while the version before the next PR #59470,
I don't know about cabal but I can try to fix it. For comparison, Arch uses the included Makefile instead of cabal, and makes sure to depend on |
This caused spine-generic/data-multi-subject#24 and spine-generic/data-multi-subject#33 and spine-generic/data-multi-subject#18. They're all actually the same, it's just that git-annex isn't that clear about reporting errors. |
Fixed in 548be03 |
Bug report
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?Error: no logs
?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?brew config
What you were trying to do (and why)
Use git-annex to share scientific data.
What happened (include command output)
We have a dataset whose content is on AWS, via git-annex (https://github.com/spine-generic/data-multi-subject/); all the datasets in https://openneuro.org and most in https://portal.conp.ca are the same.
But since the middle of the month or so this has been happening:
Command output
and this:
The most underlying issue is that git-annex has lost its S3 support. The telling symptom is that this doesn't say "S3" or "aws" anywhere:
What you expected to happen
A working copy should say "build flags: ... S3 ..." and "dependency versions: aws-0.22":
This was working for us a month ago.
Step-by-step reproduction instructions (by running
brew install
commands)The text was updated successfully, but these errors were encountered: