Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-16 Thread Karel Gardas
On 07/16/14 10:28 PM, Alain O'Dea wrote: Is there somewhere a x86_64-solaris2 binary-dist (for Solaris 10) to try out first? I haven't tried that yet as my primary target is Solaris 11. If you target Solaris 10 it should work on Solaris 11 as well. That's what the JRE and JDK do. That's onl

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-16 Thread Alain O'Dea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/2014 01:16 PM, Karel Gardas wrote: > On 07/14/14 02:53 PM, Christian Maeder wrote: >> Hi Karel, >> >> usually I do not build HEAD. My attempt starting to do so failed >> as follows: >> >> git clone git://git.haskell.org/ghc.git cd ghc ./sync

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-15 Thread Christian Maeder
I've described my attempt in the ticket: https://ghc.haskell.org/trac/ghc/ticket/8910 In case someone wants to investigate the core dump further I've put the binary-dist of the initial cross-compiler here: http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets/pc-solaris/g

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-14 Thread Karel Gardas
On 07/14/14 02:53 PM, Christian Maeder wrote: Hi Karel, usually I do not build HEAD. My attempt starting to do so failed as follows: git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get autoreconf ^ I'm not sure, but shouldn't that be `perl boot' ? ./configure ^ if you don't have

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-14 Thread Christian Maeder
Hi Karel, usually I do not build HEAD. My attempt starting to do so failed as follows: git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get autoreconf ./configure gmake ... ghc.mk:690: libraries/haskeline/ghc.mk: Datei oder Verzeichnis nicht gefunden libraries/dph/ghc.mk:134:

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-13 Thread Karel Gardas
Folks, thanks to 64bit GHC binaries provided by Alain's SmartOS builder I've been able to hack GHC to compile well on/for x86_64-solaris platform. Austin already merged the support into GHC HEAD, see https://phabricator.haskell.org/rGHC6da603213b097a267418d8c14cbfaf0021ac2b2c It would be gr

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-04-10 Thread Karel Gardas
Hi, thanks to an advice put by Alain (cced), I've grabbed the copy of SmartOS and installed GHC there. It looks like this package is AMD64 based. I've then moved it to my Solaris 11.1 and it runs fine and compile the code well: $ ghc --make HelloWorld.lhs [1 of 1] Compiling Main

64bit Solaris was: Re: 7.8.1 plan

2014-04-10 Thread Christian Maeder
Hi, I've tried to cross-compile https://ghc.haskell.org/trac/ghc/ticket/8910 but did not succeed, yet. There seem to be problems with Int64 and/or Word data types. The proper start would be to make a careful comparison of the test-suite results, but there are already failures for the 32bit vers