Am Montag, 11. Februar 2013 schrieb Ludovic Courtès:
> So, with the ‘mips64el’ branch, you should be able to download them and
> get started.
Could you update the links and hashes in the branch? When trying to build guix on mips64el, I get the following:
/run/current-system/sw/bin/mkdir -p `dirname "gnu/packages/bootstrap/mips64el-linux/guile-2.0.7.tar.xz"`
GUILE_LOAD_COMPILED_PATH=".:$GUILE_LOAD_COMPILED_PATH" /nix/var/nix/profiles/default/bin/guile --no-auto-compile -L "." -L "." "./build-aux/download.scm" "gnu/packages/bootstrap/mips64el-linux/guile-2.0.7.tar.xz" "35c8d1c1c518bc1c77f3bc260f09712cae22053b7ba160030c9d93ad8ea12f7b"
downloading file `gnu/packages/bootstrap/mips64el-linux/guile-2.0.7.tar.xz' from `http://alpha.gnu.org/gnu/guix/bootstrap/mips64el-linux/20130105/guile-2.0.7.tar.xz'...
file at `http://alpha.gnu.org/gnu/guix/bootstrap/mips64el-linux/20130105/guile-2.0.7.tar.xz' has SHA256 d6b33a418ae4fbc90bd69afeaacd07e7c1cce3fa9c3c879b14ae3816a9f322ff; expected 35c8d1c1c518bc1c77f3bc260f09712cae22053b7ba160030c9d93ad8ea12f7b
Nixos on my machine uses the abi n32 (long and void* have 32 bits, long long 64). I would like to switch to abi 64 (long with 64 bits); we might be the first distribution supporting this mode. Do we need a completely separate toolchain for this? In the debian distribution also installed on the machine, there is a separate lib64 directory, and it is enough to pass the flag "-mabi=64" to gcc.
Andreas