-
Notifications
You must be signed in to change notification settings - Fork 15
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
enableremote amazon git-annex: Unknown remote type S3 #33
Comments
However, based on this comment spine-generic/data-multi-subject_DO-NOT-USE#20 (comment), with |
From #18 (comment)
This looks indeed like a version problem. You did did Here's mine, from
Both claim to be the same version, but obviously they're not because they have different plugins compiled in. This is the build script you would have used: https://github.com/Homebrew/homebrew-core/blob/a80db9e908e36bcf4db0d74a9f3abacc97efa285/Formula/git-annex.rb; here's the one I used: https://github.com/archlinux/svntogit-community/blob/511d422f8aaa8ada1290994dc855c37fb1cacef9/trunk/PKGBUILD. I think the difference is that Arch's says it depends on "haskell-aws". I'm taking a look on a macOS machine now and I see the same thing you do. This was working for you three weeks ago. Maybe a |
It looks like either https://github.com/Homebrew/homebrew-core/pull/59330/files (switching build scripts) or https://github.com/Homebrew/homebrew-core/pull/59470/files (bumping the version number) caused a regression. I'm going to try https://stackoverflow.com/a/4158763 to try installing an older version and open a bug report with brew. In the meantime, can you use conda's version? |
Installing older version of brew (thanks @kousu ):
Fixing my local repos:
Problem: my local copy did not have the actual files (only the symlinks), so i manually copied them from our internal server, and added them to the local repos:
Removing dead mirrors: |
For the record: no, @jcohenadad can't use conda's version because conda only packages git-annex for linux: https://anaconda.org/conda-forge/git-annex/files (archive, archive). |
Maybe the problem I've been having in #24 is related to the fact that amazon remote does not seem to be enabled on my repos:
But then:
Making sure I have the correct git-annex version:
The text was updated successfully, but these errors were encountered: