Last active
October 23, 2019 03:01
-
-
Save jamesray1/9c93cf3d2c9071e32ae2f73c3b651a8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ nix git:(fix-link) ./configure --disable-doc-gen | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for the canonical Nix system name... x86_64-linux | |
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 for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking whether g++ supports C++17 features with -std=c++17... yes | |
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... yes | |
checking for lutimes... yes | |
checking whether it is possible to create a link to a symlink... yes | |
checking how to run the C++ preprocessor... g++ -std=c++17 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/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... /usr/bin/bash | |
checking for patch... /usr/bin/patch | |
checking for xmllint... /usr/bin/xmllint | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for flex... /usr/bin/flex | |
checking for bison... /usr/bin/bison | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for bzip2... /usr/bin/bzip2 | |
checking for gzip... /usr/bin/gzip | |
checking for xz... /usr/bin/xz | |
checking for dot... no | |
checking for lsof... /usr/bin/lsof | |
checking for cat... /usr/bin/cat | |
checking for tr... /usr/bin/tr | |
checking for boostlib >= 1.66 (106600)... yes | |
checking whether -latomic is needed... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for OPENSSL... 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 SQLITE3... yes | |
checking for LIBCURL... yes | |
checking for EDITLINE... yes | |
checking for SODIUM... yes | |
checking for LIBLZMA... yes | |
checking for lzma_stream_encoder_mt in -llzma... yes | |
checking for LIBBROTLI... yes | |
checking for LIBSECCOMP... yes | |
checking aws/s3/S3Client.h usability... no | |
checking aws/s3/S3Client.h presence... no | |
checking for aws/s3/S3Client.h... no | |
checking for setresuid... yes | |
checking for setreuid... yes | |
checking for lchown... yes | |
checking for strsignal... yes | |
checking for posix_fallocate... yes | |
checking for sysconf... yes | |
checking if you have a recent GNU tar... yes | |
configure: creating ./config.status | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
➜ nix git:(fix-link) make | |
GEN Makefile.config | |
CXX src/build-remote/build-remote.o | |
CXX src/nix-build/nix-build.o | |
CXX src/nix-channel/nix-channel.o | |
CXX src/nix-collect-garbage/nix-collect-garbage.o | |
CXX src/nix-copy-closure/nix-copy-closure.o | |
CXX src/nix-daemon/nix-daemon.o | |
CXX src/nix-env/nix-env.o | |
CXX src/nix-env/user-env.o | |
CXX src/nix-instantiate/nix-instantiate.o | |
CXX src/nix-prefetch-url/nix-prefetch-url.o | |
CXX src/nix-store/dotgraph.o | |
CXX src/nix-store/graphml.o | |
CXX src/nix-store/nix-store.o | |
CXX src/nix/add-to-store.o | |
CXX src/nix/build.o | |
CXX src/nix/cat.o | |
CXX src/nix/command.o | |
CXX src/nix/copy.o | |
CXX src/nix/doctor.o | |
CXX src/nix/dump-path.o | |
CXX src/nix/edit.o | |
CXX src/nix/eval.o | |
CXX src/nix/hash.o | |
CXX src/nix/installables.o | |
CXX src/nix/legacy.o | |
CXX src/nix/log.o | |
CXX src/nix/ls.o | |
CXX src/nix/main.o | |
CXX src/nix/optimise-store.o | |
CXX src/nix/path-info.o | |
CXX src/nix/ping-store.o | |
CXX src/nix/progress-bar.o | |
CXX src/nix/repl.o | |
CXX src/nix/run.o | |
CXX src/nix/search.o | |
CXX src/nix/show-config.o | |
CXX src/nix/show-derivation.o | |
CXX src/nix/sigs.o | |
CXX src/nix/upgrade-nix.o | |
CXX src/nix/verify.o | |
CXX src/nix/why-depends.o | |
CXX src/libexpr/attr-path.o | |
CXX src/libexpr/attr-set.o | |
CXX src/libexpr/common-eval-args.o | |
CXX src/libexpr/eval.o | |
CXX src/libexpr/get-drvs.o | |
CXX src/libexpr/json-to-value.o | |
CXX src/libexpr/lexer-tab.o | |
CXX src/libexpr/names.o | |
CXX src/libexpr/nixexpr.o | |
CXX src/libexpr/parser-tab.o | |
CXX src/libexpr/primops.o | |
CXX src/libexpr/primops/context.o | |
CXX src/libexpr/primops/fetchGit.o | |
CXX src/libexpr/primops/fetchMercurial.o | |
CXX src/libexpr/primops/fromTOML.o | |
CXX src/libexpr/value-to-json.o | |
CXX src/libexpr/value-to-xml.o | |
CXX src/libutil/affinity.o | |
CXX src/libutil/archive.o | |
CXX src/libutil/args.o | |
CXX src/libutil/compression.o | |
CXX src/libutil/config.o | |
CXX src/libutil/hash.o | |
CXX src/libutil/json.o | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc: In destructor ‘nix::JSONPlaceholder::~JSONPlaceholder()’: | |
src/libutil/json.cc:176:27: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc:176:46: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc:176:46: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libutil/logging.o | |
CXX src/libutil/serialise.o | |
CXX src/libutil/thread-pool.o | |
CXX src/libutil/util.o | |
src/libutil/util.cc: In function ‘void nix::_interrupted()’: | |
src/libutil/util.cc:1182:35: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libutil/util.cc:1182:54: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libutil/util.cc:1182:54: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libutil/xml-writer.o | |
LD src/libutil/libnixutil.so | |
CXX src/libstore/binary-cache-store.o | |
CXX src/libstore/build.o | |
CXX src/libstore/builtins/buildenv.o | |
CXX src/libstore/builtins/fetchurl.o | |
CXX src/libstore/crypto.o | |
CXX src/libstore/derivations.o | |
CXX src/libstore/download.o | |
CXX src/libstore/export-import.o | |
CXX src/libstore/gc.o | |
CXX src/libstore/globals.o | |
CXX src/libstore/http-binary-cache-store.o | |
CXX src/libstore/legacy-ssh-store.o | |
CXX src/libstore/local-binary-cache-store.o | |
CXX src/libstore/local-fs-store.o | |
GEN src/libstore/schema.sql.gen.hh | |
CXX src/libstore/local-store.o | |
CXX src/libstore/machines.o | |
CXX src/libstore/misc.o | |
CXX src/libstore/nar-accessor.o | |
CXX src/libstore/nar-info-disk-cache.o | |
CXX src/libstore/nar-info.o | |
CXX src/libstore/optimise-store.o | |
CXX src/libstore/parsed-derivations.o | |
CXX src/libstore/pathlocks.o | |
CXX src/libstore/profiles.o | |
CXX src/libstore/references.o | |
CXX src/libstore/remote-fs-accessor.o | |
CXX src/libstore/remote-store.o | |
src/libstore/remote-store.cc: In destructor ‘nix::ConnectionHandle::~ConnectionHandle()’: | |
src/libstore/remote-store.cc:232:38: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libstore/remote-store.cc:232:57: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libstore/remote-store.cc:232:57: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libstore/s3-binary-cache-store.o | |
CXX src/libstore/sqlite.o | |
CXX src/libstore/ssh-store.o | |
CXX src/libstore/ssh.o | |
CXX src/libstore/store-api.o | |
LD src/libstore/libnixstore.so | |
LD src/libexpr/libnixexpr.so | |
CXX src/libmain/common-args.o | |
CXX src/libmain/shared.o | |
CXX src/libmain/stack.o | |
LD src/libmain/libnixmain.so | |
LD src/nix/nix | |
GEN scripts/nix-http-export.cgi | |
GEN scripts/nix-profile.sh | |
GEN scripts/nix-reduce-build | |
➜ nix git:(fix-link) make install | |
GEN config.h | |
MKDIR /usr/local/include/nix/ | |
install: cannot change permissions of ‘/usr/local/include/nix/’: No such file or directory | |
make: *** [local.mk:11: /usr/local/include/nix/] Error 1 | |
➜ nix git:(fix-link) sudo make install | |
[sudo] password for jr: | |
MKDIR /usr/local/include/nix/ | |
INST /usr/local/include/nix/config.h | |
INST /usr/local/include/nix/common-args.hh | |
INST /usr/local/include/nix/shared.hh | |
INST /usr/local/include/nix/remote-store.hh | |
INST /usr/local/include/nix/parsed-derivations.hh | |
INST /usr/local/include/nix/binary-cache-store.hh | |
INST /usr/local/include/nix/profiles.hh | |
INST /usr/local/include/nix/references.hh | |
INST /usr/local/include/nix/crypto.hh | |
INST /usr/local/include/nix/globals.hh | |
INST /usr/local/include/nix/sqlite.hh | |
INST /usr/local/include/nix/s3.hh | |
INST /usr/local/include/nix/nar-info.hh | |
INST /usr/local/include/nix/derivations.hh | |
INST /usr/local/include/nix/local-store.hh | |
INST /usr/local/include/nix/machines.hh | |
INST /usr/local/include/nix/worker-protocol.hh | |
INST /usr/local/include/nix/pathlocks.hh | |
INST /usr/local/include/nix/nar-accessor.hh | |
INST /usr/local/include/nix/schema.sql.gen.hh | |
INST /usr/local/include/nix/ssh.hh | |
INST /usr/local/include/nix/s3-binary-cache-store.hh | |
INST /usr/local/include/nix/store-api.hh | |
INST /usr/local/include/nix/serve-protocol.hh | |
INST /usr/local/include/nix/fs-accessor.hh | |
INST /usr/local/include/nix/nar-info-disk-cache.hh | |
INST /usr/local/include/nix/remote-fs-accessor.hh | |
INST /usr/local/include/nix/builtins.hh | |
INST /usr/local/include/nix/download.hh | |
INST /usr/local/include/nix/util.hh | |
INST /usr/local/include/nix/archive.hh | |
INST /usr/local/include/nix/istringstream_nocopy.hh | |
INST /usr/local/include/nix/config.hh | |
INST /usr/local/include/nix/ref.hh | |
INST /usr/local/include/nix/hash.hh | |
INST /usr/local/include/nix/sync.hh | |
INST /usr/local/include/nix/pool.hh | |
INST /usr/local/include/nix/serialise.hh | |
INST /usr/local/include/nix/monitor-fd.hh | |
INST /usr/local/include/nix/types.hh | |
INST /usr/local/include/nix/thread-pool.hh | |
INST /usr/local/include/nix/finally.hh | |
INST /usr/local/include/nix/lazy.hh | |
INST /usr/local/include/nix/json.hh | |
INST /usr/local/include/nix/args.hh | |
INST /usr/local/include/nix/xml-writer.hh | |
INST /usr/local/include/nix/affinity.hh | |
INST /usr/local/include/nix/compression.hh | |
INST /usr/local/include/nix/lru-cache.hh | |
INST /usr/local/include/nix/logging.hh | |
INST /usr/local/include/nix/attr-set.hh | |
INST /usr/local/include/nix/parser-tab.hh | |
INST /usr/local/include/nix/symbol-table.hh | |
INST /usr/local/include/nix/eval-inline.hh | |
INST /usr/local/include/nix/value.hh | |
INST /usr/local/include/nix/common-eval-args.hh | |
INST /usr/local/include/nix/value-to-xml.hh | |
INST /usr/local/include/nix/value-to-json.hh | |
INST /usr/local/include/nix/lexer-tab.hh | |
INST /usr/local/include/nix/function-trace.hh | |
INST /usr/local/include/nix/get-drvs.hh | |
INST /usr/local/include/nix/attr-path.hh | |
INST /usr/local/include/nix/nixexpr.hh | |
INST /usr/local/include/nix/names.hh | |
INST /usr/local/include/nix/eval.hh | |
INST /usr/local/include/nix/json-to-value.hh | |
INST /usr/local/include/nix/primops.hh | |
MKDIR /usr/local/share/nix/sandbox/ | |
INST /usr/local/share/nix/sandbox/sandbox-defaults.sb | |
INST /usr/local/share/nix/sandbox/sandbox-minimal.sb | |
INST /usr/local/share/nix/sandbox/sandbox-network.sb | |
GEN src/libstore/nix-store.pc | |
MKDIR /usr/local/lib/pkgconfig/ | |
INST /usr/local/lib/pkgconfig/nix-store.pc | |
GEN src/libmain/nix-main.pc | |
INST /usr/local/lib/pkgconfig/nix-main.pc | |
GEN src/libexpr/nix-expr.pc | |
INST /usr/local/lib/pkgconfig/nix-expr.pc | |
INST /usr/local/bin/nix-build | |
INST /usr/local/bin/nix-channel | |
INST /usr/local/bin/nix-collect-garbage | |
INST /usr/local/bin/nix-copy-closure | |
INST /usr/local/bin/nix-daemon | |
INST /usr/local/bin/nix-env | |
INST /usr/local/bin/nix-hash | |
INST /usr/local/bin/nix-instantiate | |
INST /usr/local/bin/nix-prefetch-url | |
INST /usr/local/bin/nix-shell | |
INST /usr/local/bin/nix-store | |
MKDIR /usr/local/libexec/nix/ | |
INST /usr/local/libexec/nix/build-remote | |
MKDIR /usr/local/etc/profile.d/ | |
INST /usr/local/etc/profile.d/nix.sh | |
GEN scripts/nix-profile-daemon.sh | |
INST /usr/local/etc/profile.d/nix-daemon.sh | |
GEN corepkgs/config.nix | |
MKDIR /usr/local/share/nix/corepkgs/ | |
INST /usr/local/share/nix/corepkgs/config.nix | |
INST /usr/local/share/nix/corepkgs/buildenv.nix | |
INST /usr/local/share/nix/corepkgs/unpack-channel.nix | |
INST /usr/local/share/nix/corepkgs/derivation.nix | |
INST /usr/local/share/nix/corepkgs/fetchurl.nix | |
INST /usr/local/share/nix/corepkgs/imported-drv-to-derivation.nix | |
GEN misc/systemd/nix-daemon.socket | |
MKDIR /usr/local/lib/systemd/system/ | |
INST /usr/local/lib/systemd/system/nix-daemon.socket | |
GEN misc/systemd/nix-daemon.service | |
INST /usr/local/lib/systemd/system/nix-daemon.service | |
GEN misc/upstart/nix-daemon.conf | |
MKDIR /usr/local/etc/init/ | |
INST /usr/local/etc/init/nix-daemon.conf | |
CXX src/build-remote/build-remote.o | |
CXX src/nix-build/nix-build.o | |
CXX src/nix-channel/nix-channel.o | |
CXX src/nix-collect-garbage/nix-collect-garbage.o | |
CXX src/nix-copy-closure/nix-copy-closure.o | |
CXX src/nix-daemon/nix-daemon.o | |
CXX src/nix-env/nix-env.o | |
CXX src/nix-env/user-env.o | |
CXX src/nix-instantiate/nix-instantiate.o | |
CXX src/nix-prefetch-url/nix-prefetch-url.o | |
CXX src/nix-store/dotgraph.o | |
CXX src/nix-store/graphml.o | |
CXX src/nix-store/nix-store.o | |
CXX src/nix/add-to-store.o | |
CXX src/nix/build.o | |
CXX src/nix/cat.o | |
CXX src/nix/command.o | |
CXX src/nix/copy.o | |
CXX src/nix/doctor.o | |
CXX src/nix/dump-path.o | |
CXX src/nix/edit.o | |
CXX src/nix/eval.o | |
CXX src/nix/hash.o | |
CXX src/nix/installables.o | |
CXX src/nix/legacy.o | |
CXX src/nix/log.o | |
CXX src/nix/ls.o | |
CXX src/nix/main.o | |
CXX src/nix/optimise-store.o | |
CXX src/nix/path-info.o | |
CXX src/nix/ping-store.o | |
CXX src/nix/progress-bar.o | |
CXX src/nix/repl.o | |
CXX src/nix/run.o | |
CXX src/nix/search.o | |
CXX src/nix/show-config.o | |
CXX src/nix/show-derivation.o | |
CXX src/nix/sigs.o | |
CXX src/nix/upgrade-nix.o | |
CXX src/nix/verify.o | |
CXX src/nix/why-depends.o | |
CXX src/libexpr/attr-path.o | |
CXX src/libexpr/attr-set.o | |
CXX src/libexpr/common-eval-args.o | |
CXX src/libexpr/eval.o | |
CXX src/libexpr/get-drvs.o | |
CXX src/libexpr/json-to-value.o | |
CXX src/libexpr/lexer-tab.o | |
CXX src/libexpr/names.o | |
CXX src/libexpr/nixexpr.o | |
CXX src/libexpr/parser-tab.o | |
CXX src/libexpr/primops.o | |
CXX src/libexpr/primops/context.o | |
CXX src/libexpr/primops/fetchGit.o | |
CXX src/libexpr/primops/fetchMercurial.o | |
CXX src/libexpr/primops/fromTOML.o | |
CXX src/libexpr/value-to-json.o | |
CXX src/libexpr/value-to-xml.o | |
CXX src/libutil/affinity.o | |
CXX src/libutil/archive.o | |
CXX src/libutil/args.o | |
CXX src/libutil/compression.o | |
CXX src/libutil/config.o | |
CXX src/libutil/hash.o | |
CXX src/libutil/json.o | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc: In destructor ‘nix::JSONPlaceholder::~JSONPlaceholder()’: | |
src/libutil/json.cc:176:27: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc:176:46: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/cassert:44, | |
from src/libutil/json.hh:5, | |
from src/libutil/json.cc:1: | |
src/libutil/json.cc:176:46: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
176 | assert(!first || std::uncaught_exception()); | |
| ^ | |
In file included from /usr/include/c++/9.2.0/ios:39, | |
from /usr/include/c++/9.2.0/ostream:38, | |
from /usr/include/c++/9.2.0/iostream:39, | |
from src/libutil/json.hh:3, | |
from src/libutil/json.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libutil/logging.o | |
CXX src/libutil/serialise.o | |
CXX src/libutil/thread-pool.o | |
CXX src/libutil/util.o | |
src/libutil/util.cc: In function ‘void nix::_interrupted()’: | |
src/libutil/util.cc:1182:35: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libutil/util.cc:1182:54: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libutil/util.cc:1182:54: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
1182 | if (!interruptThrown && !std::uncaught_exception()) { | |
| ^ | |
In file included from src/libutil/lazy.hh:1, | |
from src/libutil/util.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libutil/xml-writer.o | |
LD /usr/local/lib/libnixutil.so | |
CXX src/libstore/binary-cache-store.o | |
CXX src/libstore/build.o | |
CXX src/libstore/builtins/buildenv.o | |
CXX src/libstore/builtins/fetchurl.o | |
CXX src/libstore/crypto.o | |
CXX src/libstore/derivations.o | |
CXX src/libstore/download.o | |
CXX src/libstore/export-import.o | |
CXX src/libstore/gc.o | |
CXX src/libstore/globals.o | |
CXX src/libstore/http-binary-cache-store.o | |
CXX src/libstore/legacy-ssh-store.o | |
CXX src/libstore/local-binary-cache-store.o | |
CXX src/libstore/local-fs-store.o | |
CXX src/libstore/local-store.o | |
CXX src/libstore/machines.o | |
CXX src/libstore/misc.o | |
CXX src/libstore/nar-accessor.o | |
CXX src/libstore/nar-info-disk-cache.o | |
CXX src/libstore/nar-info.o | |
CXX src/libstore/optimise-store.o | |
CXX src/libstore/parsed-derivations.o | |
CXX src/libstore/pathlocks.o | |
CXX src/libstore/profiles.o | |
CXX src/libstore/references.o | |
CXX src/libstore/remote-fs-accessor.o | |
CXX src/libstore/remote-store.o | |
src/libstore/remote-store.cc: In destructor ‘nix::ConnectionHandle::~ConnectionHandle()’: | |
src/libstore/remote-store.cc:232:38: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libstore/remote-store.cc:232:57: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
src/libstore/remote-store.cc:232:57: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] | |
232 | if (!daemonException && std::uncaught_exception()) { | |
| ^ | |
In file included from /usr/include/c++/9.2.0/new:40, | |
from /usr/include/c++/9.2.0/ext/new_allocator.h:33, | |
from /usr/include/c++/9.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, | |
from /usr/include/c++/9.2.0/bits/allocator.h:46, | |
from /usr/include/c++/9.2.0/memory:63, | |
from src/libutil/serialise.hh:3, | |
from src/libstore/remote-store.cc:1: | |
/usr/include/c++/9.2.0/exception:102:8: note: declared here | |
102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | |
| ^~~~~~~~~~~~~~~~~~ | |
CXX src/libstore/s3-binary-cache-store.o | |
CXX src/libstore/sqlite.o | |
CXX src/libstore/ssh-store.o | |
CXX src/libstore/ssh.o | |
CXX src/libstore/store-api.o | |
LD /usr/local/lib/libnixstore.so | |
LD /usr/local/lib/libnixexpr.so | |
CXX src/libmain/common-args.o | |
CXX src/libmain/shared.o | |
CXX src/libmain/stack.o | |
LD /usr/local/lib/libnixmain.so | |
LD /usr/local/bin/nix | |
➜ nix git:(fix-link) nix-shell | |
^Cerror: download of 'https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz' was interrupted | |
➜ nix git:(fix-link) nh | |
warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment | |
[nix-shell:~/nix]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment