SourceForge.net | 5 Oct 2005 15:13
Picon
Favicon

[ ghc-Bugs-1309795 ] Control.Exception.assert broken with -O

Bugs item #1309795, was opened at 2005-09-30 21:20
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1309795&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libraries/base
Group: 6.4.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fergus Henderson (fergus)
Assigned to: Nobody/Anonymous (nobody)
Summary: Control.Exception.assert broken with -O

Initial Comment:
According to the ghc documentation
(section 4.9 "optimization" and section 7.8 "assertions" in
the user guide, and the documentation for Control.Exception
in the hierarchical libraries guide),
assertions should be checked unless explicitly disabled
with
"-fignore-asserts", and the "-O" option should have no
effect on them.

But in ghc version 6.4.1.20050801, "-O" seems to also
have the
effect of disabling assertions:
(Continue reading)

SourceForge.net | 7 Oct 2005 03:17
Picon
Favicon

[ ghc-Bugs-1315472 ] in hdirect stdcall not supported on PPC Mac OS X 10.3

Bugs item #1315472, was opened at 2005-10-07 10:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1315472&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen J. Turnbull (yaseppochi)
Assigned to: Nobody/Anonymous (nobody)
Summary: in hdirect stdcall not supported on PPC Mac OS X 10.3

Initial Comment:
I'm building CVS HEAD from 2005-10-05 with 6.4.1.

I get the error in the attached log.

I'm not in a hurry, but in a couple of months one of my
projects will be to the point that I would like to call
some Haskell code from another project written in C. 
If there's anything I can  do to help with getting
hdirect supported on

Mac PowerBook G4
Mac OS X 10.3.9 "panther"
(Continue reading)

SourceForge.net | 7 Oct 2005 10:45
Picon
Favicon

[ ghc-Bugs-1315472 ] in hdirect stdcall not supported on PPC Mac OS X 10.3

Bugs item #1315472, was opened at 2005-10-07 01:17
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1315472&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen J. Turnbull (yaseppochi)
Assigned to: Nobody/Anonymous (nobody)
Summary: in hdirect stdcall not supported on PPC Mac OS X 10.3

Initial Comment:
I'm building CVS HEAD from 2005-10-05 with 6.4.1.

I get the error in the attached log.

I'm not in a hurry, but in a couple of months one of my
projects will be to the point that I would like to call
some Haskell code from another project written in C. 
If there's anything I can  do to help with getting
hdirect supported on

Mac PowerBook G4
Mac OS X 10.3.9 "panther"
(Continue reading)

SourceForge.net | 7 Oct 2005 10:48
Picon
Favicon

[ ghc-Bugs-1303232 ] parse error on input `\' when using -cpp

Bugs item #1303232, was opened at 2005-09-24 14:25
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1303232&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Peter (peter26)
Assigned to: Nobody/Anonymous (nobody)
Summary: parse error on input `\' when using -cpp

Initial Comment:
When compiling code like:

infixl 9 \
(\) = undefined

causes a parser error, when compiling with the -cpp option

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2005-10-07 08:48

(Continue reading)

SourceForge.net | 7 Oct 2005 11:55
Picon
Favicon

[ ghc-Bugs-1315472 ] in hdirect stdcall not supported on PPC Mac OS X 10.3

Bugs item #1315472, was opened at 2005-10-07 10:17
Message generated for change (Comment added) made by yaseppochi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1315472&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen J. Turnbull (yaseppochi)
Assigned to: Nobody/Anonymous (nobody)
Summary: in hdirect stdcall not supported on PPC Mac OS X 10.3

Initial Comment:
I'm building CVS HEAD from 2005-10-05 with 6.4.1.

I get the error in the attached log.

I'm not in a hurry, but in a couple of months one of my
projects will be to the point that I would like to call
some Haskell code from another project written in C. 
If there's anything I can  do to help with getting
hdirect supported on

Mac PowerBook G4
Mac OS X 10.3.9 "panther"
(Continue reading)

SourceForge.net | 7 Oct 2005 12:17
Picon
Favicon

[ ghc-Bugs-1315472 ] in hdirect stdcall not supported on PPC Mac OS X 10.3

Bugs item #1315472, was opened at 2005-10-07 01:17
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1315472&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Stephen J. Turnbull (yaseppochi)
Assigned to: Nobody/Anonymous (nobody)
Summary: in hdirect stdcall not supported on PPC Mac OS X 10.3

Initial Comment:
I'm building CVS HEAD from 2005-10-05 with 6.4.1.

I get the error in the attached log.

I'm not in a hurry, but in a couple of months one of my
projects will be to the point that I would like to call
some Haskell code from another project written in C. 
If there's anything I can  do to help with getting
hdirect supported on

Mac PowerBook G4
Mac OS X 10.3.9 "panther"
(Continue reading)

SourceForge.net | 8 Oct 2005 13:08
Picon
Favicon

[ ghc-Bugs-1275126 ] configure problems with openGL and openAL

Bugs item #1275126, was opened at 2005-08-28 12:47
Message generated for change (Comment added) made by kagy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1275126&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build System
Group: None
Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure problems with openGL and openAL

Initial Comment:
I've been compiling the latest GHC snapshot
(6.4.1.20050827) from source and have encountered some
annoying problems with the configure script not being
as intelligent as it should be.  This is on a GNU/Linux
system running Debian unstable.  Initially I didn't
have the openGL GLU headers installed so I got a
compile error when the "glu.h" file wasn't found.  I
believe that since the GLU library was installed, the
configure script assumed that the GLU header file would
be there -- or else it didn't check.  Installing the
GLU header files fixed this.   Then I got a weird bug
while compiling the openAL support in GHC:
(Continue reading)

Simon Peyton-Jones | 10 Oct 2005 11:05
Picon
Favicon
Gravatar

FW: ghc on macos

Can anyone help Bob with getting GHC to work on his Mac?  Wolfgang?

Simon

-----Original Message-----
From: Robert Harper [mailto:bobharper <at> gmail.com] 
Sent: 06 October 2005 00:48
To: Simon Peyton-Jones
Subject: ghc on macos

hi simon,

today i downloaded ghc using darwinports on my macos notebook.  
installing ghc never terminates, unfortunately.  it gets to "building 
ghc with target all" and never finishes (this after a "sudo port 
install ghc" command to the shell).

bob
Gregory Wright | 10 Oct 2005 17:04
Picon

Re: ghc on macos


On Oct 10, 2005, at 5:05 AM, Simon Peyton-Jones wrote:

> Can anyone help Bob with getting GHC to work on his Mac?  Wolfgang?
>
> Simon
>
> -----Original Message-----
> From: Robert Harper [mailto:bobharper <at> gmail.com]
> Sent: 06 October 2005 00:48
> To: Simon Peyton-Jones
> Subject: ghc on macos
>
> hi simon,
>
> today i downloaded ghc using darwinports on my macos notebook.
> installing ghc never terminates, unfortunately.  it gets to "building
> ghc with target all" and never finishes (this after a "sudo port
> install ghc" command to the shell).
>

Try "sudo port -dv install ghc"; the "-dv" flags will let you watch what
is going on. Note that on a reasonably fast system, e.g., a powerbook G4
1.5 GHz with 1 GB RAM, ghc takes five or six hours to build.  On my  
old 800 MHz
powerbook, it took 10 hours.

The "port info ghc" command will give you the email address of the port
maintainer (in this case, me) so you can communicate to him directly.

(Continue reading)

SourceForge.net | 10 Oct 2005 17:04
Picon
Favicon

[ ghc-Bugs-1255023 ] haddock doesn't like records

Bugs item #1255023, was opened at 2005-08-09 15:07
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1255023&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: 6.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Axel Simon (as49)
Assigned to: Nobody/Anonymous (nobody)
Summary: haddock doesn't like records

Initial Comment:
haddock fails with

~/current/sources/analyzer:$ haddock RecDemo.hs
Warning: RecDemo: the following names could not be
resolved:
    Int Bool

Fail: Main.extractRecSel: unexpected (con)declHsConDecl
(SrcLoc 4 13) Foo [] [] [] Nothing

if a file contains (a) a record constructor with some
field selector elem1, (b) another, non-record
(Continue reading)


Gmane