#2889: Compilation fails - Can't opne temporary
---------------------------+------------------------------------------------
  Reporter:  fobrock       |          Owner:          
      Type:  bug           |         Status:  reopened
  Priority:  high          |      Milestone:  6.10.2  
 Component:  Compiler      |        Version:  6.10.4  
Resolution:                |       Keywords:          
Difficulty:  Unknown       |             Os:  Windows 
  Testcase:                |   Architecture:  x86     
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by fuentesjr):

  * status:  closed => reopened
  * failure:  => None/Unknown
  * version:  6.10.1 => 6.10.4
  * resolution:  invalid =>


Comment:

 I came across this similar issue but I only see it under cygwin on windows
 (windows 7 with haskell platform 2009.2.0.2). Thought it might help:

 (fuente...@think ~/<1>haskell/test) ghc --make -v dnet
 Glasgow Haskell Compiler, Version 6.10.4, for Haskell 98, stage 2 booted
 by GHC version 6.10.1
 Using package config file: C:\Program Files\Haskell
 Platform\2009.2.0.2\package.conf
 hiding package base-3.0.3.1 to avoid conflict with later version
 base-4.1.0.0
 wired-in package ghc-prim mapped to ghc-prim-0.1.0.0
 wired-in package integer mapped to integer-0.1.0.1
 wired-in package base mapped to base-4.1.0.0
 wired-in package rts mapped to rts-1.0
 wired-in package haskell98 mapped to haskell98-1.0.1.0
 wired-in package syb mapped to syb-0.1.0.1
 wired-in package template-haskell mapped to template-haskell-2.3.0.1
 wired-in package dph-seq mapped to dph-seq-0.3
 wired-in package dph-par mapped to dph-par-0.3
 Hsc static flags: -static
 *** Chasing dependencies:
 Chasing modules from: *dnet.hs
 Stable obj: [Main]
 Stable BCO: []
 Ready for upsweep
   [NONREC
       ModSummary {
          ms_hs_date = Sat Feb 13 12:52:40 Pacific Standard Time 2010
          ms_mod = main:Main,
          ms_imps = [Network.HTTP]
          ms_srcimps = []
       }]
 compile: input file dnet.hs
 Created temporary directory: C:\Users\fuentesjr\/ghc3976_0
 *** Checking old interface for main:Main:
 [1 of 1] Skipping  Main             ( dnet.hs, dnet.o )
 *** Deleting temp files:
 Deleting: C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.s
 Warning: deleting non-existent C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.s
 Upsweep completely successful.
 *** Deleting temp files:
 Deleting:
 link: linkables are ...
 LinkableM (Wed Feb 17 15:02:21 Pacific Standard Time 2010) main:Main
    [DotO dnet.o]
 Linking dnet.exe ...
 *** Windres:
 C:\Program Files\Haskell Platform\2009.2.0.2\bin/windres
 --preprocessor="C:\Program Files\Haskell Platform\2009.2.0.2\gcc"
 "-BC:\Program Files\Haskell Platform\2009.2.0.2\gcc-lib/" "-IC:\Program
 Files\Haskell Platform\2009.2.0.2\include/mingw" "-E" "-xc" "-DRC_INVOKED"
 --use-temp-file --input=C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.rc
 --output=C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.o --output-format=coff
 C:\Program Files\Haskell Platform\2009.2.0.2\bin/windres: can't open
 temporary file `\/cca00592.irc': No such file or directory
 *** Deleting temp files:
 Deleting: C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.o
 C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.rc
 Warning: deleting non-existent C:\Users\fuentesjr\/ghc3976_0/ghc3976_0.o
 *** Deleting temp dirs:
 Deleting: C:\Users\fuentesjr\/ghc3976_0
 (fuente...@think ~/<1>haskell/test)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2889#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to