Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 21:25
Show Gist options
  • Save r-rmcgibbo/f73e2b00f17c8f3c5161933461216dba to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/f73e2b00f17c8f3c5161933461216dba to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a moment | https://github.com/NixOS/nixpkgs/pull/116768
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/1ryxr27mij8ps59sh5p02xpvfr20p7bp-trx-0.5.tar.gz
source root is trx-0.5
setting SOURCE_DATE_EPOCH to timestamp 1578137505 of file trx-0.5/tx.c
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/8vkzxm5nzmyb02hs7vs8nqykxxnamhkk-add_bctoolbox_ldlib.patch
patching file Makefile
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\)
gcc -MMD -Wall -c -o rx.o rx.c
gcc -MMD -Wall -c -o device.o device.c
gcc -MMD -Wall -c -o sched.o sched.c
gcc rx.o device.o sched.o -lasound -lopus -lortp -lbctoolbox -o rx
gcc -MMD -Wall -c -o tx.o tx.c
gcc tx.o device.o sched.o -lasound -lopus -lortp -lbctoolbox -o tx
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\) install
install -d /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5/bin
install rx tx /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5/bin
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5
shrinking /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5/bin/tx
shrinking /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5/bin/rx
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5/bin
patching script interpreter paths in /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5
checking for references to /build/ in /nix/store/zdy1ryw855idf0ivyshvx49ql0zihivr-trx-0.5...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment