NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.08k stars 14.06k forks source link

Build failure: glooctl #336999

Closed nothendev closed 1 month ago

nothendev commented 2 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. be on nixpkgs c374d94f1536013ca8e92341b540eba4c22f9c62 (nixos-unstable) or e97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d (staging-next)
  2. nix shell nixpkgs#glooctl

Build log

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/cphbqk862fha6pi3xgh0kn417wa3lalg-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
Building subPackage ./projects/gloo/cli/cmd
buildPhase completed in 1 minutes 3 seconds
Running phase: checkPhase
@nix { "action": "setPhase", "phase": "checkPhase" }
?       github.com/solo-io/gloo/projects/gloo/cli/cmd   [no test files]
checkPhase completed in 55 seconds
Running phase: installPhase
@nix { "action": "setPhase", "phase": "installPhase" }
Error: mkdir /homeless-shelter: permission denied
Error: mkdir /homeless-shelter: permission denied
installShellCompletion: error: installed shell completion file `/nix/store/fxz3h4mvjgyqs7l5lnwidrdmsalxil2k-glooctl-1.16.17/share/bash-completion/completions/glooctl.bash' does not exist or has zero size

Additional context

none

Notify maintainers

@r-ryantm (they last updated 1.16.16 -> 1.16.17)

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.10.4-xanmod1, NixOS, 24.11 (Vicuna), 24.11.20240814.d22bd4f`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.18.5`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/store/hz7l0m8addq3lw2icay89r4k9kfwf8sg-source`

Add a :+1: reaction to issues you find important.

nothendev commented 2 months ago

Also it would be great if it was updated to 1.17.x, but that warrants a separate issue

nothendev commented 2 months ago

@NelsonJeppesen (sorry didnt ping you in the original i didnt look so far :(

NelsonJeppesen commented 2 months ago

@NelsonJeppesen (sorry didnt ping you in the original i didnt look so far :(

I'm just back from a trip; I'll take a look in the next 24 hours