aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Mac_OS_10.9_GPG_error_adding_S3_repo___40__solved__41__.mdwn
blob: 5c70527fd8c0c48851c5c2e71077df9b3c33ee8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### 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
  * Run git-annex app to launch web interface
  * Create local repo using web interface
  * Try to create encrypted S3 remote repo using web interface

### 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)

"""]]

> [[fixed|done]]; it seems that this was a local build issue ad does not
> affect the autobuild. --[[Joey]]