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

Can't npm install on Alpine Linux 3.19 because of spdlog #201346

Closed
cplepage opened this issue Dec 21, 2023 · 0 comments · Fixed by #202520
Closed

Can't npm install on Alpine Linux 3.19 because of spdlog #201346

cplepage opened this issue Dec 21, 2023 · 0 comments · Fixed by #202520
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders log VS Code log issues

Comments

@cplepage
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.85.1
  • OS Version: Alpine 3.19

Steps to Reproduce:

  1. npm install
10.55 npm ERR! ../deps/spdlog/include/spdlog/details/os-inl.h:241:19: error: aggregate 'spdlog::details::os::filesize(FILE*)::stat64 st' has incomplete type and cannot be defined
10.55 npm ERR!   241 |     struct stat64 st;
10.55 npm ERR!       |                   ^~
10.55 npm ERR! ../deps/spdlog/include/spdlog/details/os-inl.h:242:11: error: '::fstat64' has not been declared; did you mean 'stat64'?
10.55 npm ERR!   242 |     if (::fstat64(fd, &st) == 0)
10.55 npm ERR!       |           ^~~~~~~
10.55 npm ERR!       |           stat64

More info and fix in new @vscode/spdlog version : microsoft/node-spdlog#42

@VSCodeTriageBot VSCodeTriageBot added the stale Issues that have not been triaged in an appropriate amount of time label Jan 3, 2024
@sandy081 sandy081 assigned sandy081 and unassigned bhavyaus and joyceerhl Jan 3, 2024
@VSCodeTriageBot VSCodeTriageBot removed triage-needed stale Issues that have not been triaged in an appropriate amount of time labels Jan 3, 2024
@sandy081 sandy081 added the log VS Code log issues label Jan 3, 2024
@sandy081 sandy081 added this to the December / January 2024 milestone Jan 3, 2024
sandy081 added a commit that referenced this issue Jan 15, 2024
sandy081 added a commit that referenced this issue Jan 15, 2024
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 15, 2024
@aiday-mar aiday-mar added this to the December / January 2024 milestone Feb 6, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
insiders-released Patch has been released in VS Code Insiders log VS Code log issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants