[GHC] #10551: dynwrapper points to wrong paths on Windows

#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.2-rc1 Keywords: | Operating System: Windows Architecture: | Type of failure: None/Unknown Unknown/Multiple | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- I was looking at build-prog.mk and I noticed this: {{{
-------echo 'LPTSTR path_dirs[] = {' >> $$@ -------$$(foreach p,$$($1_$2_TRANSITIVE_DEP_KEYS),$$(call make- command,echo ' TEXT("/../lib/$$p")$$(comma)' >> $$@)) -------echo ' TEXT("/../lib/"),' >> $$@ -------echo ' NULL};' >> $$@ -------echo 'LPTSTR progDll = TEXT }}}
This probably can't be right since we're now using LIB_NAME to refer to filepaths. Better fix this... -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: high | Milestone: 7.10.2 Component: Build System | Version: 7.10.2-rc1 Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * component: Compiler => Build System Comment: No rush. DYNAMIC_GHC_PROGRAMS=NO on Windows (#5987), so this condition is never satisfied: `ifeq "$$(Windows_Host) $$($1_$2_PROGRAM_WAY)" "YES dyn"` Which means that that code is never used. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: normal | Milestone: 7.10.2 Component: Build System | Version: 7.10.2-rc1 Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by ezyang): * priority: high => normal Comment: Lowering priority. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: normal | Milestone: 7.10.2 Component: Build System | Version: 7.10.2-rc1 Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D1001 -------------------------------------+------------------------------------- Changes (by ezyang): * differential: => Phab:D1001 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10551: dynwrapper points to wrong paths on Windows
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: ezyang
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: Build System | Version: 7.10.2-rc1
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions: Phab:D1001
-------------------------------------+-------------------------------------
Comment (by Edward Z. Yang

#10551: dynwrapper points to wrong paths on Windows -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: closed Priority: normal | Milestone: 7.10.2 Component: Build System | Version: 7.10.2-rc1 Resolution: fixed | Keywords: Operating System: Windows | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D1001 -------------------------------------+------------------------------------- Changes (by ezyang): * status: new => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10551#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC