sh install.sh fails at setup.py for chiapos
See original GitHub issueI get the following after running sh install.sh
in chia-blockchain
folder. Running mojave 10.14.6. and Xcode 11.3.1
Running setup.py develop for chiapos
ERROR: Command errored out with exit status 1:
command: /Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py'"'"'; __file__='"'"'/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps
cwd: /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/
Complete output (626 lines):
running develop
running egg_info
writing chiapos.egg-info/PKG-INFO
writing dependency_links to chiapos.egg-info/dependency_links.txt
writing requirements to chiapos.egg-info/requires.txt
writing top-level names to chiapos.egg-info/top_level.txt
writing manifest file 'chiapos.egg-info/SOURCES.txt'
running build_ext
-- The C compiler identification is AppleClang 11.0.0.11000033
-- The CXX compiler identification is AppleClang 11.0.0.11000033
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/bin/python3 (found version "3.8.1")
-- Found PythonLibs: /Library/Frameworks/Python.framework/Versions/3.8/lib/libpython3.8.dylib
-- pybind11 v2.4.dev4
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- LTO enabled
-- AESNI Enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/build/temp.macosx-10.9-x86_64-3.8
Scanning dependencies of target fse
[ 14%] Building C object CMakeFiles/fse.dir/lib/FiniteStateEntropy/lib/fse_compress.c.o
[ 14%] Building C object CMakeFiles/fse.dir/lib/FiniteStateEntropy/lib/entropy_common.c.o
[ 21%] Building C object CMakeFiles/fse.dir/lib/FiniteStateEntropy/lib/fse_decompress.c.o
[ 28%] Building C object CMakeFiles/fse.dir/lib/FiniteStateEntropy/lib/hist.c.o
[ 35%] Linking C static library libfse.a
[ 35%] Built target fse
Scanning dependencies of target HellmanAttacks
Scanning dependencies of target ProofOfSpace
Scanning dependencies of target RunTests
[ 42%] Building CXX object CMakeFiles/ProofOfSpace.dir/src/cli.cpp.o
[ 50%] Building CXX object CMakeFiles/HellmanAttacks.dir/src/cli.cpp.o
[ 64%] Building CXX object CMakeFiles/RunTests.dir/tests/test-main.cpp.o
[ 64%] Building CXX object CMakeFiles/RunTests.dir/tests/test.cpp.o
Scanning dependencies of target chiapos
[ 71%] Building CXX object CMakeFiles/chiapos.dir/python-bindings/chiapos.cpp.o
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:26: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/tests/test.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/RunTests.dir/tests/test.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:26: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:98:26: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/cli.cpp:21:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/src/plotter_disk.hpp:99:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/HellmanAttacks.dir/src/cli.cpp.o] Error 1
make[1]: *** [CMakeFiles/HellmanAttacks.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
20 errors generated.
make[2]: *** [CMakeFiles/ProofOfSpace.dir/src/cli.cpp.o] Error 1
make[1]: *** [CMakeFiles/ProofOfSpace.dir/all] Error 2
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:98:26: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_1_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:21: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:55: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:43: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:773:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:43: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:87: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:739:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:75: error: 'path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:769:3: note: 'path' has been explicitly marked unavailable here
path(string_type&& __s, format = format::auto_format) noexcept
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:75: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:73: error: 'operator/' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1175:41: note: 'operator/' has been explicitly marked unavailable here
friend _LIBCPP_INLINE_VISIBILITY path operator/(const path& __lhs,
^
In file included from /Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/chiapos.cpp:25:
/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/python-bindings/../src/plotter_disk.hpp:99:73: error: '~path' is unavailable: introduced in macOS 10.15
filesystem::path tmp_2_filename = filesystem::path(tmp_dirname) / filesystem::path(filename + ".2.tmp");
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:791:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/chiapos.dir/python-bindings/chiapos.cpp.o] Error 1
make[1]: *** [CMakeFiles/chiapos.dir/all] Error 2
make[1]: *** [CMakeFiles/RunTests.dir/all] Error 2
make: *** [all] Error 2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py", line 67, in <module>
setup(
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/lib/python3.8/site-packages/setuptools/command/develop.py", line 38, in run
self.install_for_development()
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/lib/python3.8/site-packages/setuptools/command/develop.py", line 140, in install_for_development
self.run_command('build_ext')
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py", line 35, in run
self.build_extension(ext)
File "/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py", line 63, in build_extension
subprocess.check_call(['cmake', '--build', '.'] +
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j', '6']' returned non-zero exit status 2.
----------------------------------------
ERROR: Command errored out with exit status 1: /Users/waynerumble/Desktop/Chia/chia-blockchain/.venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py'"'"'; __file__='"'"'/Users/waynerumble/Desktop/Chia/chia-blockchain/lib/chiapos/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:19 (7 by maintainers)
Top Results From Across the Web
[BUG] chia install.sh not working · Issue #555 - GitHub
Describe the bug https://download.chia.net/simple/ does not provide versions required by setup.py in this PR 7051102. To Reproduce
Read more >Error during install, could not find a version that satisfies the ...
Hi, I'm trying to install Chia on Centos 8. The GUI installer succeeded on another PC, but the wallet loaded indefinitely, so it...
Read more >Build "can not execute setup.py since setuptools is not available"
Using Python version: 3.10.4 ==> Running build command './build.sh'... Installing dependencies from lock file Warning: The lock file is not up to date...
Read more >Improve style consistency in root directory docs files (#4493 ...
invoking pip to build from the source python distribution of chiavdf. The `install-timelord.sh` install script leverages two environmental variables.
Read more >Python 2.7.6 Pydoop installation fail on Ubuntu - Stack Overflow
Try this: sudo sh -c "ls ; export HADOOP_HOME=/yourpathtohadoopinstallation/; export JAVA_HOME=/yourpathtojavainstallation/; pip install pydoop".
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We are going to look at working around this issue for MacOS 10.14 but it may be a few weeks. You can see that card here - https://trello.com/c/YyysWxyf
The short term workaround is Catalina but we do understand there are downsides to that.
Mojave support returned in Beta 1.4 and should work fine in Beta 1.5: https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL