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

Node 20.3 - node-gyp-build Text file busy #48468

Closed
ronag opened this issue Jun 15, 2023 · 3 comments
Closed

Node 20.3 - node-gyp-build Text file busy #48468

ronag opened this issue Jun 15, 2023 · 3 comments

Comments

@ronag
Copy link
Member

ronag commented Jun 15, 2023

This fails:

test-srv3.hq.lan:~# docker run -it node:20.3.0-bullseye bash
root@ed020dd3f80e:/# yarn add bufferutil
yarn add v1.22.19
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
error /node_modules/bufferutil: Command failed.
Exit code: 126
Command: node-gyp-build
Arguments: 
Directory: /node_modules/bufferutil
Output:
/bin/sh: 1: node-gyp-build: Text file busy

This works:

test-srv3.hq.lan:~# docker run -it node:20.3.0-bullseye bash
root@ed020dd3f80e:/# UV_USE_IO_URING=0 yarn add bufferutil

Refs: #48444

@jkuchar
Copy link

jkuchar commented Jun 16, 2023

The same thing as here: nodejs/docker-node#1912 (comment)

@jkuchar
Copy link

jkuchar commented Jun 16, 2023

Duplicate of #48444

@bnoordhuis
Copy link
Member

I'll close this in favor of #48444 since that's where all the discussion is taking place.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants