#2889: Compilation fails - Can't opne temporary
---------------------------+------------------------------------------------
  Reporter:  fobrock       |          Owner:  igloo  
      Type:  bug           |         Status:  new    
  Priority:  high          |      Milestone:  6.12.3 
 Component:  Compiler      |        Version:  6.12.2 
Resolution:                |       Keywords:         
Difficulty:  Unknown       |             Os:  Windows
  Testcase:                |   Architecture:  x86    
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------

Comment(by igloo):

 catenate, can you please tell me what these say when run on the shell?:
 {{{
 echo Q1 ${TMPDIR:-NullOrUnset}
 echo Q2 ${TMPDIR-Unset}
 echo Q3 ${TMP:-NullOrUnset}
 echo Q4 ${TMP-Unset}
 echo Q5 ${TEMP:-NullOrUnset}
 echo Q6 ${TEMP-Unset}
 echo Q7 ${TEMPDIR:-NullOrUnset}
 echo Q8 ${TEMPDIR-Unset}
 ls -ld /var/tmp
 ls -ld /usr/tmp
 ls -ld /tmp
 }}}

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

Reply via email to