[GHC] #8801: Exclude extralibs from sdist
#8801: Exclude extralibs from sdist ------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Am Mittwoch, den 19.02.2014, 11:13 +0100 schrieb Herbert Valerio Riedel: On 2014-02-18 at 23:22:13 +0100, Joachim Breitner wrote:
Am Dienstag, den 18.02.2014, 14:12 -0800 schrieb David Fox:
It seems to me that the stm library that is supposed to be built into ghc-7.8.1 is missing. The deb provides and conflicts with libghc-stm-dev , but does not provide libghc-stm-dev-2.4.2.1-abcde.
this seems to be the result of a possible inadvertent change in the GHC source tarball creation: stm had been a "extra" lib already in 7.6 and before, but was not part of the tarball.
Herbert or Austin, is the sdist code not doing the right thing here?
Afaics, 'stm' is only used as an "extra" lib by testsuite (and only for one test-case) and nofib; therefore I don't think the GHC source tarball is supposed to contain 'stm'...
(This is so that he who fixes this has a bug to close, which is always rewarding.) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8801> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8801: Exclude extralibs from sdist -------------------------------------+------------------------------------ Reporter: nomeata | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 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 Austin Seipp <austin@…>): In [changeset:"f99a0321a8cf0507924a0d30b6b7b586d7855129/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="f99a0321a8cf0507924a0d30b6b7b586d7855129" Fix #8801: exclude extra packages from the sdist. This is special cased a little since it's cleaner, and we don't necessarily want to remove nofib anyway - just the extra packages. Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8801#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8801: Exclude extralibs from sdist -------------------------------------+------------------------------------ Reporter: nomeata | Owner: Type: bug | Status: merge Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 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 thoughtpolice): * status: new => merge -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8801#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8801: Exclude extralibs from sdist -------------------------------------+------------------------------------ Reporter: nomeata | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 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: merge => closed * resolution: => fixed Comment: Merged in cd10cd4b6509a827fb3278d51d2802dfedd24ddc -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8801#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC