Re: [Nix-dev] GCC fails to compile on a scaleway arm server

2015-12-18 Thread Théophane Hufschmitt
Fri, Dec 18, 2015 at 11:52:29AM +0100, Théophane 
Hufschmitt(rg_ni...@regnat.ovh) a écrit:
> 
> I've attached the log file (it's rather big, I suppose the interesting part 
> is 
> "/tmp/nix-build-gcc-4.9.3.drv-4/build/armv7l-unknown-linux-gnueabihf/libsanitizer/libtool:
>  line 8070:  4405 Illegal instruction" at the end of the file, but couldn't 
> find the cause for it) and my config.nix (the values for gcc are taken from 
> the gcc in the debian image I'm running, so I assume they are good).

Here is the default.nix... (The log is at )

--
Théophane Hufschmitt
{
  replaceStdenv = { pkgs }: pkgs.clangStdenv;
  packageOverrides = pkgs:
  {
platform = pkgs.platforms.armv7l-hf-multiplatform // {
  gcc = {
fpu = "vfpv3-d16";
arch = "armv7-a";
float = "hard";
  };
};
  };
}


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] GCC fails to compile on a scaleway arm server

2015-12-18 Thread Théophane Hufschmitt
Hi, nix users.

I am trying to bootstrap nixos on a scaleway dedicaced arm server 
().

I managed to install nix without problem, but fail to compile GCC.
I've attached the log file (it's rather big, I suppose the interesting part is 
"/tmp/nix-build-gcc-4.9.3.drv-4/build/armv7l-unknown-linux-gnueabihf/libsanitizer/libtool:
 line 8070:  4405 Illegal instruction" at the end of the file, but couldn't 
find the cause for it) and my config.nix (the values for gcc are taken from the 
gcc in the debian image I'm running, so I assume they are good).

Has anyone an idea of the problem ?

--
Théophane Hufschmitt


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev