summaryrefslogtreecommitdiff
path: root/doc/bugs/gpg_bundled_with_OSX_build_fails.mdwn
blob: 701e67cc5fb90ab6632d8be83ea81b66dec1f61f (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
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

[[!tag /design/assistant/OSX]]

> Libraries are now handled better in the OSX app and this should be able
> to happen anymore. [[done]] --[[Joey]]