You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to build the pkgsi686Linux.nodejs package by running this command:
nix-build -A pkgsi686Linux.nodejs
Results
When I try following the steps to reproduce on a bcachefs filesystem, the last command finishes with an exit status of 1, and prints instructions for how to retrieve a build log (link to log).
When I try following the steps to reproduce on an ext4 filesystem, the last command finishes with an exit status of 0.
Weirdly enough, Nixpkgs’s x86_64-linux version of the nodejs package builds fine on bcachefs. For whatever reason, building that package doesn’t trigger #809.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Make sure that you have the Nix package manager installed by running this command:
If that command succeeds, then you’re good to go. If that command fails, then you need to install the Nix package manager.
Make sure that you’re on an
x86_64-linux
system by running this command:nix-instantiate --eval --expr 'assert builtins.currentSystem == "x86_64-linux"; "You’re using the correct type of system."'
If you don’t already have one, then make a local clone of the Nixpkgs repo by running this command:
Change directory into your clone of the Nixpkgs repo by running this command:
(Recommended) Switch to a Git commit where this problem is know to occur by running this command:
Try to build the
pkgsi686Linux.nodejs
package by running this command:Results
When I try following the steps to reproduce on a bcachefs filesystem, the last command finishes with an exit status of
1
, and prints instructions for how to retrieve a build log (link to log).When I try following the steps to reproduce on an ext4 filesystem, the last command finishes with an exit status of
0
.Weirdly enough, Nixpkgs’s
x86_64-linux
version of thenodejs
package builds fine on bcachefs. For whatever reason, building that package doesn’t trigger #809.The text was updated successfully, but these errors were encountered: