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: a68a408a7ff8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5f7c44974175
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 8, 2020

  1. open-watcom-bin: fix EOVERFLOW on stat() calls

    We've already worked around failing stat() calls in the installer by
    running it in qemu-user. Turns out on some systems this workaround is
    also needed to run `wlib', the archiver of the Open Watcom toolchain.
    
    This issue manifested itself in broken VirtualBox builds due to
    /build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
    not being found by `wlib'.
    
    We now just wrap all binaries in qemu-user to avoid this.
    blitz committed May 8, 2020
    Copy the full SHA
    3dbb32f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Merge pull request #87273 from blitz/open-watcom

    virtualbox: Fix build issue due to open-watcom-bin
    flokli committed May 9, 2020
    Copy the full SHA
    5f7c449 View commit details
    Browse the repository at this point in the history