Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7b2b5b3f4771
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3c38cc80582d
Choose a head ref
  • 19 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 10, 2018

  1. aerospike: Disables build on aarch64

    The issue with its inclusion in the manual has been side-stepped by
    matching on the platforms in supports.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    abcb25b View commit details
    Browse the repository at this point in the history
  2. aften: Disables build on aarch64-linux

    It looks like it would be a trivial fix with
    `-Wno-shift-negative-value`, but in the end it fails with:
    
    ```
    [100%] Linking C executable aften
    libaften_static.a(a52enc.o): In function `aften_encode_init':
    a52enc.c:(.text+0x303c): undefined reference to `apply_simd_restrictions'
    collect2: error: ld returned 1 exit status
    ```
    
    So it looks like it's not simply a warning issue.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    bb27520 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    45db900 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01e78db View commit details
    Browse the repository at this point in the history
  5. gsl_1: Disables build on aarch64-linux

     * https://hydra.nixos.org/build/84910540
    
    ```
    Making check in eigen
    make[1]: Entering directory '/build/gsl-1.16/eigen'
    make  test
    make[2]: Entering directory '/build/gsl-1.16/eigen'
    gcc -DHAVE_CONFIG_H -I. -I.. -I..    -g -O2 -c test.c
    /nix/store/bsb6596kk4fp20hyl9yl55xwv1ax4b6s-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test test.o libgsleigen.la  ../test/libgsltest.la ../linalg/libgsllinalg.la ../permutation/libgslpermutation.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la  ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../utils/libutils.la ../rng/libgslrng.la ../sort/libgslsort.la -lm
    libtool: link: gcc -g -O2 -o .libs/test test.o  ./.libs/libgsleigen.a ../test/.libs/libgsltest.a ../linalg/.libs/libgsllinalg.a ../permutation/.libs/libgslpermutation.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.so ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../sys/.libs/libgslsys.a ../err/.libs/libgslerr.a ../utils/.libs/libutils.a ../rng/.libs/libgslrng.a ../sort/.libs/libgslsort.a -lm -Wl,-rpath -Wl,/nix/store/rz7sjaxwm3qf6nk9kk90v1qf81y1s62v-gsl-1.16/lib
    make[2]: Leaving directory '/build/gsl-1.16/eigen'
    make  check-TESTS
    make[2]: Entering directory '/build/gsl-1.16/eigen'
    make[3]: Entering directory '/build/gsl-1.16/eigen'
    FAIL: test
    make[4]: Entering directory '/build/gsl-1.16/eigen'
    make[4]: Nothing to be done for 'all'.
    make[4]: Leaving directory '/build/gsl-1.16/eigen'
    ====================================
       gsl 1.16: eigen/test-suite.log
    ====================================
    
    .. contents:: :depth: 2
    
    FAIL: test
    ==========
    
    FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761]
    FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789]
    FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811]
    FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836]
    FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860]
    
    ```
    samueldr committed Dec 10, 2018
    Copy the full SHA
    8a115d5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fa4a617 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    516f436 View commit details
    Browse the repository at this point in the history
  8. aspino: Disable build on aarch64-linux

    This is due to glucose not building.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    7aabdea View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5e1dfd3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    448302d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    12fabbd View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    38d6719 View commit details
    Browse the repository at this point in the history
  13. boost: Fixes disabling for aarch64-linux for <1.59

    Between 2b45037 and the current
    revision, the semantics behind "platforms" changed, and removing the
    "aarch64-linux" string doesn't work anymore to filter it out.
    
    Instead, blacklist the platform using the (comparatively) new
    badPlatforms.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    3487ff9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    5018931 View commit details
    Browse the repository at this point in the history
  15. bud: Disable build on aarch64-linux

    Furthermore, this package needs to either be dropped or updated. The
    version packaged is old, and the project has been abandoned by upstream.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    e86b1b9 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    ea20a68 View commit details
    Browse the repository at this point in the history
  17. chez: Disable on aarch64-linux

    There is no "arm64" machine, and using "arm32le" does not work.
    samueldr committed Dec 10, 2018
    Copy the full SHA
    71fe654 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    1670768 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Merge pull request #51813 from samueldr/aarch64/disable-non-arm-build…

    …s-part-1
    
    aarch64: ZHF for aarch64 (1/??)
    samueldr committed Dec 21, 2018
    Copy the full SHA
    3c38cc8 View commit details
    Browse the repository at this point in the history