Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 00:10
Show Gist options
  • Save r-rmcgibbo/10d0daf25f53665a563f8c04bb4d121e to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/10d0daf25f53665a563f8c04bb4d121e to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 3 seconds | https://github.com/NixOS/nixpkgs/pull/116676
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/w5a3chkamrprac7h517xwakcgyx780v2-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
patching script interpreter paths in nvimpager
nvimpager: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash"
build flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\) nvimpager.configured
sed 's#^RUNTIME=.*$#RUNTIME='"'/nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/nvimpager/runtime'"'#;s#version=.*$#version=v0.9#' < nvimpager > nvimpager.configured
chmod +x nvimpager.configured
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
Script started, output log file is 'typescript'.
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
112 successes / 0 failures / 0 errors / 0 pending : 1.283482 seconds
Script done.
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\) install
echo "---" > metadata.yaml
echo "footer: Version v0.9" >> metadata.yaml
git log -1 --format=format:'date: %aI' 2>/dev/null | cut -f 1 -d T >> metadata.yaml
echo "..." >> metadata.yaml
pandoc --standalone --to man --output nvimpager.1 nvimpager.md metadata.yaml
mkdir -p /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/bin /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/nvimpager/runtime/lua \
/nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/man/man1 \
/nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/zsh/site-functions
install nvimpager.configured /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/bin/nvimpager
install lua/nvimpager.lua /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/nvimpager/runtime/lua
install nvimpager.1 /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/man/man1
install _nvimpager /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/zsh/site-functions
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9
gzipping man pages under /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/share/man/
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9/bin
patching script interpreter paths in /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9
checking for references to /build/ in /nix/store/kq5bbhdbpy4z6cnf2zwqn628gl3bpsx7-nvimpager-0.9...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment