aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec <Le@web>2016-11-04 00:22:20 +0000
committerGravatar admin <admin@branchable.com>2016-11-04 00:22:20 +0000
commit1b6f5d7550387c8ad97f2ac68fa3942e55a0ad76 (patch)
tree9519fbb9d7ca06d9e5d0729ee676489cb305a513
parent905e911a5be65e82eaa170985eca5a5ad300f643 (diff)
-rw-r--r--doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn b/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
new file mode 100644
index 000000000..b91e6ed84
--- /dev/null
+++ b/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+I downloaded the 10.11_El_Capitan dmg package ( 2016-11-01 ) but it did not install on macOS Sierra. When I try to run it from command line I got this error:
+
+
+/Volumes/git-annex/git-annex.app/Contents/MacOS/$ ./git-annex
+
+dyld: malformed mach-o: load commands size (35008) > 32768
+
+Abort trap: 6
+
+
+I googled around and it seems to be a known issue with Haskell platform on the newer OS:
+http://stackoverflow.com/a/39648502
+
+### What steps will reproduce the problem?
+
+
+### What version of git-annex are you using? On what operating system?
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+