[ ghc-Bugs-1251699 ] ghc-6.4.1.20050801: panic!

2005-08-04 Thread SourceForge.net
Bugs item #1251699, was opened at 2005-08-04 11:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1251699group_id=8032 Please note that this message will contain a full copy of

Error: symbol `__stg_split_marker' is already defined

2005-08-04 Thread Frederik Eaton
Hi, I'm trying to compile (a modified version of) HSQL and the compilation fails on the first ghc invocation: ... rm -f build/libHSsql.a cp src/HSQL/Types.hs build/Database/HSQL/Types.hs mkdir -p build/Database/HSQL/Types_split rm -f build/Database/HSQL/Types_split/* /usr/bin/ghc

[ ghc-Bugs-1251699 ] ghc-6.4.1.20050801: panic!

2005-08-04 Thread SourceForge.net
Bugs item #1251699, was opened at 2005-08-04 19:03 Message generated for change (Comment added) made by dons You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1251699group_id=8032 Please note that this message will contain a full copy of the comment thread,

RE: Error: symbol `__stg_split_marker' is already defined

2005-08-04 Thread Simon Marlow
On 04 August 2005 10:47, Frederik Eaton wrote: I'm trying to compile (a modified version of) HSQL and the compilation fails on the first ghc invocation: ... rm -f build/libHSsql.a cp src/HSQL/Types.hs build/Database/HSQL/Types.hs mkdir -p build/Database/HSQL/Types_split rm -f

[ ghc-Bugs-1251699 ] ghc-6.4.1.20050801: panic!

2005-08-04 Thread SourceForge.net
Bugs item #1251699, was opened at 2005-08-04 19:03 Message generated for change (Comment added) made by dons You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1251699group_id=8032 Please note that this message will contain a full copy of the comment thread,

profiling in Cabal in 6.4.1-aug-1

2005-08-04 Thread Serge D. Mechveliani
Dear GHC developers, I have `made' ghc-6.4.1.20050801 by its binary, on Linux Debian, and tested on DoCon and Dumatel application. The first `make' crashed (I do not know, maybe, indeed, a hardware fail). The second (by new) succeeded. It looks all right -- except `making' with profiling.

Re: Error: symbol `__stg_split_marker' is already defined

2005-08-04 Thread Frederik Eaton
On Thu, Aug 04, 2005 at 12:27:45PM +0100, Simon Marlow wrote: On 04 August 2005 10:47, Frederik Eaton wrote: I'm trying to compile (a modified version of) HSQL and the compilation fails on the first ghc invocation: ... rm -f build/libHSsql.a cp src/HSQL/Types.hs

RE: Error: symbol `__stg_split_marker' is already defined

2005-08-04 Thread Simon Marlow
On 04 August 2005 13:16, Frederik Eaton wrote: On Thu, Aug 04, 2005 at 12:27:45PM +0100, Simon Marlow wrote: On 04 August 2005 10:47, Frederik Eaton wrote: I'm trying to compile (a modified version of) HSQL and the compilation fails on the first ghc invocation: ... rm -f

RE: profiling in Cabal in 6.4.1-aug-1

2005-08-04 Thread Simon Marlow
On 04 August 2005 12:54, Serge D. Mechveliani wrote: I have `made' ghc-6.4.1.20050801 by its binary, on Linux Debian, and tested on DoCon and Dumatel application. The first `make' crashed (I do not know, maybe, indeed, a hardware fail). The second (by new) succeeded. It looks all right

RE: ghc crash

2005-08-04 Thread Simon Marlow
On 03 August 2005 09:42, Vladimir Zykov wrote: I'm rather new to Haskell but looks like I found a bug. The bug occurs when I try to build SYB3 package (which is necessary for HAIFA package). I downloaded SYB3 from http://www.dcs.shef.ac.uk/~u1sf/darcs but it appears to be dead

Deriving Typeable instances

2005-08-04 Thread Frank Huch
Hi, we have a problem with deriving Typeable instances in ghc-6.4. The following code data T a b c d e f g h = T a b c d e f g h deriving Typeable fails in ghc-6.4 with the message: Can't make a derived instance of `Typeable (T a b c d e f g h)' (`T' has too many arguments) When