Steps To Reproduce
Steps to reproduce the behavior:
nix build github:nixos/nixpkgs/master#nixpkgs-manual
(nixpkgs is currently at 8b16862)
Build log
$ nix build github:nixos/nixpkgs/8b16862469fc1e239f672ddd2e9af3fa9dd9352d#nixpkgs-manual --print-build-logs
nixpkgs-lib-docs> Running phase: unpackPhase
nixpkgs-lib-docs> unpacking source archive /nix/store/1g7xbdvciq46z44p6jn7iq339i76fkpn-source
nixpkgs-lib-docs> source root is source
nixpkgs-lib-docs> Running phase: patchPhase
nixpkgs-lib-docs> Running phase: updateAutotoolsGnuConfigScriptsPhase
nixpkgs-lib-docs> Running phase: configurePhase
nixpkgs-lib-docs> no configure script, doing nothing
nixpkgs-lib-docs> Running phase: buildPhase
nixpkgs-lib-docs> no Makefile or custom buildPhase, doing nothing
nixpkgs-lib-docs> Running phase: installPhase
nixpkgs-lib-docs> error: getting status of '/nix/store/.links': Operation not permitted
error: builder for '/nix/store/ld71sq49lrzsyvkv7lgzgdvk1nsmi9q1-nixpkgs-lib-docs.drv' failed with exit code 1;
last 10 log lines:
> unpacking source archive /nix/store/1g7xbdvciq46z44p6jn7iq339i76fkpn-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> no Makefile or custom buildPhase, doing nothing
> Running phase: installPhase
> error: getting status of '/nix/store/.links': Operation not permitted
For full logs, run 'nix log /nix/store/ld71sq49lrzsyvkv7lgzgdvk1nsmi9q1-nixpkgs-lib-docs.drv'.
error: 1 dependencies of derivation '/nix/store/1ijkrar95hiiv66rhi5c28acc4w6zjqq-nixpkgs-manual.drv' failed to build
Additional context
Seems to be a sandbox issue:
$ nix build --option sandbox false github:nixos/nixpkgs/8b16862469fc1e239f672ddd2e9af3fa9dd9352d#nixpkgs-manual
$ stat result/share/doc/nixpkgs/manual.html
File: result/share/doc/nixpkgs/manual.html
Size: 2292903 Blocks: 4480 IO Block: 4096 regular file
Device: 1,28 Inode: 487077511 Links: 1
Access: (0444/-r--r--r--) Uid: ( 0/ root) Gid: ( 0/ wheel)
Access: 2024-09-05 08:12:21.000000000 -0600
Modify: 1969-12-31 17:00:01.000000000 -0700
Change: 2024-09-05 08:12:21.387630182 -0600
Birth: 1969-12-31 17:00:01.000000000 -0700
Notify maintainers
@philiptaron
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"aarch64-darwin"`
- host os: `Darwin 23.6.0, macOS 14.6.1`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.5`
- channels(n8henrie): `""`
- channels(root): `""`
- nixpkgs: `/nix/store/2kf5a8im7faidqc26npfnv91iz6al2ix-source`
Add a 👍 reaction to issues you find important.
Steps To Reproduce
Steps to reproduce the behavior:
nix build github:nixos/nixpkgs/master#nixpkgs-manual(nixpkgs is currently at 8b16862)
Build log
Additional context
Seems to be a sandbox issue:
Notify maintainers
@philiptaron
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.Add a 👍 reaction to issues you find important.