summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>2013-12-22 15:31:22 +0100
committerGravatar Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>2013-12-22 15:31:22 +0100
commit349faa3ae125f3976de459b3fada6fa2993cde94 (patch)
tree766c16ba592902f765e7f85d76a35786ca0b9b86
parent3b3c9899c4650222b5d4758a65ccdc456c52b011 (diff)
fix for segfault in broken standalone 5.20131221
-rw-r--r--doc/bugs/Latest_64_bit_standalone_Linux_build_broken/comment_3_manually_added._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Latest_64_bit_standalone_Linux_build_broken/comment_3_manually_added._comment b/doc/bugs/Latest_64_bit_standalone_Linux_build_broken/comment_3_manually_added._comment
new file mode 100644
index 000000000..23ca8f72c
--- /dev/null
+++ b/doc/bugs/Latest_64_bit_standalone_Linux_build_broken/comment_3_manually_added._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="http://id.clacke.se/"
+ nickname="clacke"
+ subject="Workaround/Fix"
+ date="2013-12-22T14:23:09Z"
+ content="""
+Broken here on Linux Mint 13 Maya (Ubuntu 12.04 precise) too. The reason is a dangling symlink. Fix:
+
+ clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ./git-annex version
+ Segmentation fault
+ clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ rm lib64/ld-linux-x86-64.so.2
+ clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ln -s ../lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 lib64/
+ clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ./git-annex version
+ git-annex version: 5.20131221-gf8c928d
+ build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA
+ key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
+ remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
+"""]]