Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
6992ac09
by Cheng Shao at 2025-10-02T07:27:55-04:00
6 changed files:
- − testsuite/tests/process/process010.stdout-i386-unknown-solaris2
- − testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32
- − testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32
- − testsuite/tests/rts/outofmem.stderr-i386-apple-darwin
- − testsuite/tests/rts/outofmem.stderr-i386-unknown-mingw32
- − testsuite/tests/rts/outofmem.stderr-powerpc-apple-darwin
Changes:
| 1 | -ExitSuccess
|
|
| 2 | -ExitFailure 255
|
|
| 3 | -Exc: /non/existent: rawSystem: runInteractiveProcess: exec: does not exist (No such file or directory)
|
|
| 4 | -Done |
| 1 | -GHC runtime linker: fatal error: I found a duplicate definition for symbol
|
|
| 2 | - _a
|
|
| 3 | -whilst processing object file
|
|
| 4 | - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_link_order_a_b_2_fail.run\libfoo_link_lib_3.a
|
|
| 5 | -The symbol was previously defined in
|
|
| 6 | - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_link_order_a_b_2_fail.run\libbar_link_lib_3.a(#3:bar_link_lib_3.o)
|
|
| 7 | -This could be caused by:
|
|
| 8 | - * Loading two different object files which export the same symbol
|
|
| 9 | - * Specifying the same object file twice on the GHCi command line
|
|
| 10 | - * An incorrect `package.conf' entry, causing some object to be
|
|
| 11 | - loaded twice.
|
|
| 12 | -ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. You might consider using --optimistic-linking
|
|
| 13 | - |
|
| 14 | - |
|
| 15 | -GHC.ByteCode.Linker: can't find label
|
|
| 16 | -During interactive linking, GHCi couldn't find the following symbol:
|
|
| 17 | - c
|
|
| 18 | -This may be due to you not asking GHCi to load extra object files,
|
|
| 19 | -archives or DLLs needed by your current session. Restart GHCi, specifying
|
|
| 20 | -the missing library using the -L/path/to/object/dir and -lmissinglibname
|
|
| 21 | -flags, or simply by naming the relevant files on the GHCi command line.
|
|
| 22 | -Alternatively, this link failure might indicate a bug in GHCi.
|
|
| 23 | -If you suspect the latter, please report this as a GHC bug:
|
|
| 24 | - https://www.haskell.org/ghc/reportabug
|
|
| 25 | - |
| 1 | -GHC runtime linker: fatal error: I found a duplicate definition for symbol
|
|
| 2 | - _a
|
|
| 3 | -whilst processing object file
|
|
| 4 | - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_simple_duplicate_lib.run\libfoo_dup_lib.a
|
|
| 5 | -The symbol was previously defined in
|
|
| 6 | - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_simple_duplicate_lib.run\bar_dup_lib.o
|
|
| 7 | -This could be caused by:
|
|
| 8 | - * Loading two different object files which export the same symbol
|
|
| 9 | - * Specifying the same object file twice on the GHCi command line
|
|
| 10 | - * An incorrect `package.conf' entry, causing some object to be
|
|
| 11 | - loaded twice.
|
|
| 12 | -ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. You might consider using --optimistic-linking
|
|
| 13 | - |
|
| 14 | - |
|
| 15 | -GHC.ByteCode.Linker: can't find label
|
|
| 16 | -During interactive linking, GHCi couldn't find the following symbol:
|
|
| 17 | - c
|
|
| 18 | -This may be due to you not asking GHCi to load extra object files,
|
|
| 19 | -archives or DLLs needed by your current session. Restart GHCi, specifying
|
|
| 20 | -the missing library using the -L/path/to/object/dir and -lmissinglibname
|
|
| 21 | -flags, or simply by naming the relevant files on the GHCi command line.
|
|
| 22 | -Alternatively, this link failure might indicate a bug in GHCi.
|
|
| 23 | -If you suspect the latter, please report this as a GHC bug:
|
|
| 24 | - https://www.haskell.org/ghc/reportabug
|
|
| 25 | - |
| 1 | -outofmem: memory allocation failed (requested 1074790400 bytes) |
| 1 | -outofmem.exe: Out of memory |
| 1 | -outofmem: memory allocation failed (requested 1074790400 bytes) |