Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Karel Gardas
On 01/31/14 12:03 AM, Austin Seipp wrote: Afterwords, just build and make the binaries as you normally would: $ ./boot; ./configure $ make $ make binary-dist Please let me know when the builds are done and somewhere to obtain them, and I'll upload them to haskell.org for the RC. I've done tha

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Luke Iannini
Hm, these don't seem to have come together correctly. It looks like "make binary-dist" isn't ready for a stage1/cross-compiler... has anyone tried that before? Maybe someone can see what's wrong from the binaries. I'll start digging in now... Cheers Luke On Thu, Jan 30, 2014 at 7:06 PM, Luke Ia

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Luke Iannini
And I've placed the iOS simulator and device builds here: https://github.com/ghc-ios/ghc-ios-scripts/releases https://github.com/ghc-ios/ghc-ios-scripts/releases/download/7.8RC1Preview1/ghc-7.8.20140129-arm-apple-ios.tar.bz2 and https://github.com/ghc-ios/ghc-ios-scripts/releases/download/7.8RC1

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Páli Gábor János
On Fri, Jan 31, 2014 at 12:02 AM, Austin Seipp wrote: > Please let me know when the builds are done and somewhere to obtain > them, and I'll upload them to haskell.org for the RC. I'll begin my > builds now too... All right, I have put the 32-bit and 64-bit FreeBSD builds here: http://haskell

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Austin Seipp
Whoops, I typo'd that. You need to specify '--extra --nofib' before the 'get', not after! On Thursday, January 30, 2014, Páli Gábor János wrote: > On Fri, Jan 31, 2014 at 12:02 AM, Austin Seipp > > > wrote: > > The 7.8 branch is officially ready for RC1 (after some final Haddock > > bugs got qu

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Páli Gábor János
On Fri, Jan 31, 2014 at 12:02 AM, Austin Seipp wrote: > The 7.8 branch is officially ready for RC1 (after some final Haddock > bugs got quickly squashed by Gergo and Mateusz.) Excellent, folks! > Alternatively, simply checking out to the 'ghc-7.8' branch will result > in the same thing - no new

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Luke Iannini
Hi Austin, Awesome. Builds are underway now. Cheers Luke On Thu, Jan 30, 2014 at 3:03 PM, Austin Seipp wrote: > (Grr, resending to list...) > > Hello all, > > The 7.8 branch is officially ready for RC1 (after some final Haddock > bugs got quickly squashed by Gergo and Mateusz.) > > Pali, Luke

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Austin Seipp
(Grr, resending to list...) Hello all, The 7.8 branch is officially ready for RC1 (after some final Haddock bugs got quickly squashed by Gergo and Mateusz.) Pali, Luke - this is specifically for you two as you have offered to make the FreeBSD and iOS builds (Luke - 7.8 should contain both the fi

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread 山本和彦
Hello Herbert, > Hello Kazu, > > ..as this is a Cabal issue, this needs to be handled upstream; could you > please file an issue at > > https://github.com/haskell/cabal/issues/new Done. https://github.com/haskell/cabal/issues/1660 --Kazu _

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-30 Thread Herbert Valerio Riedel
Hello Kazu, ..as this is a Cabal issue, this needs to be handled upstream; could you please file an issue at https://github.com/haskell/cabal/issues/new and mention there that we need that to be cherry-picked into the `1.18` branch as well -- as soon as it's in the 1.18 branch, we can update t

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread 山本和彦
Hi Austin, It seems to me that the patch for Cabal in ticket 8266 is still missing: https://ghc.haskell.org/trac/ghc/ticket/8266 diff --git a/Cabal/Distribution/Simple/GHC.hs b/Cabal/Distribution/Simple/GHC.hs index c7ea633..78cdcbb 100644 --- a/Cabal/Distribution/Simple/GHC.hs +++ b/Cab

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Luke Iannini
Hi Dominick, I've been using it every day for about 2 years on my primary project with great success -- I don't know if anyone's actually released anything into the store with it yet but I don't anticipate any problems whatsoever with Apple (I know many still think Apple doesn't allow other langua

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Dominick Samperi
That is great Luke, I hope your work gets rolled into 7.8. Is this just "experimental," or is it possible to actually develop an app that will pass Apple's QA and can be hosted on the app store? Are there any examples currently hosted on the App Store? Thanks, Dominick On Wed, Jan 29, 2014 at

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Luke Iannini
Hi Austin, all, FYI: I'm building GHC iOS binaries for RC1 right now. It would be awesome to release them along side if possible! Cheers Luke On Wed, Jan 29, 2014 at 6:28 AM, Kazu Yamamoto wrote: > Austin, > > > For the record, this error occurs fairly late in the ./validate script > > - it's

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread 山本和彦
Austin, > For the record, this error occurs fairly late in the ./validate script > - it's for testing the in-place binary distribution after a build, but > before the testsuite is run. In the mean time, you can just do 'cd > testsuite && make fast' to run all your tests after you have seen this >

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Austin Seipp
Also sending to the list. --- Kazu, I fixed the __GLASGOW_HASKELL__ check on both HEAD and the 7.8 branch. As for the bug you are talking of - yes, I made a release note about this the other day. The problem is that due to a bad interaction with Clang, somehow the module

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread 山本和彦
Hi Mateusz, > I'll try building now. What's the error? Not building but "validate". "validate" stops due to an error from haddock in the xhtml library. --Kazu ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-de

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Mateusz Kowalczyk
On 29/01/14 14:04, Kazu Yamamoto (山本和彦) wrote: > Austin, > >> Blargh, I'll fix this shortly. Thanks Pali. > > Please do. I also hit upon this bug. I could build GHC head yesterday > but not today. > > P.S. > > Even if this is fixed, "validate" does not work on my Mac recently due > to a haddock

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread 山本和彦
Austin, > Blargh, I'll fix this shortly. Thanks Pali. Please do. I also hit upon this bug. I could build GHC head yesterday but not today. P.S. Even if this is fixed, "validate" does not work on my Mac recently due to a haddock problem of the xhtml library. Does anyone see this problem? --Kazu

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Austin Seipp
Blargh, I'll fix this shortly. Thanks Pali. On Wed, Jan 29, 2014 at 7:16 AM, Páli Gábor János wrote: > On Wed, Jan 29, 2014 at 2:13 PM, Austin Seipp wrote: >> Right now I'm going over a few final touch-ups with Herbert before I >> start building everything (we might cherry-pick one or two minor

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Páli Gábor János
On Wed, Jan 29, 2014 at 2:13 PM, Austin Seipp wrote: > Right now I'm going over a few final touch-ups with Herbert before I > start building everything (we might cherry-pick one or two minor > things to base here momentarily.) Okay. By the way, are you aware of this error (and there may be simil

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Austin Seipp
Thanks! I'll follow up with you shortly. My plan was actually to create a fingerprint of the repository, so you can just checkout a tree, use the fingerprint, and build the RC from that. The setup would just be a default perf build (i.e. no custom build.mk at all, just a regular boot+configure+mak

Re: 7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Páli Gábor János
On Wed, Jan 29, 2014 at 10:49 AM, Austin Seipp wrote: > Two systems I won't make builds for RC1 by default (but could be > persuaded to if nobody else does, and people want it): [..] > - FreeBSD - Pali, if you'd like to do this, feel free, and let me know. Sure, I can do it. > This means I'll

7.8 branch is created, HEAD is now open, and a note on merges

2014-01-29 Thread Austin Seipp
Hello all, I've just created the 7.8 branch after tying off some of the final loose ends. In its current state, I expect the branch as it is now to become RC1 within the day. I plan on starting builds for the following soon: - OS X 10.7 and OS X 10.9 - Linux i386/amd64 (likely based on Debia