mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 16:28:29 +01:00
inline-r test-shootout fails to link (tweag/HaskellR#371)
Building test suite 'test-shootout' for inline-r-1.0.0..
[1 of 2] Compiling Test.Scripts
[2 of 2] Compiling Main
/usr/bin/ld.gold: error: .stack-work/dist/x86_64-linux-tinfo6/Cabal-3.8.1.0/build/test-shootout/test-shootout-tmp/Test/Script
s.dyn_o: requires dynamic R_X86_64_PC32 reloc against 'TestziScripts_scripts10_bytes' which may overflow at runtime; recompile with
-fPIC
collect2: error: ld returned 1 exit status
<no location info>: error:
`gcc' failed in phase `Linker'. (Exit code: 1)
This commit is contained in:
parent
c1ec73e975
commit
852b6ab5e9
@ -8750,6 +8750,7 @@ expected-test-failures:
|
||||
- hsini # 0.5.1.2
|
||||
- htoml-megaparsec # 2.1.0.4 https://github.com/commercialhaskell/stackage/pull/6533
|
||||
- hweblib # 0.6.3 https://github.com/aycanirican/hweblib/issues/3
|
||||
- inline-r # 1.0.0 https://github.com/tweag/HaskellR/issues/257 https://github.com/tweag/HaskellR/issues/371
|
||||
- krank # 0.2.3 compile fail against aeson 2
|
||||
- leveldb-haskell
|
||||
- lsp # 1.4.0.0 compile fail against aeson 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user