Reverting didn’t work

Appluying D2817 didn’t work:

/c/code/HEAD$ c:/code/HEAD/inplace/bin/ghc-stage2 --interactive

GHCi, version 8.1.20161209: http://www.haskell.org/ghc/  :? for help

ghc-stage2.exe: unable to load package `base-4.9.0.0'

ghc-stage2.exe: C:\code\HEAD\inplace\mingw\x86_64-w64-mingw32\lib\libmingwex.a: unknown symbol `_unlock_file'

Now it’s ‘unlock_file’.

 

I’ll try adding that.

 

Simon

 

From: Phyx [mailto:lonetiger@gmail.com]
Sent: 09 December 2016 23:07
To: Simon Peyton Jones <simonpj@microsoft.com>
Subject: Re: More windows woe

 

When fixing bootstrapping with pre 7.10.3 compilers this accidentally broke.

 

There's a patch up to fix it https://phabricator.haskell.org/D2817

 

If you're on 7.10.3 or later for your bootstrapping compiler revert 6da62535469149d69ec98674db1c51dbde0efab1 and it should work again.

 

Just waiting for a buildbot build to commit the above patch.

 

On Fri, Dec 9, 2016 at 10:44 PM, Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> wrote:

I see that anything involving ghci fails:

/c/code/HEAD/inplace/bin/ghc-stage2 --interactive

GHCi, version 8.1.20161209: http://www.haskell.org/ghc/  :? for help

ghc-stage2.exe: unable to load package `base-4.9.0.0'

ghc-stage2.exe: C:\code\HEAD\inplace\mingw\x86_64-w64-mingw32\lib\libmingwex.a: unknown symbol `_lock_file'

 

ghc-stage2.exe: Could not on-demand load symbol '__mingw_vfprintf'

 

ghc-stage2.exe: C:\code\HEAD\libraries\base\dist-install\build\HSbase-4.9.0.0.o: unknown symbol `__mingw_vfprintf'

 

It’s frustrating.  It used to work!

Simon

 

 


_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs