Skip to content

Instantly share code, notes, and snippets.

@CorbanR
Last active January 23, 2023 17:00
Show Gist options
  • Save CorbanR/7e1ec1d6376dce2ea9348f0e015202e4 to your computer and use it in GitHub Desktop.
Save CorbanR/7e1ec1d6376dce2ea9348f0e015202e4 to your computer and use it in GitHub Desktop.
nix shell nixpkgs#bundix failure
`$nix shell nixpkgs#bundix`
error: builder for '/nix/store/zgy6wbz807qpx3am9ddq1mqcpr7ckmg3-bundix-2.5.1.drv' failed with exit code 1;
last 10 log lines:
> unpacking source archive /nix/store/mnfji7ngmpsp0xbmcpc5m2nj97lkaf0f-source
> source root is source
> patching sources
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> building
> installing
> buildFlags:
> failure: $gempkg path unspecified
For full logs, run 'nix log /nix/store/zgy6wbz807qpx3am9ddq1mqcpr7ckmg3-bundix-2.5.1.drv'.
`$nix log /nix/store/zgy6wbz807qpx3am9ddq1mqcpr7ckmg3-bundix-2.5.1.drv`
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/mnfji7ngmpsp0xbmcpc5m2nj97lkaf0f-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
@nix { "action": "setPhase", "phase": "installPhase" }
installing
buildFlags:
failure: $gempkg path unspecified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment