[GHC] #16159: plugin-recomp-change fails on Windows

#16159: plugin-recomp-change fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- {{{ Wrong exit code for plugin-recomp-change()(expected 0 , actual 2 ) Stderr ( plugin-recomp-change ): Simple Plugin Passes Queried Got options: Simple Plugin Pass Run C://GitLabRunner//builds//78d7d3f9//0//ghc//ghc//inplace//mingw//bin/ld.exe: cannot find -lHSplugin-recompilation-0.1-7bwXt6gOi6GLkV25gq6uB8 collect2.exe: error: ld returned 1 exit status `gcc.exe' failed in phase `Linker'. (Exit code: 1) make[2]: *** [Makefile:112: plugin-recomp-change] Error 1 *** unexpected failure for plugin-recomp-change(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16159 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16159: plugin-recomp-change fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): #16161 is another different failure in `plugin-recomp-impure`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16159#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16159: plugin-recomp-change fails on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): `plugin-recomp-flags` fails for similar reasons: {{{ cd "plugins/plugin-recomp-flags.run" && $MAKE -s --no-print-directory -C plugin-recomp package.plugins01 TOP=/c/GitLabRunner/builds/78d7d3f9/0/ghc/ghc/testsuite cd "plugins/plugin-recomp-flags.run" && $MAKE -s --no-print-directory plugin-recomp-flags Wrong exit code for plugin-recomp-flags()(expected 0 , actual 2 ) Stdout ( plugin-recomp-flags ): [1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin- recomp-test.o ) Linking plugin-recomp-test.exe ... Stderr ( plugin-recomp-flags ): Simple Plugin Passes Queried Got options: 0 Simple Plugin Pass Run C://GitLabRunner//builds//78d7d3f9//0//ghc//ghc//inplace//mingw//bin/ld.exe: cannot find -lHSplugin-recompilation-0.1-7bwXt6gOi6GLkV25gq6uB8 collect2.exe: error: ld returned 1 exit status `gcc.exe' failed in phase `Linker'. (Exit code: 1) make[2]: *** [Makefile:104: plugin-recomp-flags] Error 1 *** unexpected failure for plugin-recomp-flags(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16159#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC