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: d91c70171fb9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f9218b1346a0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 20, 2018

  1. nixos/stage-1: Make find-libs not choke on dynamic linker being in DT…

    …_NEEDED
    
    find-libs is currently choking when it finds the dynamic linker
    as a DT_NEEDED dependency (from glibc) and bails out like this
    (as glibc doesn't have a RPATH):
    
    Couldn't satisfy dependency ld-linux-x86-64.so.2
    
    Actually the caller of find-libs ignores the exit status, so the issue
    almost always goes unnoticed and happens to work by chance. But
    additionally what happens is that indirect .so dependencies are
    left out from the dependency closure calculation, which breaks
    latest cryptsetup as libssl.so isn't found anymore.
    dezgeg committed Jun 20, 2018
    Copy the full SHA
    f9218b1 View commit details
    Browse the repository at this point in the history