<div dir="ltr">you need cabal-install 1.18 or you'll be sad.<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 27, 2014 at 9:16 PM, George Colpitts <span dir="ltr"><<a href="mailto:george.colpitts@gmail.com" target="_blank">george.colpitts@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default"><span style="font-family:'times new roman',serif;font-size:large">I'm using Cabal-1.18.1.3 and </span><span style="font-family:'times new roman',serif;font-size:large">cabal-install version 1.16.0.2</span></div>



</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 27, 2014 at 9:04 PM, Austin Seipp <span dir="ltr"><<a href="mailto:austin@well-typed.com" target="_blank">austin@well-typed.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks. Another question is what version of Cabal you are using, as it knows how to build dylibs properly. I'm using cabal 1.18.<div>



<br></div><div>To delete the RC, you can just delete the directory it installed into (the GHC-7.8.xxxxx folder). Also make sure you remove the executables from $PATH</div>
<div><br></div><div>And no worries about any unnecessary work. I'm here to do the release after all, and feedback is helpful!<span></span></div><div><div><div><br><br>On Thursday, February 27, 2014, George Colpitts <<a href="mailto:george.colpitts@gmail.com" target="_blank">george.colpitts@gmail.com</a>> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">Probably my error, I just wanted to make sure there wasn't a problem that was missed. Thanks for checking. Sorry for any confusion I caused.</div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">Here are the details of what I did:</div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">I took ghc-7.8.0.20140226-x86_64-apple-darwin-mavericks.tar.bz2 from <a href="http://www.haskell.org/ghc/dist/7.8.1-rc2/" target="_blank">http://www.haskell.org/ghc/dist/7.8.1-rc2/</a> and followed the instructions in the INSTALL file to install it, i.e. </div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">One possible difference is that my gcc is gcc-4.8 from gnu not gcc from Apple.</div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">Also my uname output is different than yours:</div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default"><div class="gmail_default"><font face="times new roman, serif" size="4">uname -a</font></div>






<div class="gmail_default"><font face="times new roman, serif" size="4">Darwin iMac27-5.local 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64</font></div></div>






<div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">






Finally I am running XCode 5.2</div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">






Is there a to uninstall or clean these RCs?</div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">






I'll wait for official notice before trying anything else</div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large"><br></div><div class="gmail_default" style="font-family:'times new roman',serif;font-size:large">






I really appreciate all your work and I'm sorry if I caused you any unnecessary work. I had no problems installing RC1 so may have been overconfident</div></div><div><br><br><div>

On Thu, Feb 27, 2014 at 8:05 PM, Austin Seipp <span dir="ltr"><<a>austin@well-typed.com</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I just tested this and cannot reproduce it:<br>
<br>
$ cabal install vector<br>
... building ...<br>
<br>
$ ls /Users/a/.cabal/lib/x86_64-osx-ghc-7.8.0.20140226/vector-0.10.9.1<br>
Data libHSvector-0.10.9.1-ghc7.8.0.20140226.dylib include libHSvector-0.10.9.1.a<br>
<br>
$ ls /Users/a/.cabal/lib/x86_64-osx-ghc-7.8.0.20140226/primitive-0.5.2.1/<br>
Control include libHSprimitive-0.5.2.1.a Data<br>
libHSprimitive-0.5.2.1-ghc7.8.0.20140226.dylib<br>
<br>
$ uname -a<br>
Darwin Calcifer.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19<br>
22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64<br>
<br>
There is certainly a dylib available for both of these libraries.<br>
You're going to need to be very explicit in what you did to install<br>
GHC, and how. (Did you use the binary distribution I pulled from the<br>
server?)* Unfortunately I'm about to run out the door, and don't have<br>
time for the next few hours closely investigate.<br>
<br>
* On another note, I will say that there is not an 'RC2' until I<br>
announce that it is so, to be completely honest. Right this second,<br>
some last minute fixes went into HEAD which will be merged for the<br>
actual RC2. Otherwise I would have released it today. But thank you<br>
for testing anyway!<br>
<br>
On Thu, Feb 27, 2014 at 5:53 PM, George Colpitts<br>
<div><div><<a>george.colpitts@gmail.com</a>> wrote:<br>
> corrected subject line<br>
><br>
><br>
> On Thu, Feb 27, 2014 at 7:47 PM, George Colpitts <<a>george.colpitts@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi<br>
>><br>
>> After installing the first version of RC2 I ran into the following problem<br>
>><br>
>>  cabal install vector<br>
>> Resolving dependencies...<br>
>> Configuring vector-0.10.9.1...<br>
>> ...<br>
>> [ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic (<br>
>> Data/Vector/Fusion/Stream/Monadic.hs,<br>
>> dist/build/Data/Vector/Fusion/Stream/Monadic.o )<br>
>> Loading package ghc-prim ... linking ... done.<br>
>> Loading package integer-gmp ... linking ... done.<br>
>> Loading package base ... linking ... done.<br>
>> Loading package primitive-0.5.2.1 ... <command line>: can't load .so/.DLL<br>
>> for: libHSprimitive-0.5.2.1.dylib (dlopen(libHSprimitive-0.5.2.1.dylib, 9):<br>
>> image not found)<br>
>><br>
>> There seems to be a general problem that the install did not produce any<br>
>> dynamic libraries at least on the Mac:<br>
>><br>
>>  ls /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/*/lib<br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/cpphs-1.18.2/lib:<br>
>> HScpphs-1.18.2.o Language Text libHScpphs-1.18.2.a libHScpphs-1.18.2_p.a<br>
>><br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/hashable-1.2.1.0/lib:<br>
>> Data HShashable-1.2.1.0.o libHShashable-1.2.1.0.a<br>
>> libHShashable-1.2.1.0_p.a<br>
>><br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/hscolour-1.20.3/lib:<br>
>> HShscolour-1.20.3.o Language libHShscolour-1.20.3.a<br>
>> libHShscolour-1.20.3_p.a<br>
>><br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/primitive-0.5.2.1/lib:<br>
>> Control HSprimitive-0.5.2.1.o libHSprimitive-0.5.2.1.a<br>
>> Data include libHSprimitive-0.5.2.1_p.a<br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/syb-0.4.1/lib:<br>
>> Data Generics HSsyb-0.4.1.o libHSsyb-0.4.1.a libHSsyb-0.4.1_p.a<br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/text-1.1.0.0/lib:<br>
>> Data HStext-1.1.0.0.o libHStext-1.1.0.0.a libHStext-1.1.0.0_p.a<br>
>><br>
>><br>
>> /Users/gcolpitts/Library/Haskell/ghc-7.8.0.20140226/lib/unordered-containers-0.2.3.3/lib:<br>
>> Data libHSunordered-containers-0.2.3.3.a<br>
>> HSunordered-containers-0.2.3.3.o libHSunordered-containers-0.2.3.3_p.a<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> ghc-devs mailing list<br>
> <a>ghc-devs@haskell.org</a></blockquote></div></div></blockquote></div><br><br></div></div><div><div>-- <br>Regards,<br><br>Austin Seipp, Haskell Consultant<br>Well-Typed LLP, <a href="http://www.well-typed.com/" target="_blank">http://www.well-typed.com/</a><br>




</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
<br></blockquote></div><br></div>