[hadrian] HEAD link failure

2021-01-23 Thread Shayne Fletcher
Building `HEAD` just now with `hadrian/build-stack --flavour=quickest -j`, I get a link failure for stage1 `bin/ghc`: ``` ld: library not found for -lHSrts-1.0_thr_l ``` I'll try another flavour or something but in the meantime is this ringing any bells? -- Shayne Fletcher ___

Re: [hadrian] HEAD link failure

2021-01-25 Thread Ben Gamari
Shayne Fletcher writes: > Building `HEAD` just now with `hadrian/build-stack --flavour=quickest -j`, > I get a link failure for stage1 `bin/ghc`: > ``` > ld: library not found for -lHSrts-1.0_thr_l > ``` > I'll try another flavour or something but in the meantime is this ringing > any bells? > Fo