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: a2ee235cbd83
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c55809e25602
Choose a head ref
  • 18 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 28, 2020

  1. calf: build with recent gcc

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    f55b36f View commit details
    Browse the repository at this point in the history
  2. firebird: mark as broken

    Hasn't been updated since 2017 and breaks when building with a more
    recent gcc (gcc5 needs to be removed as it breaks with glibc 2.30). I
    tried to update this to a more recent version which didn't work either,
    but as this is pretty old I'm not even sure if this package is used atm.
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    e1d3504 View commit details
    Browse the repository at this point in the history
  3. r-packages: update

    This update was primarily done to update rPackages.V8 to 3.0 which
    doesn't depend on an ancient version of v8 anymore.
    
    Also dropped the `-lv8_libplatform` linker flag. It seems as this now
    part of `v8.so` as `v8_libplatform.so` doesn't exist anymore on recent
    v8 versions in nixpkgs, but the headers are still there and there aren't
    any "undefined reference to" errors while linking.
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    3c525b7 View commit details
    Browse the repository at this point in the history
  4. v8_3_14: remove

    Doesn't build with gcc>=5.
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    2826c7e View commit details
    Browse the repository at this point in the history
  5. cudatoolkit_8: build with gcc6

    Ma27 committed Jan 28, 2020
    2
    Copy the full SHA
    7a5c8cf View commit details
    Browse the repository at this point in the history
  6. gcc5: remove

    Latest gcc5 release was in 2017[1], doesn't build with glibc 2.30[2].
    
    [1] https://gcc.gnu.org/gcc-5/
    [2] https://hydra.nixos.org/build/110408216
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    79a567c View commit details
    Browse the repository at this point in the history
  7. xen: remove 4.5

    Depends on a fairly old gcc, marked as insecure for ~2 years.
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    10ad9fe View commit details
    Browse the repository at this point in the history
  8. gnaural: remove

    Marked as broken for >2 years, doesn't build with recent gcc.
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    8aad6fb View commit details
    Browse the repository at this point in the history
  9. cudatoolkit_7*: build w/gcc6

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    d0743cc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    871e262 View commit details
    Browse the repository at this point in the history
  11. avarice: remove

    Broken for almost 2 years, doesn't build with recent
    gcc (-> incompatible with latest glibc).
    Ma27 committed Jan 28, 2020
    Copy the full SHA
    1a87117 View commit details
    Browse the repository at this point in the history
  12. picat: 1.9-4 -> 2.8-2

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    6638819 View commit details
    Browse the repository at this point in the history
  13. avian: build with recent gcc

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    ff2d746 View commit details
    Browse the repository at this point in the history
  14. archimedes: build w/gcc6

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    6a69a32 View commit details
    Browse the repository at this point in the history
  15. foundationdb5: build with gcc6

    Ma27 committed Jan 28, 2020
    Copy the full SHA
    a064678 View commit details
    Browse the repository at this point in the history
  16. gcc49: fix build for glibc>=2.28

    Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
    Ma27 and veprbl committed Jan 28, 2020
    Copy the full SHA
    295a52f View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    dd583e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request #77985 from Ma27/drop-old-gcc

    gcc: remove versions 4.9 and 5
    Ma27 committed Jan 29, 2020
    Copy the full SHA
    c55809e View commit details
    Browse the repository at this point in the history