Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
>From a clean build I'm getting this ld: cannot find libraries/ghc-prim/dist-install/build/GHC/CString.o: No such file or directory ld: cannot find libraries/ghc-prim/dist-install/build/GHC/Classes.o: No such file or directory ld: cannot find libraries/ghc-prim/dist-install/build/GHC/Debug.o:

Re: Build entirely broken

2018-08-22 Thread Ömer Sinan Ağacan
I wonder if this could be a problem with your tree? I just did git pull git submodule update --init make distclean ./boot ./configure make and it worked. Note that I tried with "quick" build flavor. Ömer Simon Peyton Jones via ghc-devs , 22 Ağu 2018 Çar, 13:12 tarihinde

RE: Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
nes | Cc: ghc-devs | Subject: Re: Build entirely broken | | I wonder if this could be a problem with your tree? I just did | | git pull | git submodule update --init | make distclean | ./boot | ./configure | make | | and it worked. Note that I tried with "

RE: Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
: Build entirely broken | | I wonder if this could be a problem with your tree? I just did | | git pull | git submodule update --init | make distclean | ./boot | ./configure | make | | and it worked. Note that I tried with "quick" build flavor. |

RE: Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
Sinan Ağacan | Cc: ghc-devs | Subject: RE: Build entirely broken | | Panic over. Removing the entire build tree and starting again solved it. | I have no idea what the original problem was. | | Sorry for false alarm | | Simon | | | -Original Message- | | From: Ömer Sinan A

RE: Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
all/build/GHC/CString.o /tmp/ghc57765_0/ghc_4.ldscript So maybe it’s that ‘no-relax’ business. S | -Original Message- | From: Simon Peyton Jones | Sent: 22 August 2018 12:17 | To: Simon Peyton Jones ; ghc-devs | Subject: RE: Build entirely broken | | Sigh. I spoke too

RE: Build entirely broken

2018-08-22 Thread Ben Gamari
Simon Peyton Jones via ghc-devs writes: > Sigh. I spoke too soon. > > Exactly the same thing has happened starting from a clean build. > > I'm utterly stuck. Why is CString.o not being built? > Can you try reverting 1cc9061fce42? Perhaps this is a linker compatibility issue? Cheers, - Ben s

RE: Build entirely broken

2018-08-22 Thread Simon Peyton Jones via ghc-devs
bject: RE: Build entirely broken | | Simon Peyton Jones via ghc-devs writes: | | > Sigh. I spoke too soon. | > | > Exactly the same thing has happened starting from a clean build. | > | > I'm utterly stuck. Why is CString.o not being built? | > | Can you try rev