
I just tried to install the Haskell Platform 64-bit on OS X Snow Leopard 10.6.8. The install fails with "an error". This is all I see in /var/log/install.log: 11-11-25 6:22:01 PM Installer[53992] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Is it known to be broken? I find something in haskell-cafe archives from last spring about a such a problem, but I don't know where to look for anything more recent. I may be blind, but I cannot see anything in the tickets under "known problems". I have been successfully running the 32-bit version for quite a while, but have begun to run into problems with linking haskell stuff against various 64-bit macports libraries. - Phil -

Hi, On 26.11.2011, at 01:29, Philippe Sismondi wrote:
I just tried to install the Haskell Platform 64-bit on OS X Snow Leopard 10.6.8. The install fails with "an error". This is all I see in /var/log/install.log:
11-11-25 6:22:01 PM Installer[53992] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
Is it known to be broken? I find something in haskell-cafe archives from last spring about a such a problem, but I don't know where to look for anything more recent. I may be blind, but I cannot see anything in the tickets under "known problems".
just for your information. Currently I am using Lion, and the Haskell Platform 64-bit installer worked fine for me. I am pretty sure it worked on Snow Leopard for me as well. But I can't tell anymore, since I don't have any Snow Leopard machines around. Cheers, Jean

Please try the following:
raptor:~ root# rm -rf /Library/Haskell/
raptor:~ root# cd ~dpp/Library/
raptor:Library root# rm -rf Haskell/
raptor:Library root# cd ..
raptor:dpp root# rm -rf .cabal/
raptor:dpp root#
I think the issue is that the installer was trying to install on top of an
existing installation and that was causing issues.
On Fri, Nov 25, 2011 at 4:29 PM, Philippe Sismondi
I just tried to install the Haskell Platform 64-bit on OS X Snow Leopard 10.6.8. The install fails with "an error". This is all I see in /var/log/install.log:
11-11-25 6:22:01 PM Installer[53992] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
Is it known to be broken? I find something in haskell-cafe archives from last spring about a such a problem, but I don't know where to look for anything more recent. I may be blind, but I cannot see anything in the tickets under "known problems".
I have been successfully running the 32-bit version for quite a while, but have begun to run into problems with linking haskell stuff against various 64-bit macports libraries.
- Phil - _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Visi.Pro, Cloud Computing for the Rest of Us http://visi.pro Lift, the simply functional web framework http://liftweb.net Follow me: http://twitter.com/dpp Blog: http://goodstuff.im

On 2011-11-28, at 5:59 PM, David Pollak wrote:
Please try the following:
raptor:~ root# rm -rf /Library/Haskell/ raptor:~ root# cd ~dpp/Library/ raptor:Library root# rm -rf Haskell/ raptor:Library root# cd .. raptor:dpp root# rm -rf .cabal/ raptor:dpp root#
I think the issue is that the installer was trying to install on top of an existing installation and that was causing issues.
Thanks. I shall give that a try.
On Fri, Nov 25, 2011 at 4:29 PM, Philippe Sismondi
wrote: I just tried to install the Haskell Platform 64-bit on OS X Snow Leopard 10.6.8. The install fails with "an error". This is all I see in /var/log/install.log: 11-11-25 6:22:01 PM Installer[53992] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
Is it known to be broken? I find something in haskell-cafe archives from last spring about a such a problem, but I don't know where to look for anything more recent. I may be blind, but I cannot see anything in the tickets under "known problems".
I have been successfully running the 32-bit version for quite a while, but have begun to run into problems with linking haskell stuff against various 64-bit macports libraries.
- Phil - _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Visi.Pro, Cloud Computing for the Rest of Us http://visi.pro Lift, the simply functional web framework http://liftweb.net Follow me: http://twitter.com/dpp Blog: http://goodstuff.im
participants (3)
-
David Pollak
-
Jean-Marie Gaillourdet
-
Philippe Sismondi