summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-08 14:53:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-08 14:53:09 -0400
commit207b265f3878a2202e4ac2c08d7d707639c154a5 (patch)
tree9657b1af1a28381c4d6c1b82412d29f3c56f167f
parent10de8fa999d8458d30d6702a8d9af936a1451820 (diff)
parentde6b917739775e29f8e31a7466a73e1818af16b7 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/binary_package_not_working_on_macOS_Sierra/comment_2_83f8bf6083abe19132f773e1c3c63cde._comment11
-rw-r--r--doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn22
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/binary_package_not_working_on_macOS_Sierra/comment_2_83f8bf6083abe19132f773e1c3c63cde._comment b/doc/bugs/binary_package_not_working_on_macOS_Sierra/comment_2_83f8bf6083abe19132f773e1c3c63cde._comment
new file mode 100644
index 000000000..e2f922070
--- /dev/null
+++ b/doc/bugs/binary_package_not_working_on_macOS_Sierra/comment_2_83f8bf6083abe19132f773e1c3c63cde._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="public@881708f3cb16d1f967ca9f517a310dd211474013"
+ nickname="public"
+ avatar="http://cdn.libravatar.org/avatar/e60c5356a8001ac2a78b489d6ac3731c"
+ subject="joey's test build fixes issue"
+ date="2016-11-08T14:53:48Z"
+ content="""
+I was having the same issue on macOS Sierra (10.12.1). I downloaded your test build and that seems to have resolved the issue.
+
+Andrew
+"""]]
diff --git a/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn b/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn
new file mode 100644
index 000000000..443b3827b
--- /dev/null
+++ b/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn
@@ -0,0 +1,22 @@
+### Please describe the problem.
+
+Cannot even extract the standalone linux tarball for deployment on our processing server:
+
+[[!format sh """
+[mvdoc@rolando bin] > tar -xzf git-annex-standalone-amd64.tar.gz
+tar: git-annex.linux/shimmed/git-fsck/git-fsck: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+tar: git-annex.linux/shimmed/git-cat-file/git-cat-file: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+tar: git-annex.linux/shimmed/git-init/git-init: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+...
+tar: Exiting with failure status due to previous errors
+
+[mvdoc@rolando bin] > ls -l git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant git-annex.linux/shimmed/git-help/git-help
+ls: cannot access git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant: No such file or directory
+-rwxr-xr-x 1 mvdoc users 2023056 Oct 29 22:44 git-annex.linux/shimmed/git-help/git-help
+[mvdoc@rolando bin] >
+
+
+# End of transcript or log.
+"""]]
+
+[[!meta author=yoh]]