Re: Can't build HEAD with the old build system

2019-03-31 Thread Ömer Sinan Ağacan
Yeah I can reproduce it reliably. I tried a few `git clean -xfd`s, and tried with no build.mk and with a debug build.mk, it happened with all configurations, when building the same file (the hsc2hs executable). The repro is simple: clone the GHC repo, build at 6f7115dfd4. If this doesn't

Re: GHC HEAD documentation once again available

2019-03-31 Thread Joachim Breitner
Hi, great work! (Not only this, of course. I just felt it was time to express praise.) Cheers, Joachim Am Samstag, den 30.03.2019, 20:56 -0400 schrieb Ben Gamari: > TL;DR. A snapshot of GHC's documentation from the master branch can >always be found at [2]. > > > Hi everyone, > >

Re: Can't build HEAD with the old build system

2019-03-31 Thread Niklas Hambüchen
Can you reproduce this reliably? Googling the error message "internal error in find_view" yields: https://www.mail-archive.com/bug-binutils@gnu.org/msg28716.html where somebody encountered it, but only in proprietary code. It would probably be very useful if we could provide a repro of it in

Re: GHC HEAD documentation once again available

2019-03-31 Thread Ben Gamari
Takenobu Tani writes: > Thank you for the useful link. > > It may not be related to this, but the following URL is not displayed > correctly. > Thanks for pointing this out. This was due to a configuration mistake which I had fixed, but apparently the CDN hadn't caught up. I have purged the

Re: Can't build HEAD with the old build system

2019-03-31 Thread Ben Gamari
On March 31, 2019 12:20:22 PM EDT, "Ömer Sinan Ağacan" wrote: >I was able to build with the system linker instead of gold.ld >(configure with >--disable-ld-override). I guess I triggered a gold.ld bug. > >Ömer > >Takenobu Tani , 31 Mar 2019 Paz, 16:19 >tarihinde şunu yazdı: >> >> Hi, >> >> At

Re: GitHub Mirror is broken

2019-03-31 Thread Manuel M T Chakravarty
Thanks! Manuel > Am 31.03.2019 um 17:09 schrieb Ben Gamari : > > Manuel M T Chakravarty writes: > >> I think, it also only mirrors master, but not other branches, which is >> unfortunate especially for release branches. >> > Fixed on both counts. The GitHub mirror should be both up-to-date

Re: Can't build HEAD with the old build system

2019-03-31 Thread Ömer Sinan Ağacan
I was able to build with the system linker instead of gold.ld (configure with --disable-ld-override). I guess I triggered a gold.ld bug. Ömer Takenobu Tani , 31 Mar 2019 Paz, 16:19 tarihinde şunu yazdı: > > Hi, > > At least I was able to build with old build system in my Ubuntu on Friday. > >

Re: GitHub Mirror is broken

2019-03-31 Thread Ben Gamari
Manuel M T Chakravarty writes: > I think, it also only mirrors master, but not other branches, which is > unfortunate especially for release branches. > Fixed on both counts. The GitHub mirror should be both up-to-date and include all branches. Cheers, - Ben signature.asc Description: PGP

Re: Can't build HEAD with the old build system

2019-03-31 Thread Takenobu Tani
Hi, At least I was able to build with old build system in my Ubuntu on Friday. How about trying the following? : $ make maintainer-clean $ ./boot $ ./configure $ make Regards, Takenobu ___ ghc-devs mailing list ghc-devs@haskell.org

Re: GitHub Mirror is broken

2019-03-31 Thread Manuel M T Chakravarty
I think, it also only mirrors master, but not other branches, which is unfortunate especially for release branches. Manuel > Am 31.03.2019 um 05:52 schrieb Phyx : > > Hi Ben, > > I think the mirror is stuck again. Hasn't updated in 8 days. > > Cheers, > Tamar > > On Tue, Feb 19, 2019 at

Can't build HEAD with the old build system

2019-03-31 Thread Ömer Sinan Ağacan
I just updated a few-days-old repo and `make` no longer works: $ make ===--- building phase 0 make --no-print-directory -f ghc.mk phase=0 phase_0_builds make[1]: Nothing to be done for 'phase_0_builds'. ===--- building phase 1 make --no-print-directory -f ghc.mk phase=1

Re: GHC HEAD documentation once again available

2019-03-31 Thread Takenobu Tani
Thank you for the useful link. It may not be related to this, but the following URL is not displayed correctly. NG URL: - https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html -> redirect to https://ghc.gitlab.haskell.org/ghc/doc/ OK URL: -