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

System path fails to build when switching to a configuration #349816

Open
pimeys opened this issue Oct 19, 2024 · 4 comments
Open

System path fails to build when switching to a configuration #349816

pimeys opened this issue Oct 19, 2024 · 4 comments
Labels
0.kind: bug Something is broken

Comments

@pimeys
Copy link
Contributor

pimeys commented Oct 19, 2024

Describe the bug

Switching to a configuration has been broken a couple of last commits on nixos unstable.

Steps To Reproduce

Steps to reproduce the behavior:

  1. sudo nixos-rebuild switch

Result

warning: The interpretation of store paths arguments ending in `.drv` recently changed. If this command is now failing try again with '/nix/store/lvln9vwhlhwv7w4kf5yqvh452c6781bz-system-path.drv^*'
created 49831 symlinks in user environment
install-info: No such file or directory for gzip -d

Expected behavior

A switch should succeed and install the new configuration.

Additional context

Failing configuration: https://git.sr.ht/~pimeys/nixos/

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: `"x86_64-linux"`
 - host os: `Linux 6.11.3-cachyos, NixOS, 24.11 (Vicuna), 24.11.20241016.5785b6b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.9`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/store/w7nfn4lcfisddz14b0y8n05rjf0dl5lq-source`

Add a 👍 reaction to issues you find important.

@pimeys pimeys added the 0.kind: bug Something is broken label Oct 19, 2024
@Artturin
Copy link
Member

@pimeys
Copy link
Contributor Author

pimeys commented Oct 20, 2024

@Artturin Yep. Without manpages both of my systems build successfully. I can live with this for now, but I'm sure going to miss my man configuration.nix...

@Artturin
Copy link
Member

Artturin commented Oct 20, 2024

Debug by adding

set -x
set +x
Above and below those lines

For example by replacing the module https://wiki.nixos.org/wiki/Nixpkgs/Reviewing_changes#Modules (does not have to use fetchers, can use local paths)

@pimeys
Copy link
Contributor Author

pimeys commented Oct 20, 2024

I'm not sure what happened, but it seems to build right now. What I did is I fixed another issue in here:

#350030

And the docs seem to build correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants