Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 21:12
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/fb7053771d1490ee3c31418693696ff4 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/fb7053771d1490ee3c31418693696ff4 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117058
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/m1d5p8k7xscbivgxlwskwkl1s46g36a4-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: --disable-dependency-tracking --prefix=/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/install -c
checking whether build environment is sane... yes
/build/source/build-aux/missing: Unknown `--is-lightweight' option
Try `/build/source/build-aux/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for bzero... yes
checking for memset... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /nix/store/ia1dn8zyi07phxkx02c0wwqc7v7c54nl-gnugrep-3.6/bin/grep
checking for egrep... /nix/store/ia1dn8zyi07phxkx02c0wwqc7v7c54nl-gnugrep-3.6/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for ANSI C header files... (cached) yes
checking dependency style of gcc... none
checking CFLAGS for gcc -Wall... -Wall
checking for native x86 asm support... no
configure: WARNING: *** Can't use native x86 asm version... it will be slow...
checking python module: fuse... no
configure: WARNING: *** Python FUSE was not found so you won't be able to mount "shielded" filesystems.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/w65ydq10abi813fi7d5j7afdcrxj3aqq-bash-4.4-p23/bin/bash
Making all in src
make[1]: Entering directory '/build/source/src'
gcc -DPACKAGE_NAME=\"rsbep\" -DPACKAGE_TARNAME=\"rsbep\" -DPACKAGE_VERSION=\"0.2.0-ttsiodras\" -DPACKAGE_STRING=\"rsbep\ 0.2.0-ttsiodras\" -DPACKAGE_BUGREPORT=\"ttsiodras@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rsbep\" -DVERSION=\"0.2.0-ttsiodras\" -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DSTDC_HEADERS=1 -I. -g -O2 -Wall -c -o rsbep-rsbep.o `test -f 'rsbep.c' || echo './'`rsbep.c
gcc -DPACKAGE_NAME=\"rsbep\" -DPACKAGE_TARNAME=\"rsbep\" -DPACKAGE_VERSION=\"0.2.0-ttsiodras\" -DPACKAGE_STRING=\"rsbep\ 0.2.0-ttsiodras\" -DPACKAGE_BUGREPORT=\"ttsiodras@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rsbep\" -DVERSION=\"0.2.0-ttsiodras\" -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DSTDC_HEADERS=1 -I. -g -O2 -Wall -c -o rsbep-rs.o `test -f 'rs.c' || echo './'`rs.c
gcc -g -O2 -Wall -o rsbep rsbep-rsbep.o rsbep-rs.o
gcc -DPACKAGE_NAME=\"rsbep\" -DPACKAGE_TARNAME=\"rsbep\" -DPACKAGE_VERSION=\"0.2.0-ttsiodras\" -DPACKAGE_STRING=\"rsbep\ 0.2.0-ttsiodras\" -DPACKAGE_BUGREPORT=\"ttsiodras@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rsbep\" -DVERSION=\"0.2.0-ttsiodras\" -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DSTDC_HEADERS=1 -I. -g -O2 -Wall -c -o rsbep_chopper.o rsbep_chopper.c
gcc -g -O2 -Wall -o rsbep_chopper rsbep_chopper.o
make[1]: Leaving directory '/build/source/src'
make[1]: Entering directory '/build/source'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/source'
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/w65ydq10abi813fi7d5j7afdcrxj3aqq-bash-4.4-p23/bin/bash install
Making install in src
make[1]: Entering directory '/build/source/src'
make[2]: Entering directory '/build/source/src'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/mkdir -p '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/install -c rsbep rsbep_chopper '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/src'
make[1]: Leaving directory '/build/source/src'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/mkdir -p '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/install -c contrib/melt.sh contrib/freeze.sh contrib/poorZFS.py '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/mkdir -p '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/share/doc/rsbep'
/nix/store/9fkdn82nzxgkxyax3m9qdh2knj7apaa5-coreutils-8.32/bin/install -c -m 644 README.md COPYING INSTALL AUTHORS NEWS ChangeLog docs/README.RS32 '/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/share/doc/rsbep'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0
shrinking /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin/rsbep
shrinking /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin/rsbep_chopper
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin
patching script interpreter paths in /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0
/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin/melt.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/w65ydq10abi813fi7d5j7afdcrxj3aqq-bash-4.4-p23/bin/sh"
/nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0/bin/freeze.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/w65ydq10abi813fi7d5j7afdcrxj3aqq-bash-4.4-p23/bin/sh"
checking for references to /build/ in /nix/store/3wagb3155533cz7ylgx8qzvg9zij4zak-rsbep-0.2.0...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment