Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 584b667efc08addee7ca4322bc259611b45d8532
      
https://github.com/NixOS/nixpkgs/commit/584b667efc08addee7ca4322bc259611b45d8532
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/tools/system/ddrescue/default.nix

  Log Message:
  -----------
  ddrescue: lzip is a nativeBuildInput


  Commit: 8d62f62a7807c52a764a68bb4818f75d08fdc417
      
https://github.com/NixOS/nixpkgs/commit/8d62f62a7807c52a764a68bb4818f75d08fdc417
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/default.nix
    R pkgs/stdenv/linux/scripts/unpack-bootstrap-tools-arm.sh

  Log Message:
  -----------
  stdenv: Remove unpack-bootstrap-tools-arm.sh

This file was using the 'double patchelf' hack, which hasn't been needed
for a while, after the original patchelf bug was fixed:

https://github.com/NixOS/patchelf/commit/65a4dc6aa982191b11c739c4c9b802c7fa4cbebb


  Commit: 2fefa331e76413abb39eda1128462d254e5fbdfa
      
https://github.com/NixOS/nixpkgs/commit/2fefa331e76413abb39eda1128462d254e5fbdfa
  Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/os-specific/linux/busybox/default.nix

  Log Message:
  -----------
  busybox: Fix cross build with musl


  Commit: 953249db34d2c385cdeef0e50e6449f736a8bb65
      
https://github.com/NixOS/nixpkgs/commit/953249db34d2c385cdeef0e50e6449f736a8bb65
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/top-level/platforms.nix

  Log Message:
  -----------
  platforms.nix: kirkwood_defconfig is gone, use multi_v5_defconfig

kirkwood_defconfig was removed in 3.17, and our kernel headers are based
on 4.4. Make this change to allow the armv5tel bootstrap tarball
to build again (I can't test it, though).


  Commit: 9f0dc294da55783c4636b68a78f755754606f2c7
      
https://github.com/NixOS/nixpkgs/commit/9f0dc294da55783c4636b68a78f755754606f2c7
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: Add/fix some .so dependencies

- cloog, ppl, cloogppl aren't used by recent GCCs. Kill references to them.
- Use correct versions of isl, as the current GCC depends
  on non-default versions of them.
- Also clarify isl dynamic libraries are needed in cross
  builds, but not in native builds
- Since aeb3d8c (bzip2: fix cross build on mingw by using autoconf patch),
  it seems that the bzip2 binary depends on libbz2 when cross compiling.
  So copy libbz2 into the bootstrap tarball as well.
- Curl isn't used in the bootstrap tools since e6f61b4cf3388.


  Commit: 171c7f0e63b0f92c71c73b756cbbd91b8ddce444
      
https://github.com/NixOS/nixpkgs/commit/171c7f0e63b0f92c71c73b756cbbd91b8ddce444
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/top-level/platforms.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: Have more consistency with platforms.nix

E.g. we had `arch = "arm"` in the former and `arch = "armv6"` in the
latter. Try to have some more consistency.


  Commit: 0968641edad9a4655c3edf82d5946af3f4433ea1
      
https://github.com/NixOS/nixpkgs/commit/0968641edad9a4655c3edf82d5946af3f4433ea1
  Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: Use busybox with musl

Do this because I cannot figure out how to refer to `glibc.static`
inside busybox when cross building in a manner that works.


  Commit: 954e54f563b8e75a91b4241e043f1e4e3f0ca81f
      
https://github.com/NixOS/nixpkgs/commit/954e54f563b8e75a91b4241e043f1e4e3f0ca81f
  Author: Tuomas Tynkkynen <tuomas.tynkky...@iki.fi>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: Reference correct outputs


  Commit: 5cbb6ac151dbb1596c0001138ece5312be67e5f0
      
https://github.com/NixOS/nixpkgs/commit/5cbb6ac151dbb1596c0001138ece5312be67e5f0
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: More syncs from the non-cross version


  Commit: 53c039b96a8c6c31a79fb3b3d7a95f6295dd7164
      
https://github.com/NixOS/nixpkgs/commit/53c039b96a8c6c31a79fb3b3d7a95f6295dd7164
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  -----------
  make-bootstrap-tools-cross.nix: Support 'dist' target


  Commit: 3d509896511fac1c73307fedf2060c9dddebf73a
      
https://github.com/NixOS/nixpkgs/commit/3d509896511fac1c73307fedf2060c9dddebf73a
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/stdenv/linux/make-bootstrap-tools.nix

  Log Message:
  -----------
  make-bootstrap-tools{,-cross}.nix: Create deterministic tars


  Commit: d0e25d815ce610c34581860abc1269408323ca1e
      
https://github.com/NixOS/nixpkgs/commit/d0e25d815ce610c34581860abc1269408323ca1e
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/top-level/release-cross.nix

  Log Message:
  -----------
  release-cross.nix: Drop any platforms not having a single working build


  Commit: ee1a647bc292248f4745fa040b4d5ed75117d227
      
https://github.com/NixOS/nixpkgs/commit/ee1a647bc292248f4745fa040b4d5ed75117d227
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/top-level/release-cross.nix

  Log Message:
  -----------
  release-cross.nix: Remove bunch of packages that don't build


  Commit: cd645c417a162debb695691b0b94ef438ac21f39
      
https://github.com/NixOS/nixpkgs/commit/cd645c417a162debb695691b0b94ef438ac21f39
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/top-level/release-cross.nix

  Log Message:
  -----------
  release-cross.nix: Build the bootstrap tools for ARM


  Commit: 322faf92196ddf282703ddc608e221eeaaa6578c
      
https://github.com/NixOS/nixpkgs/commit/322faf92196ddf282703ddc608e221eeaaa6578c
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/top-level/platforms.nix

  Log Message:
  -----------
  platforms.nix: Switch ARMv7 to vfpv3-d16

Make ARMv7 compatible with non-NEON chips, changing to the same float ABI
that Debian and Arch Linux use. This is apparently required for the
binaries to work on Scaleway, for instance.


  Commit: ad16c9ac31f4eb2b5a6b5a4615df8e9ea4c3a405
      
https://github.com/NixOS/nixpkgs/commit/ad16c9ac31f4eb2b5a6b5a4615df8e9ea4c3a405
  Author: Tuomas Tynkkynen <tuo...@tuxera.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/development/interpreters/spidermonkey/17.0.nix

  Log Message:
  -----------
  Revert "spidermonkey: Disable tests on ARM"

This reverts commit f9654a88e76703a80b8d1464f384bba21abeaf52.

At least for now, the problem has gone away on ARMv7 by the switch of
FPU flags used by GCC.

Some details of the bug at:
https://github.com/NixOS/nixpkgs/pull/16850#issuecomment-232339143


  Commit: 6c4ba06597be6efec7e2036c76d4dd8d2e53443c
      
https://github.com/NixOS/nixpkgs/commit/6c4ba06597be6efec7e2036c76d4dd8d2e53443c
  Author: Jookia <166...@gmail.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/development/interpreters/spidermonkey/185-1.0.0.nix
    A pkgs/development/interpreters/spidermonkey/arm-flags.patch

  Log Message:
  -----------
  spidermonkey: Fix building 185-1.0.0 on ARMv7.


  Commit: cde9fb47a9027e95b452dca23d451dc7ec3a2c0a
      
https://github.com/NixOS/nixpkgs/commit/cde9fb47a9027e95b452dca23d451dc7ec3a2c0a
  Author: Jookia <166...@gmail.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/development/interpreters/spidermonkey/31.5.nix

  Log Message:
  -----------
  spidermonkey: Fix building 31.5 on GCC 5.


  Commit: 33a1d8080b50bdbf0143f4513db2fb4fe3acbd2e
      
https://github.com/NixOS/nixpkgs/commit/33a1d8080b50bdbf0143f4513db2fb4fe3acbd2e
  Author: Jookia <166...@gmail.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M pkgs/development/interpreters/spidermonkey/31.5.nix

  Log Message:
  -----------
  spidermonkey: Enable tests on 31.5.


Compare: https://github.com/NixOS/nixpkgs/compare/b3adffcd5681...33a1d8080b50
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to