Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 16, 2021 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/5aab2f57d289b0bb0f5959e007e51ad2 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/5aab2f57d289b0bb0f5959e007e51ad2 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a moment | https://github.com/NixOS/nixpkgs/pull/116508
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/dxrjmsiqpkc5x2yswj050lxfjxzinv58-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
no Makefile, doing nothing
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
@nix { "action": "setPhase", "phase": "installPhase" }
installing
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04 /build/source
case $1 in emit) shift;${f-}||return;eval "${e-}";return;; on|once|off|has)
^
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events:6: FEEDBACK WANTED: Letting quoted 'eval' through for now. Not sure if this is 'right' or not. Weigh in @ https://github.com/abathur/resholve/issues/2
__ev.on(){ __ev.has&&return;if [[ ! ${f-} ]];then e+="$REPLY";else eval "${e-};$REPLY";fi;}
^
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events:19: FEEDBACK WANTED: Letting quoted 'eval' through for now. Not sure if this is 'right' or not. Weigh in @ https://github.com/abathur/resholve/issues/2
__ev.fire(){ ${f-}||return;set -- "$s" "${@:2}";while [[ ${bashup_ev["$1"]-} ]];do eval 'unset bashup_ev["$1"];'"${bashup_ev["$1"]}";done;}
^
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events:21: FEEDBACK WANTED: Letting quoted 'eval' through for now. Not sure if this is 'right' or not. Weigh in @ https://github.com/abathur/resholve/issues/2
__ev.all(){ ${f-}||return;n=${e-};eval "${n//$'\n'/||return;}";}
^
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events:22: FEEDBACK WANTED: Letting quoted 'eval' through for now. Not sure if this is 'right' or not. Weigh in @ https://github.com/abathur/resholve/issues/2
__ev.any(){ ${f-}||return;n=${e-};eval "${n//$'\n'/&&return|| } ! :";}
^
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events:23: FEEDBACK WANTED: Letting quoted 'eval' through for now. Not sure if this is 'right' or not. Weigh in @ https://github.com/abathur/resholve/issues/2
Overwrote '/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events'
/build/source
shrinking RPATHs of ELF executables and libraries in /nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin
patching script interpreter paths in /nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04
/nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04/bin/bashup.events: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash"
checking for references to /build/ in /nix/store/54jnyrfb1y4sdd3h19flf6c147j1vk7p-bashup-events4.4-unstable-2020-04-04...
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
testing bashup.events in /nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash
event registered
/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash: Hi from event 'test event'. I can have both curried and runtime arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment