arm build uses 32kb page size
(Change was made in gitannexbuilder scripts not here.)
This commit is contained in:
parent
2e4edee607
commit
aedec5d08d
2 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,8 @@ git-annex (6.20161112) UNRELEASED; urgency=medium
|
||||||
only use backtraces for unexpected errors.
|
only use backtraces for unexpected errors.
|
||||||
* fsck --all --from was checking the existence and content of files
|
* fsck --all --from was checking the existence and content of files
|
||||||
in the local repository, rather than on the special remote. Oops.
|
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 <id@joeyh.name> Tue, 15 Nov 2016 11:15:27 -0400
|
-- Joey Hess <id@joeyh.name> Tue, 15 Nov 2016 11:15:27 -0400
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
<https://downloads.kitenet.net/git-annex/autobuild/armel/git-annex-standalone-armel.tar.gz>
|
||||||
|
|
||||||
|
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: <http://bugs.debian.org/844467>
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue