From 6b26802047ec99fe81016e73d822aa2a7337f046 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 28 Jul 2020 15:26:43 +0000 Subject: [PATCH] Added a comment --- ..._b3c5851c3603976d59927b591ba1d126._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/todo/may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__/comment_11_b3c5851c3603976d59927b591ba1d126._comment diff --git a/doc/todo/may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__/comment_11_b3c5851c3603976d59927b591ba1d126._comment b/doc/todo/may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__/comment_11_b3c5851c3603976d59927b591ba1d126._comment new file mode 100644 index 0000000000..b4394c0c7a --- /dev/null +++ b/doc/todo/may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__/comment_11_b3c5851c3603976d59927b591ba1d126._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 11" + date="2020-07-28T15:26:41Z" + content=""" +that was with a bit dated (8.20200501+git61-g64e081d58-1~ndall+1) version, with 8.20200720.1-1~ndall+1 it looks a bit better: + +``` +$> strace -f git-annex version 2>&1 | awk '/libpcre.*so.*ENOENT/{print}' | wc -l +39 +``` + +but still a more pertinent test/demonstration of current situation would be + +```shell +$> strace -f git-annex init 2>&1 | awk '/libpcre.*so.*ENOENT/{print}' | wc -l +651 +``` +"""]]