We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-static
HLS, which isn’t included in the -minimal devShell flavor, seems broken in the -static one:
-minimal
last 10 log lines: > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x5a8): error: undefined reference to 'stg_SRT_4_info' > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x5b0): error: undefined reference to 'haskellzmlanguagezmserverzm1zi8zi0zi0zm1o58ZZky230r7vv4t7Fs4cA_IdeziArguments_getArguments1_closure' > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x5d8): error: undefined reference to 'stg_SRT_4_info' > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x5e0): error: undefined reference to 'base_GHCziIOziHandleziFD_stderr_closure' > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x5e8): error: undefined reference to 'ghcidezm1zi8zi0zi0zmDnn6Vml4mofDkXelX4I3Y_DevelopmentziIDEziTypesziLogger_makeDefaultHandleRecorder_closure' > dist/build/haskell-language-server/haskell-language-server-tmp/Main.o(.data+0x630): error: undefined reference to 'base_GHCziTopHandler_runMainIO1_closure' > /build/ghc176_0/ghc_4.o:ghc_3.c:function main: error: undefined reference to 'defaultRtsConfig' > /build/ghc176_0/ghc_4.o:ghc_3.c:function main: error: undefined reference to 'hs_main' > collect2: error: ld returned 1 exit status > `x86_64-unknown-linux-musl-cc' failed in phase `Linker'. (Exit code: 1)
The text was updated successfully, but these errors were encountered:
devx
Yes. Static HLS does not work.
Sorry, something went wrong.
No branches or pull requests
HLS, which isn’t included in the
-minimal
devShell flavor, seems broken in the-static
one:The text was updated successfully, but these errors were encountered: