I’m getting this with a clean HEAD on Linux. Any ideas? Simon ghc-stage1: could not execute: /5playpen/simonpj/HEAD-4/inplace/lib/bin/ghc-split make[1]: *** [libraries/ghc-prim/dist-install/build/GHC/Types.o] Error 1
Simon Peyton Jones <simonpj@microsoft.com> writes:
I’m getting this with a clean HEAD on Linux. Any ideas? Simon
ghc-stage1: could not execute: /5playpen/simonpj/HEAD-4/inplace/lib/bin/ghc-split
Interesting: this binary is inplace/lib/ghc-split in my local tree. Does this exist? Cheers, - Ben
This was broken by the "Remote GHCi" patch. I'm currently validating a fix. In the meantime you can set `SplitObjs=NO` in mk/build.mk. On Thu, Dec 17, 2015 at 7:00 PM, Ben Gamari <ben@smart-cactus.org> wrote:
Simon Peyton Jones <simonpj@microsoft.com> writes:
I’m getting this with a clean HEAD on Linux. Any ideas? Simon
ghc-stage1: could not execute: /5playpen/simonpj/HEAD-4/inplace/lib/bin/ghc-split
Interesting: this binary is inplace/lib/ghc-split in my local tree. Does this exist?
Cheers,
- Ben
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
Fixed in http://git.haskell.org/ghc.git/commit/c1bd3d444f8c52c688fdbea695ee0ae7f40294... On Thu, Dec 17, 2015 at 7:57 PM, Thomas Miedema <thomasmiedema@gmail.com> wrote:
This was broken by the "Remote GHCi" patch. I'm currently validating a fix. In the meantime you can set `SplitObjs=NO` in mk/build.mk.
On Thu, Dec 17, 2015 at 7:00 PM, Ben Gamari <ben@smart-cactus.org> wrote:
Simon Peyton Jones <simonpj@microsoft.com> writes:
I’m getting this with a clean HEAD on Linux. Any ideas? Simon
ghc-stage1: could not execute: /5playpen/simonpj/HEAD-4/inplace/lib/bin/ghc-split
Interesting: this binary is inplace/lib/ghc-split in my local tree. Does this exist?
Cheers,
- Ben
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
Thank you. Thomas, you are such a star… you do fix lots of corner bugs and loose ends that no one else is looking at. You do us all a service, and I’m very grateful. Simon From: Thomas Miedema [mailto:thomasmiedema@gmail.com] Sent: 17 December 2015 20:49 To: Ben Gamari <ben@smart-cactus.org> Cc: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs <ghc-devs@haskell.org> Subject: Re: ghc-split?? Fixed in http://git.haskell.org/ghc.git/commit/c1bd3d444f8c52c688fdbea695ee0ae7f402945d<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fgit.haskell.org%2fghc.git%2fcommit%2fc1bd3d444f8c52c688fdbea695ee0ae7f402945d&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c461e0f0a2e0b4a36540908d30723769a%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=LeE%2fduditmrXLtuhrxueS75NEH%2fzHo30FtnFoqjz0oo%3d> On Thu, Dec 17, 2015 at 7:57 PM, Thomas Miedema <thomasmiedema@gmail.com<mailto:thomasmiedema@gmail.com>> wrote: This was broken by the "Remote GHCi" patch. I'm currently validating a fix. In the meantime you can set `SplitObjs=NO` in mk/build.mk<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fbuild.mk&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c461e0f0a2e0b4a36540908d30723769a%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=Ch3s94J%2bURWbId%2fi7NFcE5SArHZCDzp4qHHrWtIpS7U%3d>. On Thu, Dec 17, 2015 at 7:00 PM, Ben Gamari <ben@smart-cactus.org<mailto:ben@smart-cactus.org>> wrote: Simon Peyton Jones <simonpj@microsoft.com<mailto:simonpj@microsoft.com>> writes:
I’m getting this with a clean HEAD on Linux. Any ideas? Simon
ghc-stage1: could not execute: /5playpen/simonpj/HEAD-4/inplace/lib/bin/ghc-split
Interesting: this binary is inplace/lib/ghc-split in my local tree. Does this exist? Cheers, - Ben _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org<mailto:ghc-devs@haskell.org> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fmail.haskell.org%2fcgi-bin%2fmailman%2flistinfo%2fghc-devs&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c461e0f0a2e0b4a36540908d30723769a%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=f9wxTmBATlqe1zGLoWcBS51oWQqJpr9ghRxa%2bsUhZ3I%3d>
participants (3)
-
Ben Gamari -
Simon Peyton Jones -
Thomas Miedema