[GHC] #8160: sync-all failing to detect Windows
#8160: sync-all failing to detect Windows ------------------------------------+------------------------------------- Reporter: simonpj | Owner: Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- See [http://www.haskell.org/pipermail/ghc-devs/2013-August/002102.html]. The sync-all script tries to detect Windows but is failing. Also when the subsequent build fails to unpack `ghc-tarballs`, it somehow recovers and proceeds, leading to obscure subsequent fallout. Can't be hard to fix; but the fallout from failure is bad. Simon -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8160> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8160: sync-all failing to detect Windows -------------------------------------+------------------------------------ Reporter: simonpj | Owner: thoughtpolice Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by simonpj): * owner: => thoughtpolice -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8160#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8160: sync-all failing to detect Windows -------------------------------------+------------------------------------ Reporter: simonpj | Owner: thoughtpolice Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by thoughtpolice): Thanks, I'm looking into this now. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8160#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8160: sync-all failing to detect Windows -------------------------------------+------------------------------------ Reporter: simonpj | Owner: thoughtpolice Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by thoughtpolice): The sync-all script has been fixed in: {{{ commit 80ac75f774ef008f769d75db6738544c7a5fc8c4 Author: Austin Seipp <aseipp@pobox.com> Date: Fri Aug 23 06:14:24 2013 -0500 Fix windows detection in ./sync-all. We weren't considering 'msys' for the $OSNAME. Signed-off-by: Austin Seipp <aseipp@pobox.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8160#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8160: sync-all failing to detect Windows -------------------------------------+------------------------------------ Reporter: simonpj | Owner: thoughtpolice Type: bug | Status: closed Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Simon, I believe this is fixed now so I'm closing this. Please let me know if there are other issues. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8160#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC