Rob Browning <r...@defaultvalue.org> writes: > [If possible, please preserve at least the *-forwarded address in any > replies.] > > Wookey <woo...@wookware.org> writes: > >> Package: guile-2.0 >> Version: 2.0.11+1 > >> Guile can cross-build scheme scripts, but if you try to cross-build >> scheme for arm or arm64, it fails > > It looks like the primary problem is that cpu-endianness in target.scm > has no match for either "arm", which is what armhf reports (at least in > Debian), or "aarch64.*". > > The patch here > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758463 > > fixes that, but may need to be adjusted to keep the "arm.*el" clause. > > In any case, I wanted to see how we'd like to handle this upstream so we > can do something similar in Debian.
We already have this commit on the stable-2.0 branch: http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=ffd3e55cfd12a3559621e3130d613d319243512d Does it solve the problems for you? Thanks, Mark