-
-
Save jamesob/5a19c75b34a49a4972b4105e0287d79d 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
| Making all in src | |
| make[1]: Entering directory '/home/james/src/bitcoin/src' | |
| make[2]: Entering directory '/home/james/src/bitcoin/src' | |
| make[3]: Entering directory '/home/james/src/bitcoin' | |
| make[3]: Leaving directory '/home/james/src/bitcoin' | |
| CXX libbitcoin_util_a-sync.o | |
| In file included from sync.cpp:5: | |
| In file included from ./sync.h:11: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/condition_variable:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_mutex.h:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/system_error:41: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/stdexcept:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/string:40: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/char_traits.h:39: | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:324:18: error: overload resolution selected deleted operator '=' | |
| *__result = *__first; | |
| ~~~~~~~~~ ^ ~~~~~~~~ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:386:36: note: in instantiation of function template specialization 'std::__copy_move<false, false, std::random_access_iterator_tag>::__copy_m<const std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| _Category>::__copy_m(__first, __last, __result); | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:422:23: note: in instantiation of function template specialization 'std::__copy_move_a<false, const std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| return _OI(std::__copy_move_a<_IsMove>(std::__niter_base(__first), | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:454:20: note: in instantiation of function template specialization 'std::__copy_move_a2<false, __gnu_cxx::__normal_iterator<const std::pair<void *, CLockLocation> *, std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > > >, __gnu_cxx::__normal_iterator<std::pair<void *, CLockLocation> *, std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > > > >' requested here | |
| return (std::__copy_move_a2<__is_move_iterator<_II>::__value> | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/vector.tcc:218:27: note: in instantiation of function template specialization 'std::copy<__gnu_cxx::__normal_iterator<const std::pair<void *, CLockLocation> *, std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > > >, __gnu_cxx::__normal_iterator<std::pair<void *, CLockLocation> *, std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > > > >' requested here | |
| std::_Destroy(std::copy(__x.begin(), __x.end(), begin()), | |
| ^ | |
| sync.cpp:133:33: note: in instantiation of member function 'std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > >::operator=' requested here | |
| lockdata.lockorders[p1] = g_lockstack; | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:378:7: note: candidate function has been explicitly deleted | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:367:7: note: candidate function not viable: no known conversion from 'const std::pair<void *, CLockLocation>' to 'const std::__nonesuch_no_braces' for 1st argument | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:384:7: note: candidate function not viable: no known conversion from 'const std::pair<void *, CLockLocation>' to 'std::__nonesuch_no_braces' for 1st argument | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:397:26: note: candidate template ignored: disabled by 'enable_if' [with _U1 = void *, _U2 = CLockLocation] | |
| typename enable_if<__and_<is_assignable<_T1&, const _U1&>, | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:408:26: note: candidate template ignored: disabled by 'enable_if' [with _U1 = void *, _U2 = CLockLocation] | |
| typename enable_if<__and_<is_assignable<_T1&, _U1&&>, | |
| ^ | |
| In file included from sync.cpp:5: | |
| In file included from ./sync.h:11: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/condition_variable:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/std_mutex.h:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/system_error:41: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/stdexcept:39: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/string:40: | |
| In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/char_traits.h:39: | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:324:18: error: overload resolution selected deleted operator '=' | |
| *__result = *__first; | |
| ~~~~~~~~~ ^ ~~~~~~~~ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:386:36: note: in instantiation of function template specialization 'std::__copy_move<false, false, std::random_access_iterator_tag>::__copy_m<std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| _Category>::__copy_m(__first, __last, __result); | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:422:23: note: in instantiation of function template specialization 'std::__copy_move_a<false, std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| return _OI(std::__copy_move_a<_IsMove>(std::__niter_base(__first), | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_algobase.h:454:20: note: in instantiation of function template specialization 'std::__copy_move_a2<false, std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| return (std::__copy_move_a2<__is_move_iterator<_II>::__value> | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/vector.tcc:223:13: note: in instantiation of function template specialization 'std::copy<std::pair<void *, CLockLocation> *, std::pair<void *, CLockLocation> *>' requested here | |
| std::copy(__x._M_impl._M_start, __x._M_impl._M_start + size(), | |
| ^ | |
| sync.cpp:133:33: note: in instantiation of member function 'std::vector<std::pair<void *, CLockLocation>, std::allocator<std::pair<void *, CLockLocation> > >::operator=' requested here | |
| lockdata.lockorders[p1] = g_lockstack; | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:378:7: note: candidate function has been explicitly deleted | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:367:7: note: candidate function not viable: no known conversion from 'std::pair<void *, CLockLocation>' to 'const std::__nonesuch_no_braces' for 1st argument | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:384:7: note: candidate function not viable: no known conversion from 'std::pair<void *, CLockLocation>' to 'std::__nonesuch_no_braces' for 1st argument | |
| operator=(typename conditional< | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:397:26: note: candidate template ignored: disabled by 'enable_if' [with _U1 = void *, _U2 = CLockLocation] | |
| typename enable_if<__and_<is_assignable<_T1&, const _U1&>, | |
| ^ | |
| /usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/bits/stl_pair.h:408:26: note: candidate template ignored: disabled by 'enable_if' [with _U1 = void *, _U2 = CLockLocation] | |
| typename enable_if<__and_<is_assignable<_T1&, _U1&&>, | |
| ^ | |
| 2 errors generated. | |
| Makefile:8030: recipe for target 'libbitcoin_util_a-sync.o' failed | |
| make[2]: *** [libbitcoin_util_a-sync.o] Error 1 | |
| make[2]: Leaving directory '/home/james/src/bitcoin/src' | |
| Makefile:12903: recipe for target 'all-recursive' failed | |
| make[1]: *** [all-recursive] Error 1 | |
| make[1]: Leaving directory '/home/james/src/bitcoin/src' | |
| Makefile:776: recipe for target 'all-recursive' failed | |
| make: *** [all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment