Skip to content

Instantly share code, notes, and snippets.

@stephank
Created October 3, 2020 08:16
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 stephank/f33d2cd1b5110b9bfe202e9f36b3dcd0 to your computer and use it in GitHub Desktop.
Save stephank/f33d2cd1b5110b9bfe202e9f36b3dcd0 to your computer and use it in GitHub Desktop.
[nix-shell:/src/contrib/nix]$ git show-ref HEAD
57b935a8931fb59cdfe521357e76326d467a9a86 refs/remotes/origin/HEAD
[nix-shell:/src/contrib/nix]$ git status --ignored
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
[nix-shell:/src/contrib/nix]$ which clang
/nix/store/a7115wy8h6vqs70cip8hz4kn9vgrra8c-clang-wrapper-7.1.0/bin/clang
[nix-shell:/src/contrib/nix]$ ./bootstrap.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /nix/store/zi07asl7mdsxkhpbsrk6rrn0c97c2l4w-autoconf-2.69/bin/autoconf --force
autoreconf: running: /nix/store/zi07asl7mdsxkhpbsrk6rrn0c97c2l4w-autoconf-2.69/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
[nix-shell:/src/contrib/nix]$ ./configure $configureFlags --prefix=$(pwd)/outputs/out
checking for a sed that does not truncate output... /nix/store/sa6fv5wih2dzcv7m3bjsygbg0qw9dljv-gnused-4.8/bin/sed
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for the canonical Nix system name... x86_64-darwin
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for pubsetbuf... yes
checking for statvfs... yes
checking for pipe2... no
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... no
checking how to run the C++ preprocessor... clang++ -E
checking for grep that handles long lines and -e... /nix/store/7y44qln14q90mzpgqx6hsxq76kx7wcmj-gnugrep-3.4/bin/grep
checking for egrep... /nix/store/7y44qln14q90mzpgqx6hsxq76kx7wcmj-gnugrep-3.4/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 locale usability... yes
checking locale presence... yes
checking for locale... yes
checking for bash... /nix/store/ans6prc6q2nmblqfcvbr6a5c5bjx8nl5-bash-interactive-4.4-p23/bin/bash
checking for flex... /nix/store/387brypnjhwsb0aw653kh9gkniz4jj7i-flex-2.6.4/bin/flex
checking for bison... /nix/store/gr00av89d245yabk2rv3d5ai37fwjnr5-bison-3.5.1/bin/bison
checking for dot... no
checking for lsof... /usr/sbin/lsof
checking for jq... /nix/store/j52dgcv2ilv66ac906cvigv4bqm9wa5i-jq-1.6-bin/bin/jq
checking for boostlib >= 1.66 (106600)... yes
checking whether -latomic is needed... no
checking for pkg-config... /nix/store/w8yh8j6mpm6xkgbbknymbx7zbpryj0gw-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libcrypto... yes
checking for BZ2_bzWriteOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for libarchive >= 3.1.2... yes
checking for sqlite3 >= 3.6.19... yes
checking for libcurl... yes
checking for libeditline... yes
checking for libsodium... yes
checking for liblzma... yes
checking for lzma_stream_encoder_mt in -llzma... yes
checking for zlib... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libbrotlienc libbrotlidec... yes
checking aws/s3/S3Client.h usability... yes
checking aws/s3/S3Client.h presence... yes
checking for aws/s3/S3Client.h... yes
checking for bdw-gc... yes
checking for gtest_main... yes
checking for setresuid... no
checking for setreuid... yes
checking for lchown... yes
checking for strsignal... yes
checking for posix_fallocate... no
checking for sysconf... yes
checking if you have a recent GNU tar... no
configure: creating ./config.status
config.status: creating config.h
[nix-shell:/src/contrib/nix]$ make V=1
rm -f Makefile.config && ./config.status --quiet --file=Makefile.config
clang++ -o src/libutil/tests/compression.o -c src/libutil/tests/compression.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.compression.o.dep -MP
clang++ -o src/libutil/tests/config.o -c src/libutil/tests/config.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.config.o.dep -MP
clang++ -o src/libutil/tests/hash.o -c src/libutil/tests/hash.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.hash.o.dep -MP
clang++ -o src/libutil/tests/json.o -c src/libutil/tests/json.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.json.o.dep -MP
clang++ -o src/libutil/tests/logging.o -c src/libutil/tests/logging.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.logging.o.dep -MP
clang++ -o src/libutil/tests/lru-cache.o -c src/libutil/tests/lru-cache.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.lru-cache.o.dep -MP
clang++ -o src/libutil/tests/pool.o -c src/libutil/tests/pool.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.pool.o.dep -MP
clang++ -o src/libutil/tests/tests.o -c src/libutil/tests/tests.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.tests.o.dep -MP
clang++ -o src/libutil/tests/url.o -c src/libutil/tests/url.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.url.o.dep -MP
clang++ -o src/libutil/tests/xml-writer.o -c src/libutil/tests/xml-writer.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libexpr -MMD -MF src/libutil/tests/.xml-writer.o.dep -MP
clang++ -o src/libutil/affinity.o -c src/libutil/affinity.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.affinity.o.dep -MP
clang++ -o src/libutil/archive.o -c src/libutil/archive.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.archive.o.dep -MP
clang++ -o src/libutil/args.o -c src/libutil/args.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.args.o.dep -MP
clang++ -o src/libutil/compression.o -c src/libutil/compression.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.compression.o.dep -MP
clang++ -o src/libutil/config.o -c src/libutil/config.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.config.o.dep -MP
clang++ -o src/libutil/error.o -c src/libutil/error.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.error.o.dep -MP
clang++ -o src/libutil/hash.o -c src/libutil/hash.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.hash.o.dep -MP
clang++ -o src/libutil/json.o -c src/libutil/json.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.json.o.dep -MP
clang++ -o src/libutil/logging.o -c src/libutil/logging.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.logging.o.dep -MP
clang++ -o src/libutil/rust-ffi.o -c src/libutil/rust-ffi.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.rust-ffi.o.dep -MP
clang++ -o src/libutil/serialise.o -c src/libutil/serialise.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.serialise.o.dep -MP
clang++ -o src/libutil/tarfile.o -c src/libutil/tarfile.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.tarfile.o.dep -MP
clang++ -o src/libutil/thread-pool.o -c src/libutil/thread-pool.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.thread-pool.o.dep -MP
clang++ -o src/libutil/url.o -c src/libutil/url.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.url.o.dep -MP
clang++ -o src/libutil/util.o -c src/libutil/util.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.util.o.dep -MP
clang++ -o src/libutil/xml-writer.o -c src/libutil/xml-writer.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -MMD -MF src/libutil/.xml-writer.o.dep -MP
clang++ -o /src/contrib/nix/src/libutil/libnixutil.dylib -shared -all_load -lz src/libutil/affinity.o src/libutil/archive.o src/libutil/args.o src/libutil/compression.o src/libutil/config.o src/libutil/error.o src/libutil/hash.o src/libutil/json.o src/libutil/logging.o src/libutil/rust-ffi.o src/libutil/serialise.o src/libutil/tarfile.o src/libutil/thread-pool.o src/libutil/url.o src/libutil/util.o src/libutil/xml-writer.o -L/nix/store/hxbrqqizvyyc9qwdb8392ql6fvmklcs1-xz-5.2.4/lib -llzma -lbz2 -pthread -L/nix/store/swmcqzrkxlpz1sqmgcqmhn8xm3621r6l-openssl-1.1.1g/lib -lcrypto -L/nix/store/c5mcsn3nicy321aplm8ylp2yz0h9adp4-brotli-1.0.7-lib/lib -lbrotlienc -lbrotlidec -L/nix/store/kxj7gp5v8zkd8f730g23sk0ihma92sxh-libarchive-3.4.2-lib/lib -larchive -lboost_context
clang++ -o src/libutil/tests/libutil-tests -all_load -lz src/libutil/tests/compression.o src/libutil/tests/config.o src/libutil/tests/hash.o src/libutil/tests/json.o src/libutil/tests/logging.o src/libutil/tests/lru-cache.o src/libutil/tests/pool.o src/libutil/tests/tests.o src/libutil/tests/url.o src/libutil/tests/xml-writer.o -L/nix/store/zdkzrh94zdvij1x38xiab492zyias9vq-gtest-1.10.0-dev/lib/pkgconfig/../..//nix/store/spmvd5mbysgd1y2q7bhbf73bxl810hk2-gtest-1.10.0/lib -lgtest_main -lgtest -Lsrc/libutil -lnixutil
ld: warning: directory not found for option '-L/nix/store/zdkzrh94zdvij1x38xiab492zyias9vq-gtest-1.10.0-dev/lib/pkgconfig/../..//nix/store/spmvd5mbysgd1y2q7bhbf73bxl810hk2-gtest-1.10.0/lib'
bison -v -o src/libexpr/parser-tab.cc src/libexpr/parser.y -d
flex --outfile src/libexpr/lexer-tab.cc --header-file=src/libexpr/lexer-tab.hh src/libexpr/lexer.l
clang++ -o src/build-remote/build-remote.o -c src/build-remote/build-remote.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/build-remote/.build-remote.o.dep -MP
clang++ -o src/nix-build/nix-build.o -c src/nix-build/nix-build.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-build/.nix-build.o.dep -MP
cat src/nix-channel/unpack-channel.nix >> src/nix-channel/unpack-channel.nix.gen.hh.tmp
clang++ -o src/nix-channel/nix-channel.o -c src/nix-channel/nix-channel.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-channel/.nix-channel.o.dep -MP
clang++ -o src/nix-collect-garbage/nix-collect-garbage.o -c src/nix-collect-garbage/nix-collect-garbage.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-collect-garbage/.nix-collect-garbage.o.dep -MP
clang++ -o src/nix-copy-closure/nix-copy-closure.o -c src/nix-copy-closure/nix-copy-closure.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-copy-closure/.nix-copy-closure.o.dep -MP
clang++ -o src/nix-daemon/nix-daemon.o -c src/nix-daemon/nix-daemon.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-daemon/.nix-daemon.o.dep -MP
clang++ -o src/nix-env/nix-env.o -c src/nix-env/nix-env.cc -O3 -fPIC -g -Wno-deprecated-declarations -g -Wall -include config.h -std=c++17 -I/nix/store/fhhcv4f0n2gw6h5gjalldss9cbn5dbzj-boehm-gc-8.0.4-dev/include -I/nix/store/a818qjh3a8yzw68d12p3bwshw33spkl3-brotli-1.0.7-dev/include -I/nix/store/51j413klglj1lbx0ab8abaqp2dcc092m-zlib-1.2.11-dev/include -I/nix/store/8g5k8nagb9wb3zp1pp7ms0yh99msdxsz-xz-5.2.4-dev/include -I/nix/store/qagcmmpbb3kmaghvvs0al940ybr9s1zi-libsodium-1.0.18-dev/include -I/nix/store/c6cnm5q3p8a9kmwg4y9bwkg03a3b54rb-editline-1.17.0-dev/include -I/nix/store/3blvqjb9s02b1b5wc40y94dzx92qiflh-curl-7.68.0-dev/include -I/nix/store/idaavw0lazx5qhikn82c168m3hiikb2w-sqlite-3.30.1-dev/include -I/nix/store/qh32ijn432qjxih80m8ihj7vx0v1r02h-libarchive-3.4.2-dev/include -I/nix/store/jyhh8nai6rhxms2fc063d7f76rb7m8hw-openssl-1.1.1g-dev/include -I src/libutil -I src/libstore -I src/libfetchers -I src/libexpr -I src/libmain -MMD -MF src/nix-env/.nix-env.o.dep -MP
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:3:
In file included from src/libexpr/value.hh:3:
src/libexpr/symbol-table.hh:32:28: error: no type named 'string_view' in namespace 'std'
bool operator == (std::string_view s2) const
~~~~~^
src/libexpr/symbol-table.hh:52:25: error: no type named 'string_view' in namespace 'std'
operator const std::string_view () const
~~~~~^
src/libexpr/symbol-table.hh:34:17: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
return s->compare(s2) == 0;
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/iosfwd:193:32: note: template is declared here
class _LIBCPP_TEMPLATE_VIS basic_string;
^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:3:
In file included from src/libexpr/value.hh:3:
In file included from src/libexpr/symbol-table.hh:4:
In file included from /nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/unordered_set:338:
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/__hash_table:885:5: error: static_assert failed due to requirement '__check_hash_requirements<basic_string<char, char_traits<char>,
allocator<char> >, hash<basic_string<char, char_traits<char>, allocator<char> > > >::value' "the specified hash does not meet the Hash requirements"
static_assert(__check_hash_requirements<_Key, _Hash>::value,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/__hash_table:967:77: note: in instantiation of member function 'std::__1::__diagnose_hash_table_helper<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > > >::__trigger_diagnostics' requested here
static_assert(__diagnose_hash_table_helper<_Tp, _Hash, _Equal, _Alloc>::__trigger_diagnostics(), "");
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/unordered_set:369:13: note: in instantiation of template class 'std::__1::__hash_table<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >,
std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > > >' requested here
__table __table_;
^
src/libexpr/symbol-table.hh:74:13: note: in instantiation of template class 'std::__1::unordered_set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >' requested here
Symbols symbols;
^
src/libexpr/symbol-table.hh:77:24: error: no type named 'string_view' in namespace 'std'
Symbol create(std::string_view s)
~~~~~^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:3:
In file included from src/libexpr/value.hh:3:
In file included from src/libexpr/symbol-table.hh:4:
In file included from /nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/unordered_set:338:
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/__hash_table:113:23: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
__node_value_type __value_;
^
src/libexpr/symbol-table.hh:81:24: note: in instantiation of template class 'std::__1::__hash_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void *>' requested
here
return Symbol(&*res.first);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/iosfwd:193:32: note: template is declared here
class _LIBCPP_TEMPLATE_VIS basic_string;
^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:3:
src/libexpr/value.hh:244:43: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
mkStringNoCopy(v, ((const string &) s).c_str());
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/iosfwd:193:32: note: template is declared here
class _LIBCPP_TEMPLATE_VIS basic_string;
^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
src/libexpr/nixexpr.hh:239:18: error: no member named 'empty' in 'nix::Symbol'
if (!arg.empty() && formals && formals->argNames.find(arg) != formals->argNames.end())
~~~ ^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:3:
In file included from src/libexpr/value.hh:3:
In file included from src/libexpr/symbol-table.hh:4:
In file included from /nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/unordered_set:338:
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/__hash_table:885:5: error: static_assert failed due to requirement '__check_hash_requirements<basic_string<char>,
hash<basic_string<char> > >::value' "the specified hash does not meet the Hash requirements"
static_assert(__check_hash_requirements<_Key, _Hash>::value,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/__hash_table:967:77: note: in instantiation of member function 'std::__1::__diagnose_hash_table_helper<std::__1::basic_string<char>,
std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>,
std::__1::basic_string<char> > > >::__trigger_diagnostics' requested here
static_assert(__diagnose_hash_table_helper<_Tp, _Hash, _Equal, _Alloc>::__trigger_diagnostics(), "");
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/unordered_map:837:13: note: in instantiation of template class
'std::__1::__hash_table<std::__1::__hash_value_type<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__unordered_map_hasher<std::__1::basic_string<char>,
std::__1::__hash_value_type<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>,
std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, std::__1::basic_string<char> >,
std::__1::equal_to<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, std::__1::basic_string<char> > > >' requested here
__table __table_;
^
src/libexpr/eval.hh:124:36: note: in instantiation of template class 'std::__1::unordered_map<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::hash<std::__1::basic_string<char> >,
std::__1::equal_to<std::__1::basic_string<char> >, std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, std::__1::basic_string<char> > > >' requested here
std::unordered_map<Path, Path> resolvedPaths;
^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:5:
In file included from src/libutil/error.hh:5:
src/libutil/fmt.hh:85:31: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'const nix::Symbol')
return out << ANSI_YELLOW << y.value << ANSI_NORMAL;
~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
include/boost/format/feed_args.hpp:99:12: note: in instantiation of function template specialization 'nix::operator<<<nix::Symbol>' requested here
os << x ;
^
include/boost/format/feed_args.hpp:126:9: note: in instantiation of function template specialization 'boost::io::detail::put_last<char, std::__1::char_traits<char>, nix::yellowtxt<nix::Symbol> >'
requested here
put_last(os, *(static_cast<T const *>(x)));
^
include/boost/format/feed_args.hpp:135:23: note: in instantiation of function template specialization 'boost::io::detail::call_put_last<char, std::__1::char_traits<char>, const nix::yellowtxt<nix::Symbol>
>' requested here
put_last(&call_put_last<Ch, Tr, T>)
^
include/boost/format/feed_args.hpp:313:74: note: in instantiation of function template specialization 'boost::io::detail::put_holder<char, std::__1::char_traits<char> >::put_holder<const
nix::yellowtxt<nix::Symbol> >' requested here
return feed_impl<Ch, Tr, Alloc, const put_holder<Ch, Tr>&>(self, put_holder<Ch, Tr>(x));
^
include/boost/format/format_class.hpp:64:34: note: in instantiation of function template specialization 'boost::io::detail::feed<char, std::__1::char_traits<char>, std::__1::allocator<char>, const
nix::yellowtxt<nix::Symbol> &>' requested here
{ return io::detail::feed<CharT, Tr, Alloc, const T&>(*this,x); }
^
src/libutil/fmt.hh:118:13: note: in instantiation of function template specialization 'boost::basic_format<char, std::__1::char_traits<char>, std::__1::allocator<char>
>::operator%<nix::yellowtxt<nix::Symbol> >' requested here
fmt % yellowtxt(value);
^
src/libutil/fmt.hh:44:20: note: in instantiation of function template specialization 'nix::hintformat::operator%<nix::Symbol>' requested here
formatHelper(f % x, args...);
^
src/libutil/fmt.hh:144:5: note: in instantiation of function template specialization 'nix::formatHelper<nix::hintformat, nix::Symbol>' requested here
formatHelper(f, args...);
^
src/libexpr/nixexpr.hh:241:25: note: in instantiation of function template specialization 'nix::hintfmt<nix::Symbol>' requested here
.hint = hintfmt("duplicate formal function argument '%1%'", arg),
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:218:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const void *' for 1st
argument; take the address of the argument with &
basic_ostream& operator<<(const void* __p);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/type_traits:4836:3: note: candidate function template not viable: no known conversion from
'basic_ostream<char, std::__1::char_traits<char> >' to 'std::byte' for 1st argument
operator<< (byte __lhs, _Integer __shift) noexcept
^
src/libexpr/value.hh:88:16: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const nix::ExternalValueBase' for 2nd argument
std::ostream & operator << (std::ostream & str, const ExternalValueBase & v);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:194:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'std::__1::basic_ostream<char>
&(*)(std::__1::basic_ostream<char> &)' for 1st argument
basic_ostream& operator<<(basic_ostream& (*__pf)(basic_ostream&))
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:198:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to
'basic_ios<std::__1::basic_ostream<char, std::__1::char_traits<char> >::char_type, std::__1::basic_ostream<char, std::__1::char_traits<char> >::traits_type>
&(*)(basic_ios<std::__1::basic_ostream<char, std::__1::char_traits<char> >::char_type, std::__1::basic_ostream<char, std::__1::char_traits<char> >::traits_type> &)' (aka 'basic_ios<char,
std::__1::char_traits<char> > &(*)(basic_ios<char, std::__1::char_traits<char> > &)') for 1st argument
basic_ostream& operator<<(basic_ios<char_type, traits_type>&
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:203:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to
'std::__1::ios_base &(*)(std::__1::ios_base &)' for 1st argument
basic_ostream& operator<<(ios_base& (*__pf)(ios_base&))
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:206:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'bool' for 1st argument
basic_ostream& operator<<(bool __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:207:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'short' for 1st argument
basic_ostream& operator<<(short __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:208:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'unsigned short' for 1st
argument
basic_ostream& operator<<(unsigned short __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:209:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'int' for 1st argument
basic_ostream& operator<<(int __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:210:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'unsigned int' for 1st argument
basic_ostream& operator<<(unsigned int __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:211:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'long' for 1st argument
basic_ostream& operator<<(long __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:212:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'unsigned long' for 1st
argument
basic_ostream& operator<<(unsigned long __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:213:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'long long' for 1st argument
basic_ostream& operator<<(long long __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:214:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'unsigned long long' for 1st
argument
basic_ostream& operator<<(unsigned long long __n);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:215:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'float' for 1st argument
basic_ostream& operator<<(float __f);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:216:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'double' for 1st argument
basic_ostream& operator<<(double __f);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:217:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'long double' for 1st argument
basic_ostream& operator<<(long double __f);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:219:20: note: candidate function not viable: no known conversion from 'const nix::Symbol' to
'basic_streambuf<std::__1::basic_ostream<char, std::__1::char_traits<char> >::char_type, std::__1::basic_ostream<char, std::__1::char_traits<char> >::traits_type> *'
(aka 'basic_streambuf<char, std::__1::char_traits<char> > *') for 1st argument
basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:755:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'char' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, char __cn)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:788:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __os, char __c)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:795:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'signed char' for 2nd
argument
operator<<(basic_ostream<char, _Traits>& __os, signed char __c)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:802:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'unsigned char' for 2nd
argument
operator<<(basic_ostream<char, _Traits>& __os, unsigned char __c)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:816:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'const char *' for 2nd
argument
operator<<(basic_ostream<_CharT, _Traits>& __os, const char* __strn)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:862:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'const char *' for 2nd
argument
operator<<(basic_ostream<char, _Traits>& __os, const char* __str)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:869:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'const signed char *'
for 2nd argument
operator<<(basic_ostream<char, _Traits>& __os, const signed char* __str)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:877:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to 'const unsigned char *'
for 2nd argument
operator<<(basic_ostream<char, _Traits>& __os, const unsigned char* __str)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1061:1: note: candidate function template not viable: no known conversion from 'const nix::Symbol' to
'const std::__1::error_code' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __ec)
^
src/libutil/fmt.hh:138:15: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const nix::hintformat' for 2nd argument
std::ostream& operator<<(std::ostream &os, const hintformat &hf);
^
src/libexpr/nixexpr.hh:52:16: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const nix::Pos' for 2nd argument
std::ostream & operator << (std::ostream & str, const Pos & pos);
^
src/libexpr/nixexpr.hh:87:16: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const nix::Expr' for 2nd argument
std::ostream & operator << (std::ostream & str, const Expr & e);
^
src/libexpr/eval.hh:56:16: note: candidate function not viable: no known conversion from 'const nix::Symbol' to 'const nix::Value' for 2nd argument
std::ostream & operator << (std::ostream & str, const Value & v);
^
src/libutil/serialise.hh:321:8: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::__1::char_traits<char> >' to 'nix::Sink &' for 1st argument
Sink & operator << (Sink & sink, const string & s);
^
src/libutil/serialise.hh:306:15: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::__1::char_traits<char> >' to 'nix::Sink &' for 1st argument
inline Sink & operator << (Sink & sink, uint64_t n)
^
src/libutil/serialise.hh:322:8: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::__1::char_traits<char> >' to 'nix::Sink &' for 1st argument
Sink & operator << (Sink & sink, const Strings & s);
^
src/libutil/serialise.hh:323:8: note: candidate function not viable: no known conversion from 'basic_ostream<char, std::__1::char_traits<char> >' to 'nix::Sink &' for 1st argument
Sink & operator << (Sink & sink, const StringSet & s);
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:748:1: note: candidate template ignored: deduced conflicting types for parameter '_CharT' ('char' vs. 'nix::Symbol')
operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:809:1: note: candidate template ignored: could not match 'const _CharT *' against 'nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1044:1: note: candidate template ignored: could not match 'basic_string<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'const nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1069:1: note: candidate template ignored: could not match 'shared_ptr<type-parameter-0-2>' against 'const nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os, shared_ptr<_Yp> const& __p)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1088:1: note: candidate template ignored: could not match 'bitset<_Size>' against 'const nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os, const bitset<_Size>& __x)
^
src/libutil/fmt.hh:83:15: note: candidate template ignored: could not match 'yellowtxt<type-parameter-0-0>' against 'const nix::Symbol'
std::ostream& operator<<(std::ostream &out, const yellowtxt<T> &y)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1034:1: note: candidate template ignored: requirement '!is_lvalue_reference<basic_ostream<char> &>::value' was not satisfied
[with _Stream = std::__1::basic_ostream<char> &, _Tp = nix::Symbol]
operator<<(_Stream&& __os, const _Tp& __x)
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1052:1: note: candidate template ignored: could not match 'basic_string_view<type-parameter-0-0, type-parameter-0-1>'
against 'nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/ostream:1081:1: note: candidate template ignored: could not match 'unique_ptr<type-parameter-0-2, type-parameter-0-3>' against
'const nix::Symbol'
operator<<(basic_ostream<_CharT, _Traits>& __os, unique_ptr<_Yp, _Dp> const& __p)
^
src/libutil/fmt.hh:96:15: note: candidate template ignored: could not match 'normaltxt<type-parameter-0-0>' against 'const nix::Symbol'
std::ostream& operator<<(std::ostream &out, const normaltxt<T> &y)
^
src/libutil/config.hh:262:16: note: candidate template ignored: could not match 'BaseSetting<type-parameter-0-0>' against 'const nix::Symbol'
std::ostream & operator <<(std::ostream & str, const BaseSetting<T> & opt)
^
In file included from src/nix-env/nix-env.cc:1:
In file included from src/libexpr/attr-path.hh:3:
In file included from src/libexpr/eval.hh:3:
In file included from src/libexpr/attr-set.hh:3:
In file included from src/libexpr/nixexpr.hh:5:
src/libutil/error.hh:88:22: error: no member named 'set' in 'nix::Symbol'
if (pos.file.set())
~~~~~~~~ ^
src/libutil/error.hh:98:15: note: in instantiation of function template specialization 'nix::ErrPos::operator=<nix::Pos>' requested here
*this = p;
^
/nix/store/4i88rry2ckc928by1dzg0q9w98c9n5dr-libc++-7.1.0/include/c++/v1/optional:235:12: note: in instantiation of function template specialization 'nix::ErrPos::ErrPos<nix::Pos>' requested here
: __val_(_VSTD::forward<_Args>(__args)...),
^
11 errors generated.
make: *** [mk/patterns.mk:3: src/nix-env/nix-env.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment