Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff2b5ea471ef
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9779809e0509
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 18, 2018

  1. wings: fix runtime failure. (#48681)

    Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]
    
    Eshell V7.3.1.4  (abort with ^G)
    1>
    =ERROR REPORT==== 18-Oct-2018::21:29:53 ===
    beam/beam_load.c(1189): Error loading module sdl:
      mandatory chunk of type 'Atom' not found
    
    =ERROR REPORT==== 18-Oct-2018::21:29:53 ===
    Loading of /nix/store/qalvdrzjqqm3a8nsavjbhfiv1pzhw82k-esdl-1.3.1/lib/erlang/lib/esdl-1.3.1/ebin/sdl.beam failed: badfile
    
    =ERROR REPORT==== 18-Oct-2018::21:29:53 ===
    Error in process <0.35.0> with exit value:
    {undef,[{sdl,init,[1048608],[]},
            {wings_init,init,0,[{file,"wings_init.erl"},{line,28}]},
            {wings,init,1,[{file,"wings.erl"},{line,105}]}]}
    
    Fatal internal error - log written to /home/milan/wings_crash.dump
    
    (cherry picked from commit 43fc3bb)
    tex authored and Mic92 committed Oct 18, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    9779809 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/top-level/all-packages.nix
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -19206,6 +19206,7 @@ with pkgs;
winswitch = callPackage ../tools/X11/winswitch { };

wings = callPackage ../applications/graphics/wings {
esdl = esdl.override { erlang = erlangR18; };
erlang = erlangR18;
};