Branch: refs/heads/staging
Home: https://github.com/NixOS/nixpkgs
Commit: c240556a24f6e358992a0c7169592c2ccc3c4e60
https://github.com/NixOS/nixpkgs/commit/c240556a24f6e358992a0c7169592c2ccc3c4e60
Author: Tuomas Tynkkynen <[email protected]>
Date: 2015-06-13 (Sat, 13 Jun 2015)
Changed paths:
M pkgs/development/libraries/gmp/5.1.x.nix
M pkgs/development/libraries/gmp/6.x.nix
Log Message:
-----------
gmp: Fix build on ARM
The config.guess script tries to detect various ARM optimization flags
via /proc/cpuinfo. This is not only impure, but the detection is also
broken on multicore machines; on my quad-core system the machine type is
autodetected as 'neon neon neon neon-unknown-linux-gnueabihf':
checking build system type... Invalid configuration `neon': machine `neon' not
recognized
configure: error:
/nix/store/bafimhdj1yaxj6m1hvq7wvhwwizc939x-bootstrap-tools/bin/sh ./config.sub
neon
neon
neon
neon-unknown-linux-gnueabihf failed
builder for ‘/nix/store/1npm2358bpvclj5w7fqjjwg72vbb0d79-gmp-6.0.0a.drv’ failed
with exit code 1
Override the system type with the output of GNU config.guess to avoid
the autodetection.
Commit: 8c2a8661ebecea0fdf007428de1bed32cfd00bb9
https://github.com/NixOS/nixpkgs/commit/8c2a8661ebecea0fdf007428de1bed32cfd00bb9
Author: William A. Kennington III <[email protected]>
Date: 2015-06-13 (Sat, 13 Jun 2015)
Changed paths:
M pkgs/development/libraries/gmp/5.1.x.nix
M pkgs/development/libraries/gmp/6.x.nix
Log Message:
-----------
Merge pull request #8307 from dezgeg/pr-gmp
[WIP] gmp6: Fix build on ARM
Compare: https://github.com/NixOS/nixpkgs/compare/dce591e0b8f9...8c2a8661ebec_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits