[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug#758463: guile-2.0: Unable to cross-build to arm or arm64 (runtim
From: |
mhw |
Subject: |
Re: Bug#758463: guile-2.0: Unable to cross-build to arm or arm64 (runtime endianness detection failure) |
Date: |
Tue, 19 Aug 2014 23:51:12 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Rob Browning <address@hidden> writes:
> [If possible, please preserve at least the *-forwarded address in any
> replies.]
>
> Wookey <address@hidden> 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