Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also upgrade to nixpkgs 20.09 #2673

Conversation

hamishmack
Copy link
Contributor

This should fix this error building ghc (that is currently breaking the eval of #2540):

rts/linker/PEi386.c:283:38: error:
     error: '__acrt_iob_func' undeclared here (not in a function); did you mean '__rts_iob_func'?
      283 | const void* __rts_iob_func = (void*)&__acrt_iob_func;
          |                                      ^~~~~~~~~~~~~~~
          |                                      __rts_iob_func
    |
283 | const void* __rts_iob_func = (void*)&__acrt_iob_func;
    |                                      ^
`x86_64-w64-mingw32-cc' failed in phase `C Compiler'. (Exit code: 1)
make[1]: *** [rts/ghc.mk:322: rts/dist/build/linker/PEi386.p_o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:128: all] Error 2
builder for '/nix/store/b1j1lysc3ccwg7hl9y1shj09799zj7m4-x86_64-w64-mingw32-ghc-8.10.2.drv' failed with exit code 2

@mrBliss mrBliss force-pushed the mrBliss/switch-ghc-8.10 branch 2 times, most recently from 8cd00bc to 720478f Compare October 7, 2020 17:08
@mrBliss mrBliss merged commit 154f8c9 into IntersectMBO:mrBliss/switch-ghc-8.10 Oct 7, 2020
@mrBliss
Copy link
Contributor

mrBliss commented Oct 7, 2020

@hamishmack Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants