#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  |  
---------------------------+------------------------------------------------
Changes (by catenate):

  * status:  infoneeded => new


Comment:

 {{{
 $ cat ./ghcshelltest
 set -x
 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
 $ ./ghcshelltest
 + echo Q1 NullOrUnset
 Q1 NullOrUnset
 + echo Q2 Unset
 Q2 Unset
 + echo Q3 NullOrUnset
 Q3 NullOrUnset
 + echo Q4 Unset
 Q4 Unset
 + echo Q5 NullOrUnset
 Q5 NullOrUnset
 + echo Q6 Unset
 Q6 Unset
 + echo Q7 NullOrUnset
 Q7 NullOrUnset
 + echo Q8 Unset
 Q8 Unset
 + ls -ld /var/tmp
 dr-xr-x---+ 1 cjc040 Users 0 2009-12-03 15:57 /var/tmp
 + ls -ld /usr/tmp
 dr-xr-x---+ 1 cjc040 Users 0 2009-12-03 15:57 /usr/tmp
 + ls -ld /tmp
 drwxrwxrwt+ 1 cjc040 Users 0 2010-06-10 12:24 /tmp
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2889#comment:20>
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