Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 20e228a1e1e9b42e006cda979aa66fd605673db2
      
https://github.com/NixOS/nixpkgs/commit/20e228a1e1e9b42e006cda979aa66fd605673db2
  Author: Joachim Fasting <[email protected]>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M pkgs/applications/networking/instant-messengers/oneteam/default.nix

  Log Message:
  -----------
  oneteam: port to stdenv.mkDerivation

https://github.com/NixOS/nixpkgs/issues/4210


  Commit: e113db1e2446d55f864898f921a2a8aeef1531c7
      
https://github.com/NixOS/nixpkgs/commit/e113db1e2446d55f864898f921a2a8aeef1531c7
  Author: Joachim Fasting <[email protected]>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M pkgs/tools/filesystems/relfs/default.nix

  Log Message:
  -----------
  relfs: port to stdenv.mkDerivation

https://github.com/NixOS/nixpkgs/issues/4210


  Commit: f16d3800e1be71c662b865276cbdeb66076442bf
      
https://github.com/NixOS/nixpkgs/commit/f16d3800e1be71c662b865276cbdeb66076442bf
  Author: Joachim Fasting <[email protected]>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M pkgs/development/interpreters/io/default.nix

  Log Message:
  -----------
  io: disable i686 build

io uses SIMD instructions even on i686, causing the build to fail:

> /nix/store/[...]-gcc-5.4.0/lib/gcc/i686-pc-linux-gnu/5.4.0/include/xmmintrin.h:181:1:
error: inlining failed in call to always_inline '_mm_add_ps': target
specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)

(from https://hydra.nixos.org/build/37879114/log/raw)

The simplest solution is to disable the build on this platform.


Compare: https://github.com/NixOS/nixpkgs/compare/ec37e43c51f3...f16d3800e1be
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to