Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 00:00
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/d8212f5ceb562440f687dba30d4540d5 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/d8212f5ceb562440f687dba30d4540d5 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116796
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/9yw3m1lndwlndaqchcfnzr848knh6gi0-dxa-0.1.4.tar.gz
source root is dxa-0.1.4
setting SOURCE_DATE_EPOCH to timestamp 1548998270 of file dxa-0.1.4/dxa.1
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/jkhzci9x7v7zkfm5kfm2l2hx1p0fxlh7-bash-4.4-p23/bin/bash
cc -Wall -Wmissing-prototypes -O2 -c -o scan.o scan.c
cc -Wall -Wmissing-prototypes -O2 -c -o vector.o vector.c
cc -Wall -Wmissing-prototypes -O2 -c -o dump.o dump.c
cc -Wall -Wmissing-prototypes -O2 -c -o table.o table.c
cc -Wall -Wmissing-prototypes -O2 -c -o label.o label.c
cc -Wall -Wmissing-prototypes -O2 -c -o main.o main.c
cc -o dxa scan.o vector.o dump.o table.o label.o main.o
@nix { "action": "setPhase", "phase": "installPhase" }
installing
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4
shrinking /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4/bin/dxa
gzipping man pages under /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4/share/man/
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4/bin
patching script interpreter paths in /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4
checking for references to /build/ in /nix/store/n93pdfgyrhyyvngyqlnxdilrbirarr2q-dxa-0.1.4...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment