Added a comment
authoryarikoptic <yarikoptic@web>
Tue, 15 Dec 2020 16:18:39 +0000 (16:18 +0000)
committeradmin <admin@branchable.com>
Tue, 15 Dec 2020 16:18:39 +0000 (16:18 +0000)
doc/bugs/Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path/comment_5_ca662cade7153349ce644cd93c379815._comment [new file with mode: 0644]

diff --git a/doc/bugs/Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path/comment_5_ca662cade7153349ce644cd93c379815._comment b/doc/bugs/Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path/comment_5_ca662cade7153349ce644cd93c379815._comment
new file mode 100644 (file)
index 0000000..52cc5b5
--- /dev/null
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="comment 5"
+ date="2020-12-15T16:18:39Z"
+ content="""
+FTR: unfortunately not a complete workaround for us since the 'test' step is done in a clean environment (not build one), where we just install .dmg.  That results in git-annex not being able to find those dynamic libraries it had in build environment
+
+```
+Run git annex version
+dyld: Library not loaded: /usr/local/opt/libmagic/lib/libmagic.1.dylib
+  Referenced from: /Applications/git-annex.app/Contents/MacOS/bundle/git-annex
+  Reason: image not found
+error: git-annex died of signal 6
+Error: Process completed with exit code 134.
+```
+
+ref: [https://github.com/datalad/git-annex/pull/31](https://github.com/datalad/git-annex/pull/31)
+"""]]