From 07b8dc4a8b0e8a9ffd091e818a8c841ab0d17cd9 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 15 Dec 2020 16:18:39 +0000 Subject: [PATCH] Added a comment --- ..._ca662cade7153349ce644cd93c379815._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path/comment_5_ca662cade7153349ce644cd93c379815._comment 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 index 0000000000..52cc5b54a4 --- /dev/null +++ b/doc/bugs/Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path/comment_5_ca662cade7153349ce644cd93c379815._comment @@ -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) +"""]]