From 349faa3ae125f3976de459b3fada6fa2993cde94 Mon Sep 17 00:00:00 2001 From: "Claes Wallin (韋嘉誠)" Date: Sun, 22 Dec 2013 15:31:22 +0100 Subject: fix for segfault in broken standalone 5.20131221 --- .../comment_3_manually_added._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/Latest_64_bit_standalone_Linux_build_broken/comment_3_manually_added._comment 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 +"""]] -- cgit v1.2.3