Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 00:09
Show Gist options
  • Save r-rmcgibbo/f2c669f136ef386649c3033ceb0792b1 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/f2c669f136ef386649c3033ceb0792b1 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/116676
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/idjph64gqhi3smry3alf9fs3gsi1l0ai-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
build flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\) MOZJPEG_PREFIX=/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1 LIBJPEG=/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/lib/libjpeg.so
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -c -o src/util.o src/util.c
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -c -o src/edit.o src/edit.c
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -c -o src/smallfry.o src/smallfry.c
cd src/iqa; RELEASE=1 make
make[1]: Entering directory '/build/source/src/iqa'
gcc -I./include -O2 -Wall -c source/convolve.c -o source/convolve.o
gcc -I./include -O2 -Wall -c source/decimate.c -o source/decimate.o
gcc -I./include -O2 -Wall -c source/math_utils.c -o source/math_utils.o
gcc -I./include -O2 -Wall -c source/mse.c -o source/mse.o
gcc -I./include -O2 -Wall -c source/psnr.c -o source/psnr.o
gcc -I./include -O2 -Wall -c source/ssim.c -o source/ssim.o
In file included from source/ssim.c:37:
./include/math_utils.h:62:27: warning: inline function '_matrix_cmp' declared but never defined
62 | IQA_EXPORT IQA_INLINE int _matrix_cmp(const float *a, const float *b, int w, int h, int digits);
| ^~~~~~~~~~~
./include/math_utils.h:54:27: warning: inline function '_cmp_float' declared but never defined
54 | IQA_EXPORT IQA_INLINE int _cmp_float(float a, float b, int digits);
| ^~~~~~~~~~
./include/math_utils.h:47:27: warning: inline function '_min' declared but never defined
47 | IQA_EXPORT IQA_INLINE int _min(int x, int y);
| ^~~~
./include/math_utils.h:45:27: warning: inline function '_max' declared but never defined
45 | IQA_EXPORT IQA_INLINE int _max(int x, int y);
| ^~~~
./include/math_utils.h:43:27: warning: inline function '_round' declared but never defined
43 | IQA_EXPORT IQA_INLINE int _round(float a);
| ^~~~~~
gcc -I./include -O2 -Wall -c source/ms_ssim.c -o source/ms_ssim.o
mkdir -p ./build/release
ar rcs ./build/release/libiqa.a ./source/convolve.o ./source/decimate.o ./source/math_utils.o ./source/mse.o ./source/psnr.o ./source/ssim.o ./source/ms_ssim.o
mv ./source/convolve.o ./source/decimate.o ./source/math_utils.o ./source/mse.o ./source/psnr.o ./source/ssim.o ./source/ms_ssim.o ./build/release
make[1]: Leaving directory '/build/source/src/iqa'
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -o jpeg-recompress jpeg-recompress.c src/util.o src/edit.o src/smallfry.o src/iqa/build/release/libiqa.a /nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/lib/libjpeg.so -lm
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -c -o src/hash.o src/hash.c
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -o jpeg-compare jpeg-compare.c src/util.o src/hash.o src/edit.o src/smallfry.o src/iqa/build/release/libiqa.a /nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/lib/libjpeg.so -lm
gcc -std=c99 -Wall -O3 -I/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/include -o jpeg-hash jpeg-hash.c src/util.o src/hash.o /nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/lib/libjpeg.so -lm
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash PREFIX=\$\(out\) MOZJPEG_PREFIX=/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1 LIBJPEG=/nix/store/hparx3ywkzdhbn2lwimbwvxdxq7kkm6k-mozjpeg-3.3.1/lib/libjpeg.so install
mkdir -p /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin
cp jpeg-archive /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/
cp jpeg-recompress /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/
cp jpeg-compare /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/
cp jpeg-hash /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0
shrinking /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/jpeg-recompress
shrinking /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/jpeg-compare
shrinking /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/jpeg-hash
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin
patching script interpreter paths in /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0
/nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0/bin/.jpeg-archive-wrapped: interpreter directive changed from "#!/bin/sh" to "/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/sh"
checking for references to /build/ in /nix/store/nmb7xyawri4lyfd1sl957d6s914ffwy5-jpeg-archive-2.2.0...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment