But don't our windows buildbots do this for us? Surely! That's what they are for.
Me bisecting on my little laptop is not a very happy situation. Don't we have better technology? Simon | -----Original Message----- | From: [email protected] [mailto:[email protected]] On Behalf Of Austin | Seipp | Sent: 26 October 2015 23:37 | To: Simon Peyton Jones | Cc: [email protected] | Subject: Re: Can't build on Windows | | (Resending to list properly) | | Hrm, I can't see anything off hand in the past few weeks that would | have caused this at a glance. | | Can you try bisecting it perhaps? You can probably do something like: | | $ git bisect start | $ git bisect bad | $ git bisect good dcc342870b4d8a739ccbed3ae26e84dcc3579914 | $ git bisect run ./validate | | This will probably take a while, though. | | The commit 'dcc342870b4d8a739ccbed3ae26e84dcc3579914' was chosen | randomly, however. Any idea when this started happening? If it's the | past few weeks, the above might work | | On Mon, Oct 26, 2015 at 4:19 PM, Simon Peyton Jones | <[email protected]> wrote: | > Gurgah. GHC is broken on my windows laptop. See below. Anyone have | any | > ideas? Frustrating. | > | > Oddly the symbol is defined in the .exe | > | > bash$ nm inplace/bin/ghc-stage2.exe | grep stg_upd_frame | > | > 02c248e0 T _stg_upd_frame_info | > | > This is admittedly on a branch that I have modified; but I have only | > modified stuff in the front end, nothing in the RTS etc. I suppose I | will | > try to build a unmodified HEAD too. | > | > can anyone help? Thanks! | > | > Simon | > | > | > | > bash$ c:/code/HEAD/inplace/bin/ghc-stage2 --interactive | > | > GHCi, version 7.11.20151026: | https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fwww.haskell | .org%2fghc%2f&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c0ddd3793727 | 34905b9e108d2de5e53ad%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=qOu5IQhF | 9zwGyKO5nvAirOIC%2faHswQxRUDkSUQZGBGo%3d :? for help | > | > ghc-stage2.exe: unable to load package `ghc-prim-0.4.0.0' | > | > ghc-stage2.exe: | > C:\code\HEAD\libraries\ghc-prim\dist-install\build\HSghc-prim-0.4.0.0.o: | > unknown symbol `_stg_upd_frame_info' | > | > HEAD $ | > | > | > _______________________________________________ | > ghc-devs mailing list | > [email protected] | > | https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fmail.haskel | l.org%2fcgi-bin%2fmailman%2flistinfo%2fghc- | devs&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c0ddd379372734905b9e1 | 08d2de5e53ad%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=q0prCf7bCbf3hCv0S | wWCQ1Ps%2b4zJB31rMF34n%2fhBq0I%3d | > | | | | -- | Regards, | | Austin Seipp, Haskell Consultant | Well-Typed LLP, | https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fwww.well- | typed.com%2f&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c0ddd37937273 | 4905b9e108d2de5e53ad%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=jbueQwg9b | CXMVdExfCrBmk9FIfLit2W5GZJNoKIGF8c%3d _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
