On 2017/04/10 13:35, Mark Kettenis wrote: > > Date: Mon, 10 Apr 2017 11:56:29 +0100 > > From: Stuart Henderson <s...@spacehopper.org> > > > > On 2017/04/09 23:56, Mark Kettenis wrote: > > > Ran into this when trying to build subversion with the default ulimit > > > -n of 128. > > > > btw, the quickest way to build subversion is like this: > > > > FLAVOR="no_bindings no_ap2 no_perl no_python no_ruby no_gnome-keyring" make > > > > Assuming this is on aarch64, at least FLAVOR=no_gnome-keyring is required > > for now (otherwise it pulls in graphics/png as a dependency, which fails > > due to missing arm_neon.h). > > Looking into arm_neon.h. This header file is supposed to be generated > using the clang_tablegen tool, which is why we missed it.
Thanks Mark. > > I'll start uploading signed snapshot packages when I have a few more > > things in place. But for now you can find some unsigned packages, > > including subversion, at http://junkpile.org/packages/aarch64/ > > Here is a diff that fixes emacs on arm64: OK