#3106: hundred failures of release candidate ghc-6.10.1.20090314 in testsuite
------------------------+---------------------------------------------------
 Reporter:  maeder      |          Owner:        
     Type:  bug         |         Status:  new   
 Priority:  normal      |      Milestone:        
Component:  Test Suite  |        Version:  6.10.1
 Severity:  normal      |     Resolution:        
 Keywords:              |       Testcase:        
       Os:  Solaris     |   Architecture:  x86   
------------------------+---------------------------------------------------
Comment (by kgardas):

 Replying to [comment:2 thorkilnaur]:
 > This also happens when using
 {{{
 > $ uname -a
 > FreeBSD tn12.thorkilnaur.dk 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan
 12 10:40:27 UTC 2007
 [email protected]:/usr/obj/usr/src/sys/GENERIC  i386
 > $ make --version
 > GNU Make 3.81
 > Copyright (C) 2006  Free Software Foundation, Inc.
 > This is free software; see the source for copying conditions.
 > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 > PARTICULAR PURPOSE.
 >
 > This program built for i386-portbld-freebsd6.2
 > $
 }}}
 > On the other hand, it does *not* happen when using
 {{{
 > $ uname -a
 > Darwin thorkil-naurs-mac-mini.local 9.6.0 Darwin Kernel Version 9.6.0:
 Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power
 Macintosh
 > $ make --version
 > GNU Make 3.81
 > Copyright (C) 2006  Free Software Foundation, Inc.
 > This is free software; see the source for copying conditions.
 > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 > PARTICULAR PURPOSE.
 >
 > This program built for powerpc-apple-darwin9.0
 > $
 }}}
 > Best regards
 > Thorkil

 It's probably all about where your shell reports not found application. If
 to stderr, it's all right (and bash probably does this), but if to stdout
 then the code in mk/boilerplate.mk is broken. My guess: MacOS X is using
 bash as /bin/sh and FreeBSD is using ksh as /bin/sh. Right?

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