From 852b6ab5e9fba0a6e66d4281e97977bb17515373 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 Jan 2023 10:05:55 +0800 Subject: [PATCH] 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 : error: `gcc' failed in phase `Linker'. (Exit code: 1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7048ecf3..6fd8401f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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