Skip to content
New issue

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

Extension 2.25.3 terraform-ls not a static binary #1346

Closed
stephanwehr opened this issue Feb 22, 2023 · 3 comments
Closed

Extension 2.25.3 terraform-ls not a static binary #1346

stephanwehr opened this issue Feb 22, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@stephanwehr
Copy link

Versions

2.25.3

Extension

hashicorp.terraform

VS Code

1.75.1

Operating System

Windows 10

WSL

wsl --status
Standard Distribution: Ubuntu
Standardversion: 2
Kernel-Version: 5.10.102.1

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.5 LTS
Release:        20.04
Codename:       focal

Expected Behavior

The binary terraform-ls should be static

ldd .vscode-server/extensions/hashicorp.terraform-2.25.2-linux-x64/bin/terraform-ls
        not a dynamic executable

Actual Behavior

The binary terraform-ls is not a static binary

ldd .vscode-server/extensions/hashicorp.terraform-2.25.3-linux-x64/bin/terraform-ls
.vscode-server/extensions/hashicorp.terraform-2.25.3-linux-x64/bin/terraform-ls: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by .vscode-server/extensions/hashicorp.terraform-2.25.3-linux-x64/bin/terraform-ls)
.vscode-server/extensions/hashicorp.terraform-2.25.3-linux-x64/bin/terraform-ls: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by .vscode-server/extensions/hashicorp.terraform-2.25.3-linux-x64/bin/terraform-ls)
        linux-vdso.so.1 (0x00007ffe311ec000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9e24de5000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9e24fe2000)
@stephanwehr stephanwehr added the bug Something isn't working label Feb 22, 2023
@dbanck
Copy link
Member

dbanck commented Feb 22, 2023

Thank you for reporting the issue. I can reproduce the behavior.

We'll cut a patch release with static binaries today to fix this.

@dbanck
Copy link
Member

dbanck commented Feb 22, 2023

We just released the bug fix for this as part of the v2.25.4 extension release.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants