[GHC] #8675: make sdist fails in HEAD
#8675: make sdist fails in HEAD ------------------------------------+------------------------------------- Reporter: trommler | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.7 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: Other Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- make sdist failed on my Linux box with this message: {{{ mv sdistprep/ghc/ghc-7.7.20140117/utils/genprimopcode///Parser.y sdistprep/ghc/ghc-7.7.20140117/utils/genprimopcode///Parser.y.source "cp" utils/haddock/dist/build/Haddock/Lex.hs sdistprep/ghc/ghc-7.7.20140117/utils/haddock/src/Haddock cp: cannot stat ‘utils/haddock/dist/build/Haddock/Lex.hs’: No such file or directory make[1]: *** [sdist-ghc-prep] Error 1 make: *** [sdist] Error 2 }}} My last successful make sdist was on January 12th. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8675> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8675: make sdist fails in HEAD -------------------------------------+------------------------------------ Reporter: trommler | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.7 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: Other | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Austin Seipp <austin@…>): In [changeset:"e4a4abae21d14a6c1a4ae875fa582e2b389dc177/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="e4a4abae21d14a6c1a4ae875fa582e2b389dc177" Fix #8675 Haddock no longer has a generated parser, so we don't need it in the sdist and we certainly don't want to check for it in the ./configure script (as that would be bogus.) Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8675#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8675: make sdist fails in HEAD -------------------------------------+------------------------------------ Reporter: trommler | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.7 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: Other | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Thanks for the report. This should be fixed. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8675#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC