Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2017-11-23 Thread George Colpitts
I don't understand. By they do you mean the HsOpenSSL team? As I've written twice in this thread I have installed openssl via brew so I don't know why you are telling me to install it via brew . I've referenced the HsOpenSSL github page that has an issue on the use of openssl saying it is broken

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread Ben Gamari
George Colpitts writes: > As I mentioned above from brew: > > $ brew upgrade openssl > brew upgrade openssl > Error: openssl 1.0.2d_1 already installed > I see. Does the file in question exist? What does find /usr/local -iname asn1.h say? Cheers, - Ben

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread George Colpitts
find /usr/local -iname asn1.h /usr/local/Cellar/nettle/2.7.1/include/nettle/asn1.h /usr/local/Cellar/openssl/1.0.1j/include/openssl/asn1.h /usr/local/Cellar/openssl/1.0.1j_1/include/openssl/asn1.h /usr/local/Cellar/openssl/1.0.1l/include/openssl/asn1.h

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread George Colpitts
As I mentioned above from brew: $ brew upgrade openssl brew upgrade openssl Error: openssl 1.0.2d_1 already installed Thanks On Mon, Nov 16, 2015 at 6:00 AM, Ben Gamari wrote: > George Colpitts writes: > > > I did get compiling from source

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread Carter Schonwald
My understanding is that they now use libre ssl. So definitely not OpenSSL. If you want open ssl instead you need to install it via brew or the like On Monday, November 16, 2015, George Colpitts wrote: > Sorry, it seems that this is a known problem with Mac OS 10.11.

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread Manuel M T Chakravarty
Apple has started to move away from OpenSSL for quite a while. This post summarises it quite nicely http://rentzsch.tumblr.com/post/33696323211/wherein-i-write-apples-technote-about-openssl-on In recent times, you could add as a reason for avoiding OpenSSL its shaky security track record.

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-16 Thread Ben Gamari
George Colpitts writes: > I did get compiling from source to work on the Mac. Unfortunately I'm not > sure what the problem was. > > I now see a new problem, not sure if it is a ghc problem or a library > problem: > > cabal install HsOpenSSL > ... > Building

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread Carter Schonwald
Did you install OpenSSL ?? I'll upload my better ghc build in 5 minutes. Did it end of the week and then got a bit busy On Sunday, November 15, 2015, George Colpitts wrote: > I did get compiling from source to work on the Mac. Unfortunately I'm not > sure what the

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread George Colpitts
Yes I have openssl installed $ brew upgrade openssl brew upgrade openssl Error: openssl 1.0.2d_1 already installed Thanks for uploading the new binary install, it definitely solved the problem I originally reported However it doesn't solve the HsOpenSSL problem: cabal install HsOpenSSL cabal

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread George Colpitts
ghc --info ghc --info [("Project name","The Glorious Glasgow Haskell Compilation System") ,("GCC extra via C opts"," -fwrapv") ,("C compiler command","/usr/bin/gcc") ,("C compiler flags"," -m64 -fno-stack-protector") ,("C compiler link flags"," -m64") ,("Haskell CPP command","/usr/bin/gcc")

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread George Colpitts
inline On Sun, Nov 15, 2015 at 9:50 PM, Carter Schonwald < carter.schonw...@gmail.com> wrote: > did you do configure before make install or not? > > ​yes​ > On Sun, Nov 15, 2015 at 8:50 PM, Carter Schonwald < > carter.schonw...@gmail.com> wrote: > >> what does your ghc --info say? >> >> On

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread George Colpitts
I cleaned up my ghc pkg problems by doing rm -fr ~/.ghc/* most packages now compile but hsopenssl still fails in the same way: Building HsOpenSSL-0.11.1.1... Preprocessing library HsOpenSSL-0.11.1.1... In file included from BN.hsc:45: cbits/HsOpenSSL.h:3:10: fatal error: 'openssl/asn1.h' file

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread Carter Schonwald
what does your ghc --info say? On Sun, Nov 15, 2015 at 7:54 PM, George Colpitts wrote: > I cleaned up my ghc pkg problems by doing > > rm -fr ~/.ghc/* > > most packages now compile but hsopenssl still fails in the same way: > > Building HsOpenSSL-0.11.1.1... >

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread Carter Schonwald
did you do configure before make install or not? On Sun, Nov 15, 2015 at 8:50 PM, Carter Schonwald < carter.schonw...@gmail.com> wrote: > what does your ghc --info say? > > On Sun, Nov 15, 2015 at 7:54 PM, George Colpitts < > george.colpi...@gmail.com> wrote: > >> I cleaned up my ghc pkg

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-15 Thread George Colpitts
I did get compiling from source to work on the Mac. Unfortunately I'm not sure what the problem was. I now see a new problem, not sure if it is a ghc problem or a library problem: cabal install HsOpenSSL ... Building HsOpenSSL-0.11.1.1... Preprocessing library HsOpenSSL-0.11.1.1... In file

Re: [ANNOUNCE] 7.10.3 release candidate 2 - problems compiling source on Mac OS with clang

2015-11-09 Thread George Colpitts
redid with just make rather than make -j5. I get ... chmod +x libraries/integer-gmp2/gmp/ln # Their cmd invocation only works on msys. On cygwin it starts # a cmd interactive shell. The replacement works in both environments. mv libraries/integer-gmp2/gmp/gmpbuild/ltmain.sh