Re: Can't build 8.6.1-beta1 with debugging.

2018-08-14 Thread Mateusz Kowalczyk
Hi, I was able to get GHC to compile with the patch in your ticket. Thanks! -- Mateusz K. On Tue, 14 Aug 2018, at 9:08 AM, Ömer Sinan Ağacan wrote: > Hi Mateusz, > > > /usr/bin/ld.gold: error: cannot find -lHSrts_thr_debug_p > > We currently don't ship GHC with profiling + debug + threaded

Re: CI constanly fails on clonning

2018-08-14 Thread Artem Pelenitsyn
Ouch, indeed! Thank you, Matt! -- Best, Artem On Tue, 14 Aug 2018 at 19:21 Matthew Pickering wrote: > It fails because you are using `--skip-staging`. It sounds like you > haven't set up your SSH keys properly on your new hardware? > > Matt > > On Tue, Aug 14, 2018 at 5:01 PM, Artem Pelenitsyn

Re: CI constanly fails on clonning

2018-08-14 Thread Matthew Pickering
It fails because you are using `--skip-staging`. It sounds like you haven't set up your SSH keys properly on your new hardware? Matt On Tue, Aug 14, 2018 at 5:01 PM, Artem Pelenitsyn wrote: > Hello, devs, > > Could someone point me where I go wrong in the following? My Differentials >

CI constanly fails on clonning

2018-08-14 Thread Artem Pelenitsyn
Hello, devs, Could someone point me where I go wrong in the following? My Differentials constantly fail to CI with the messages like this one: exception 'PhabricatorWorkerPermanentFailureException' with message 'Lease "PHID-DRYL-sydepw7hjxlnim325sdu" never activated.' in

Status of the Hi Haddock project

2018-08-14 Thread Simon Jakobi via ghc-devs
Hi! I have summarized the status of my GSoC project at https://sjakobi.github.io/blog/2018/08/14/hi-haddock-3/ My WIP patches for GHC and haddock are at https://phabricator.haskell.org/D5067 and https://github.com/haskell/haddock/pull/906. Cheers, Simon

Re: Can't build 8.6.1-beta1 with debugging.

2018-08-14 Thread Ömer Sinan Ağacan
Hi Mateusz, > /usr/bin/ld.gold: error: cannot find -lHSrts_thr_debug_p We currently don't ship GHC with profiling + debug + threaded runtime. See my previous email on this: https://mail.haskell.org/pipermail/ghc-devs/2018-July/015982.html I show a way to enable these runtimes in

Can't build 8.6.1-beta1 with debugging.

2018-08-14 Thread Mateusz Kowalczyk
Hi all, I wanted to try our codebase with 8.6. I happened to already have 8.6.0.20180714 ready so I started with that. Compilation went well but I got a segfault when running a benchmark we have with profiling on. GDB told me the segfault was in stg_ap_p_info in AutoApply.cmm which as I