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: 3108f741fe67
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f5db056efd08
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 28, 2018

  1. fox: mark broken on darwin

        Undefined symbols for architecture x86_64:
          "_MPCreateSemaphore", referenced from:
              FX::FXSemaphore::FXSemaphore(int) in FXThread.o
              FX::FXSemaphore::FXSemaphore(int) in FXThread.o
          "_MPDeleteSemaphore", referenced from:
              FX::FXSemaphore::~FXSemaphore() in FXThread.o
              FX::FXSemaphore::~FXSemaphore() in FXThread.o
          "_MPSignalSemaphore", referenced from:
              FX::FXSemaphore::post() in FXThread.o
          "_MPWaitOnSemaphore", referenced from:
              FX::FXSemaphore::wait() in FXThread.o
              FX::FXSemaphore::trywait() in FXThread.o
        ld: symbol(s) not found for architecture x86_64
    
    /cc ZHF #45961
    
    (cherry picked from commit 6390b8b)
    LnL7 authored and xeji committed Sep 28, 2018
    Copy the full SHA
    c1f9ffc View commit details
    Browse the repository at this point in the history
  2. flpsed: mark linux only

    Doesn't build on darwin and probably other platforms.
    
        GsWidget.H:26:3: error: 'Atom' does not name a type; did you mean 'tm'?
           Atom atoms[5];
           ^~~~
           tm
        GsWidget.cxx: In member function 'void GsWidget::setProps()':
        GsWidget.cxx:47:2: error: 'atoms' was not declared in this scope
          atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false);
          ^~~~~
    
    /cc ZHF #45961
    
    (cherry picked from commit cd78d0c)
    LnL7 authored and xeji committed Sep 28, 2018
    Copy the full SHA
    e087e20 View commit details
    Browse the repository at this point in the history
  3. freedroidrpg: don't build on hydra

    Similar to some other builds, sdl-config gets stuck and times out.
    
        checking for sdl-config... /nix/store/q2hm1ka0qxs2gv5bmrxj7j80lygk4b5z-SDL-1.2.15-dev/bin/sdl-config
        building of '/nix/store/m2d7v0n5hd2498vfxp18i37p7r1lf76p-freedroidrpg-0.16.1' timed out after 7200 seconds of silence
    
    /cc ZHF #45961
    
    (cherry picked from commit 9b99819)
    LnL7 authored and xeji committed Sep 28, 2018
    Copy the full SHA
    f5db056 View commit details
    Browse the repository at this point in the history