public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] ETXTBSY when running Yarn (Node) since af5d68f
@ 2024-05-21 16:02 Andrew Udvare
  0 siblings, 0 replies; only message in thread
From: Andrew Udvare @ 2024-05-21 16:02 UTC (permalink / raw)
  To: regressions; +Cc: stable, axboe


[-- Attachment #1.1: Type: text/plain, Size: 1437 bytes --]

#regzbot introduced: v6.8..v6.9-rc1

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=af5d68f8892f8ee8f137648b79ceb2abc153a19b

Since the above commit present in 6.9+, Node running a Yarn installation 
that executes a subprocess always shows the following:

/test # yarn --offline install
yarn install v1.22.22
warning package.json: "test" is also the name of a node core module
warning test@1.0.0: "test" is also the name of a node core module
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
error /test/node_modules/snyk: Command failed.
Exit code: 126
Command: node wrapper_dist/bootstrap.js exec
Arguments:
Directory: /test/node_modules/snyk
Output:
/bin/sh: node: Text file busy

The commit was found by bisection with a simple initramfs that just runs 
'yarn --offline install' with a test project and cached Yarn packages.

To reproduce:

npm install -g yarn
mkdir test
cd test
cat > package.json <<EOF
{
    "name": "test",
    "version": "1.0.0",
    "main": "index.js",
    "license": "MIT",
    "dependencies": {
      "snyk": "^1.1291.0"
    }
}
EOF
yarn install

Modern Yarn will give the same result but with slightly different output.

This also appears to affect node-gyp: 
https://github.com/nodejs/node/issues/53051

See also: https://bugs.gentoo.org/931942

--
Andrew

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-21 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 16:02 [REGRESSION] ETXTBSY when running Yarn (Node) since af5d68f Andrew Udvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox