Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-02-02 Thread Jens Petersen
On 14 January 2016 at 00:43, Ben Gamari wrote: > The GHC Team is very pleased to announce the first release candidate of > the Glasgow Haskell Compiler 8.0.1 release. Thanks! - I spent a little trying to build/package it for Fedora, but running in the usual problem with

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-02-02 Thread Ben Gamari
Jens Petersen writes: > On 14 January 2016 at 00:43, Ben Gamari wrote: >> The GHC Team is very pleased to announce the first release candidate of >> the Glasgow Haskell Compiler 8.0.1 release. > > Thanks! - I spent a little trying to build/package it

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-15 Thread Ben Gamari
George Colpitts writes: > installs fine on mac but cabal install vector fails on primitive, looks to > me like gmp library is not provided > I have built a new OS X binary [1] which should be linked against the in-tree libgmp, fixing this issue (which we've been

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-15 Thread Karel Gardas
Hi, SPARC/Solaris 11.2 build: https://app.box.com/s/lktjbjtnqv39pil4pkkni4xpn5mi2053 Its signature: https://app.box.com/s/catr69sepivx5xb0g5totl2y6hwrznpj Signatures of already sent files: i386/solaris: https://app.box.com/s/it4pih3bi6bq02mfqmnnae13sk7gebb4 amd64/solaris:

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-15 Thread Ben Gamari
Karel Gardas writes: > Hi, > Hi Karel, In the future do you suppose you could just tar these up and post the tarball? box.com is a bit annoying to download files from. Cheers, - Ben signature.asc Description: PGP signature

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-15 Thread Ben Gamari
Karel Gardas writes: > Hi, > > I've build two builds for Solaris 11.2: > > i386: https://app.box.com/s/1m75kzunzsz6bqh77py5517t39734446 > amd64: https://app.box.com/s/y583zs1tqduz8lbppt66z1qlxms0vytg > > Both binary distributions support shared libraries and use system

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Ben Gamari
George Colpitts writes: > That error is only on the binary distribution, building from source works > fine > Great! Let me know if you find any other issues. Thanks George. Cheers, - Ben signature.asc Description: PGP signature

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Niklas Hambüchen
On 13/01/16 16:43, Ben Gamari wrote: > If you have a ticket that you would like to see addressed that does > not meet one of these criteria, please bring this to our > attention. I would like to nominate https://ghc.haskell.org/trac/ghc/ticket/11172, the run-time segfault bug I found when using

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Thomas Miedema
On Thu, Jan 14, 2016 at 12:01 PM, Niklas Hambüchen wrote: > I would like to nominate > https://ghc.haskell.org/trac/ghc/ticket/11172, the run-time segfault > bug I found when using TH with -O, because it currently forces us to > do some production builds with -O0. > You should be

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Ben Gamari
Carter Schonwald writes: > I think 8.0 requires llvm 3.7 and only supports that version. Are we still > planning to bundle opt and LLC in the final release ? > Possibly. The logistics of this still need to be worked out. Cheers, - Ben signature.asc Description:

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Ben Gamari
Niklas Hambüchen writes: > On 13/01/16 16:43, Ben Gamari wrote: >> If you have a ticket that you would like to see addressed that does >> not meet one of these criteria, please bring this to our >> attention. > > I would like to nominate >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Ben Gamari
George Colpitts writes: > Building from src. > > Shouldn't INSTALL.md mention - j option for make ? > This is pretty standard but it wouldn't hurt to mention it. Cheers, - Ben signature.asc Description: PGP signature ___

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Karel Gardas
SHA256SUM: https://app.box.com/s/0t3kutu8i3xhhs1vh97x6vcmjdnvlm78 Sorry for noise, Karel On 01/14/16 10:27 PM, Karel Gardas wrote: Hi, I've build two builds for Solaris 11.2: i386: https://app.box.com/s/1m75kzunzsz6bqh77py5517t39734446 amd64:

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-14 Thread Páli Gábor János
Hello there, 2016-01-13 16:43 GMT+01:00 Ben Gamari : > The GHC Team is very pleased to announce the first release candidate of > the Glasgow Haskell Compiler 8.0.1 release. For the FreeBSD users, I have built the vanilla binary distributions. They are available here, along

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Andrés Sicard-Ramírez
On 13 January 2016 at 15:28, George Colpitts wrote: > installs fine on mac but cabal install vector fails on primitive, looks to > me like gmp library is not provided > > cabal install vector > Resolving dependencies... > Configuring primitive-0.6.1.0... > Failed to

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Brandon Allbery
On Wed, Jan 13, 2016 at 3:55 PM, Karel Gardas wrote: > On 01/13/16 09:28 PM, George Colpitts wrote: > >> installs fine on mac but cabal install vector fails on primitive, looks >> to me like gmp library is not provided >> > > gmp should be probably provided by your OS.

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Karel Gardas
I'm sorry, this is my mistake. I've thought original poster was talking about ubuntu 12.04 LTS but it looks like it was mac os x in fact. Sorry for this noise. Karel On 01/13/16 09:57 PM, Brandon Allbery wrote: On Wed, Jan 13, 2016 at 3:55 PM, Karel Gardas

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Andrés Sicard-Ramírez
On 13 January 2016 at 10:43, Ben Gamari wrote: > The GHC Team is very pleased to announce the first release candidate of > the Glasgow Haskell Compiler 8.0.1 release. Source and binary > distributions as well as the newly revised users guide can be found at > >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Karel Gardas
On 01/13/16 09:28 PM, George Colpitts wrote: installs fine on mac but cabal install vector fails on primitive, looks to me like gmp library is not provided gmp should be probably provided by your OS. Looks like you will also need its -dev version too. Does sudo apt-get install gmp-dev or

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread George Colpitts
installs fine on mac but cabal install vector fails on primitive, looks to me like gmp library is not provided cabal install vector Resolving dependencies... Configuring primitive-0.6.1.0... Failed to install primitive-0.6.1.0 Build log ( /Users/gcolpitts/.cabal/logs/primitive-0.6.1.0.log ):

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Andrés Sicard-Ramírez
2016-01-13 17:33 GMT-05:00 Ben Gamari : > Due to unfortunate Cabal/GHC interactions, GHC 8.0 will require > Cabal 0.23. These interface file issues should be cleared up by > wiping your 8.0.1 package database, installing Cabal and cabal-install > 0.23 (only available from the

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Ben Gamari
Andrés Sicard-Ramírez writes: > I found a different problem installing vector on Ubuntu precise (12.04LTS): > > $ cabal install vector > ... > Installed primitive-0.6.1.0 > Configuring vector-0.11.0.0... > ... >Data/Vector/Generic/Mutable/Base.hs:18:1: error: >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Ben Gamari
Andrés Sicard-Ramírez writes: > On 13 January 2016 at 10:43, Ben Gamari wrote: >> The GHC Team is very pleased to announce the first release candidate of >> the Glasgow Haskell Compiler 8.0.1 release. Source and binary >> distributions as well as the

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Andrew Farmer
I'm guessing this is the same problem with gmp on OS X, but I got it during the ./configure step, so thought I'd pass along the error message: mba:ghc-8.0.0.20160111 xich$ ./configure --prefix=/Users/xich/projects/ghc8 checking for path to top of build tree... dyld: Library not loaded:

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread George Colpitts
I asked the same question and Ben answered: (gmail default is reply and I forgot to do reply all) [1] https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/MacOSX On Wed, Jan 13, 2016 at 8:18 PM, Andrew Farmer wrote: > I'm guessing this is the same problem with gmp

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Ben Gamari
George Colpitts writes: > installs fine on mac but cabal install vector fails on primitive, looks to > me like gmp library is not provided > > cabal install vector > Resolving dependencies... > Configuring primitive-0.6.1.0... > Failed to install primitive-0.6.1.0 >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread George Colpitts
Building from src. Shouldn't INSTALL.md mention - j option for make ? On Wed, Jan 13, 2016 at 11:43 AM, Ben Gamari wrote: > > The GHC Team is very pleased to announce the first release candidate of > the Glasgow Haskell Compiler 8.0.1 release. Source and binary >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Carter Schonwald
I'll take a look at the directions and validate they're correct. Just finished up some family dinner stuff. On Wednesday, January 13, 2016, George Colpitts wrote: > I asked the same question and Ben answered: (gmail default is reply and I > forgot to do reply all) > >

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Carter Schonwald
I think 8.0 requires llvm 3.7 and only supports that version. Are we still planning to bundle opt and LLC in the final release ? On Wednesday, January 13, 2016, George Colpitts wrote: > Building from src on a Mac > Not sure why configure script couldn't figure out

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread George Colpitts
Building from src on a Mac Not sure why configure script couldn't figure out version of llvm I have: checking for llc-3.7... no checking for llc... /usr/local/bin/llc checking /usr/local/bin/llc is version 3.7... no checking for opt-3.7... no checking for opt... /usr/local/bin/opt checking

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread Ben Gamari
David Macek writes: > On 13. 1. 2016 16:43, Ben Gamari wrote: >> Also note that we currently cannot offer 32-bit Windows builds due to >> breaking changing in a recent Windows 10 upgrade. We'll work to >> resolve this before the 8.0 release but please let us know if this

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread David Macek
On 13. 1. 2016 16:43, Ben Gamari wrote: > Also note that we currently cannot offer 32-bit Windows builds due to > breaking changing in a recent Windows 10 upgrade. We'll work to > resolve this before the 8.0 release but please let us know if this poses > a significant problem for you. > [1]