[GHC] #14304: Instantiated libraries (Backpack) don't get linked with enough deps

#14304: Instantiated libraries (Backpack) don't get linked with enough deps -------------------------------------+------------------------------------- Reporter: ezyang | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 (Linking) | Keywords: backpack | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- One downstream instance of this reported at https://github.com/haskell/cabal/issues/4755 Basically, if you instantiate a library q with library p, you need to make sure libHSp.so shows up in its linker dependencies. This is not the case right now. Patch coming (I filed this to get a bug number :) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14304 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14304: Instantiated libraries (Backpack) don't get linked with enough deps -------------------------------------+------------------------------------- Reporter: ezyang | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 (Linking) | Resolution: | Keywords: backpack Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4057 Wiki Page: | -------------------------------------+------------------------------------- Changes (by ezyang): * status: new => patch * differential: => Phab:D4057 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14304#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14304: Instantiated libraries (Backpack) don't get linked with enough deps
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone: 8.2.2
Component: Compiler | Version: 8.2.1
(Linking) |
Resolution: | Keywords: backpack
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4057
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#14304: Instantiated libraries (Backpack) don't get linked with enough deps -------------------------------------+------------------------------------- Reporter: ezyang | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 (Linking) | Resolution: fixed | Keywords: backpack Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4057 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Merged to `ghc-8.2` as 876fec04c04061d5a2257675fcd0deb35ecb0aaf. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14304#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC