diff options
author | https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e7 <Fake@web> | 2012-11-01 02:11:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-01 02:11:45 +0000 |
commit | b07c397263b53c9dba35dc81b38321c3a6efe7ab (patch) | |
tree | 67c767cba751534ffc7ef02adc66e946d55d08a7 | |
parent | f059653707cb04e00a0049919430f3696f2637de (diff) |
-rw-r--r-- | doc/bugs/gpg_bundled_with_OSX_build_fails.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/gpg_bundled_with_OSX_build_fails.mdwn b/doc/bugs/gpg_bundled_with_OSX_build_fails.mdwn new file mode 100644 index 000000000..81090fda1 --- /dev/null +++ b/doc/bugs/gpg_bundled_with_OSX_build_fails.mdwn @@ -0,0 +1,20 @@ +What steps will reproduce the problem? + +run + + /Applications/git-annex.app/Contents/MacOS/bin/gpg + +from the terminal + +What is the expected output? What do you see instead? + +I expect to see typical gpg output. Instead, I see + + dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib + Referenced from: /Applications/git-annex.app/Contents/MacOS/bin/gpg + Reason: Incompatible library version: gpg requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 + Trace/BPT trap: 5 + +What version of git-annex are you using? On what operating system? + +git annex Version: 3.20121017 on Mac OS X 10.7.5 |