From aedec5d08d10bcd75940e8c4fa8a5415a89271db Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Nov 2016 18:05:42 -0400 Subject: [PATCH] arm build uses 32kb page size (Change was made in gitannexbuilder scripts not here.) --- CHANGELOG | 2 ++ ...ent_8_48026cf7c187e97d53d15d35ed2c3670._comment | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_8_48026cf7c187e97d53d15d35ed2c3670._comment diff --git a/CHANGELOG b/CHANGELOG index 6dd4edb3ec..5bd9d3e9d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,8 @@ git-annex (6.20161112) UNRELEASED; urgency=medium only use backtraces for unexpected errors. * fsck --all --from was checking the existence and content of files in the local repository, rather than on the special remote. Oops. + * Linux arm standalone: Build with a 32kb page size, which is needed + on several ARM NAS devices, including Drobo 5N, and WD NAS. -- Joey Hess Tue, 15 Nov 2016 11:15:27 -0400 diff --git a/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_8_48026cf7c187e97d53d15d35ed2c3670._comment b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_8_48026cf7c187e97d53d15d35ed2c3670._comment new file mode 100644 index 0000000000..493031115a --- /dev/null +++ b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_8_48026cf7c187e97d53d15d35ed2c3670._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 8""" + date="2016-11-16T21:48:49Z" + content=""" +The arm daily build now uses a 32kb page size. So try + + +That has been verified to fix the problem on a Drobo 5N. + +This may still not be enough for some of the affected NAS devices, which +use a 64kb page size. Unfortunately, gold fails to link with a 64kb page +size: +"""]]