GHC | 1 Nov 2006 02:50
Favicon

Re: [GHC] #941: readFile problem in ghci

#941: readFile problem in ghci
---------------------+------------------------------------------------------
 Reporter:  guest    |          Owner:         
     Type:  bug      |         Status:  new    
 Priority:  normal   |      Milestone:  6.6.1  
Component:  GHCi     |        Version:  6.6    
 Severity:  normal   |     Resolution:         
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  x86    
       Os:  Windows  |  
---------------------+------------------------------------------------------
Comment (by guest):

 The problem is actually in Data.ByteString.Lazy.Char8.
 Any attempt to use the function causes ghci to crash on my machine
 (cygwin, windows XP)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/941>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Nov 2006 02:51
Favicon

Re: [GHC] #941: readFile problem in ghci

#941: readFile problem in ghci
---------------------+------------------------------------------------------
 Reporter:  guest    |          Owner:         
     Type:  bug      |         Status:  new    
 Priority:  normal   |      Milestone:  6.6.1  
Component:  GHCi     |        Version:  6.6    
 Severity:  normal   |     Resolution:         
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  x86    
       Os:  Windows  |  
---------------------+------------------------------------------------------
Comment (by guest):

 That should be Data.ByteString.Lazy.Char8.readFile

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/941>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC | 1 Nov 2006 13:25
Favicon

Re: [GHC] #958: deriving Show, impossible happened

#958: deriving Show, impossible happened
---------------------------------------+------------------------------------
 Reporter:  greg <at> sleepingsquirrel.org  |          Owner:         
     Type:  bug                        |         Status:  closed 
 Priority:  normal                     |      Milestone:         
Component:  GHCi                       |        Version:  6.6    
 Severity:  normal                     |     Resolution:  fixed  
 Keywords:                             |     Difficulty:  Unknown
 Testcase:  tcfail169                  |   Architecture:  x86    
       Os:  Linux                      |  
---------------------------------------+------------------------------------
Changes (by simonpj):

  * resolution:  => fixed
  * testcase:  => tcfail169
  * status:  new => closed

Comment:

 Good bug.  Fixed in the HEAD.

 Ian, you could push this to the branch I think.

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/958>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
(Continue reading)

GHC | 1 Nov 2006 13:30
Favicon

Re: [GHC] #974: Add unzipEithers, lefts, rights to Data.Either

#974: Add unzipEithers, lefts, rights to Data.Either
----------------------------+-----------------------------------------------
 Reporter:  guest           |          Owner:         
     Type:  proposal        |         Status:  new    
 Priority:  normal          |      Milestone:         
Component:  libraries/base  |        Version:  6.6    
 Severity:  normal          |     Resolution:         
 Keywords:                  |     Difficulty:  Unknown
 Testcase:                  |   Architecture:  Unknown
       Os:  Unknown         |  
----------------------------+-----------------------------------------------
Changes (by guest):

  * summary:  Add isLeft, isRight, fromLeft, fromRight, and splitEithers to
              Data.Either => Add unzipEithers, lefts, rights
              to Data.Either

Comment:

 I've removed the controvertial `isLeft`, `fromLeft`, `isRight`,
 `fromRight` from the trac, and added `lefts` and `rights`.  The
 controvertial additions can be put in a new trac.  Let us focus on the the
 noncontrovertial additions first.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/974>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
(Continue reading)

GHC | 1 Nov 2006 13:57
Favicon

[GHC] #977: Booting from .hc files with GHC 6.6 malfunctions

#977: Booting from .hc files with GHC 6.6 malfunctions
-----------------------------+----------------------------------------------
    Reporter:  guest         |       Owner:          
        Type:  bug           |      Status:  new     
    Priority:  normal        |   Milestone:          
   Component:  Build System  |     Version:  6.6     
    Severity:  normal        |    Keywords:          
  Difficulty:  Unknown       |    Testcase:          
Architecture:  Multiple      |          Os:  Multiple
-----------------------------+----------------------------------------------
The method of booting from .hc files as documented in chapter 9  of the
 GHC building guid does not work for GHC 6.6.

 After having built GHC 6.6 the process `make hc-file-bundle Project=ghc`
 does not create a tarball, as the rts/AutoApply_thr.hc,
 rts/AutoApply_thr_p.hc, rts/AutoApply_thr_debug.hc and
 rts/AutoApply_debug.hc files cannot be found, nor can libraries/haskell-
 src/Language/Haskell/Parser.hs.

 Modifying hc-files-to-go to not include those files and trying to use
 distrib/hc-build with a sourcetree resulting from unpacking the tarball
 created from the modified hc-files-to-go file over a pristine sourcetree
 does not result in a working
 compile either. The process halts at trying to compile ghc-pkg, as no ghc-
 inplace is built yet, at that point.

 The problem occurs on both Mac OS X (PPC) and Linux (i686).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/977>
(Continue reading)

Christian Maeder | 1 Nov 2006 16:12
Picon
Favicon

cabal, extralibs, no happy

1. The VERSION = 5.2 in libraries/fgl/Makefile
does not correspond to libraries/fgl/fgl.cabal

version:        5.3

Probably VERSION should always be extracted from the .cabal file.

2. When installing libraries/network via cabal (under solaris) the
'extraLibraries = ["nsl","socket"]' have not been put into the
package.conf file

3. the happy-1.15 sources can not be compiled due to

http://haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html
#
The HasBounds class has been removed from Data.Array.Base, and its
bounds method is now in the IArray class. The MArray class has also
gained a method getBounds.
#

Is there any easy fix?

Cheers Christian
GHC | 1 Nov 2006 18:39
Favicon

Re: [GHC] #963: monadic Num instance not found in ghci

#963: monadic Num instance not found in ghci
------------------------------+---------------------------------------------
 Reporter:  rwxr-xr-x <at> gmx.de  |          Owner:         
     Type:  bug               |         Status:  closed 
 Priority:  normal            |      Milestone:         
Component:  GHCi              |        Version:  6.6    
 Severity:  normal            |     Resolution:  fixed  
 Keywords:                    |     Difficulty:  Unknown
 Testcase:  tc217             |   Architecture:  x86    
       Os:  Linux             |  
------------------------------+---------------------------------------------
Changes (by simonpj):

  * resolution:  => fixed
  * testcase:  => tc217
  * status:  new => closed

Comment:

 This bug is the same as #179.

 I've finally fixed it.  The patch should work fine on the 6.6 branch.

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/963>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
(Continue reading)

GHC | 1 Nov 2006 18:40
Favicon

Re: [GHC] #179: Instance match failure on openTypeKind

#179: Instance match failure on openTypeKind
-------------------------------------+--------------------------------------
 Reporter:  simonpj                  |          Owner:  simonpj
     Type:  bug                      |         Status:  closed 
 Priority:  normal                   |      Milestone:  6.8    
Component:  Compiler (Type checker)  |        Version:  6.4.1  
 Severity:  normal                   |     Resolution:  fixed  
 Keywords:                           |     Difficulty:  Unknown
 Testcase:  tc175                    |   Architecture:  Unknown
       Os:  Unknown                  |  
-------------------------------------+--------------------------------------
Changes (by simonpj):

  * resolution:  None => fixed
  * status:  assigned => closed

Comment:

 Fixed at last!  Cf #963

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/179>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
(Continue reading)

GHC | 1 Nov 2006 18:48
Favicon

[GHC] #978: install-sh has wrong permissions

#978: install-sh has wrong permissions
--------------------------------+-------------------------------------------
    Reporter:  giraudr <at> unbc.ca  |       Owner:         
        Type:  bug              |      Status:  new    
    Priority:  normal           |   Milestone:         
   Component:  Build System     |     Version:  6.6    
    Severity:  major            |    Keywords:         
  Difficulty:  Unknown          |    Testcase:         
Architecture:  powerpc          |          Os:  MacOS X
--------------------------------+-------------------------------------------
== System ==
 Mac OS X 10.4.8 for PPC (G4) with GHC 6.4.1 installed.

 == Description ==
 On this system, neither the source or binary tarballs will install.  When
 the user enters {{{sudo make install}}} the install prcess fails, saying
 that there and insufficient permissions to run {{{install-sh}}}.
 (Unfortunately, I did not preserve the original error message.)

 == Steps to Reproduce ==
 === Source tarball ===
 To reproduce the error message:
  1. Download and extract the tarball.
  2. Run {{{./configure}}}
  3. Run {{{make}}}
  4. Run {{{sudo make install}}} and enter the correct password.
  5. Observe that the install fails with permission errors.

 === Binary tarball ===
 To reproduce the error message:
(Continue reading)

GHC | 1 Nov 2006 18:58
Favicon

Re: [GHC] #978: install-sh has wrong permissions

#978: install-sh has wrong permissions
-----------------------------+----------------------------------------------
 Reporter:  giraudr <at> unbc.ca  |          Owner:         
     Type:  bug              |         Status:  new    
 Priority:  normal           |      Milestone:         
Component:  Build System     |        Version:  6.6    
 Severity:  major            |     Resolution:         
 Keywords:                   |     Difficulty:  Unknown
 Testcase:                   |   Architecture:  powerpc
       Os:  MacOS X          |  
-----------------------------+----------------------------------------------
Comment (by giraudr <at> unbc.ca):

 To clarify, I was building GHC 6.6.  GHC 6.4.1 was previously installed
 and was used to build GHC 6.6.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/978>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Gmane