diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY <Jimmy@web> | 2013-11-06 19:47:01 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-06 19:47:01 +0000 |
commit | 65d5b326e586f13c3dca3499cb633c289f25ee8f (patch) | |
tree | 7b4fed5c61d01c51ede729acc4ad96b98d33ebaa | |
parent | 1c8615e167b8ddc3430ac36b9e6c8ef33ad55597 (diff) |
-rw-r--r-- | doc/bugs/GPG_errors_under_OS_10.9_Mavericks.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/GPG_errors_under_OS_10.9_Mavericks.mdwn b/doc/bugs/GPG_errors_under_OS_10.9_Mavericks.mdwn new file mode 100644 index 000000000..5175c5e85 --- /dev/null +++ b/doc/bugs/GPG_errors_under_OS_10.9_Mavericks.mdwn @@ -0,0 +1,24 @@ +### Please describe the problem. + +Creating a remote S3 repository using the git-annex assistant web interface fails with a GPG error. (I'm also getting a GPG error trying to create a USB repo but it's slightly different so I'll post a different bug.) + +### What steps will reproduce the problem? + +Build git-annex and git-annex assistant using the instructions at https://gist.github.com/calmyournerves/7144127 +Create local repo +Try to create S3 remote repo + +### What version of git-annex are you using? On what operating system? + +git-annex version 4.20131105-g136b030 on MacOS 10.9 Mavericks. + +### Please provide any additional information below. + +[[!format sh """ + +(encryption setup) dyld: Library not loaded: @rpath/libz.1.2.8.dylib + Referenced from: /Applications/git-annex.app/Contents/MacOS/bundle/gpg + Reason: image not found +07/Nov/2013:06:38:27 +1100 [Error#yesod-core] user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--gen-random","--armor","1","512"] exited 5) @(yesod-core-1.2.4.5:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:485:5) + +"""]] |