Ticket #12676: compilelog.txt

File compilelog.txt, 9.5 KB (added by Fozei, 2 years ago)

Make log

Line 
1进入目录 = enter dir
2无需做任何事 = need nothing to do
3离开目录 = leave dir
4错误 = error
5
6my g++ version is :
7g++ (Uos 8.3.0.3-3+rebuild) 8.3.0
8Copyright (C) 2018 Free Software Foundation, Inc.
9This is free software; see the source for copying conditions. There is NO
10warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12
13Making all in res
14make[1]: 进入目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/res”
15make[1]: 对“all”无需做任何事。
16make[1]: 离开目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/res”
17Making all in src
18make[1]: 进入目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src”
19make all-recursive
20make[2]: 进入目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src”
21Making all in filezilla
22make[3]: 进入目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src/filezilla”
23/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-cert_info.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-cert_info.Tpo -c -o acme/libfilezilla_common_la-cert_info.lo `test -f 'acme/cert_info.cpp' || echo './'`acme/cert_info.cpp
24libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-cert_info.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-cert_info.Tpo -c acme/cert_info.cpp -fPIC -DPIC -o acme/.libs/libfilezilla_common_la-cert_info.o
25libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-cert_info.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-cert_info.Tpo -c acme/cert_info.cpp -o acme/libfilezilla_common_la-cert_info.o >/dev/null 2>&1
26mv -f acme/.deps/libfilezilla_common_la-cert_info.Tpo acme/.deps/libfilezilla_common_la-cert_info.Plo
27/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-client.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-client.Tpo -c -o acme/libfilezilla_common_la-client.lo `test -f 'acme/client.cpp' || echo './'`acme/client.cpp
28libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-client.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-client.Tpo -c acme/client.cpp -fPIC -DPIC -o acme/.libs/libfilezilla_common_la-client.o
29In file included from acme/../http/client.hpp:13,
30 from acme/client.hpp:10,
31 from acme/client.cpp:1:
32acme/../http/../util/options.hpp: In instantiation of ‘fz::util::options<Holder>::opt<Value>::opt(fz::util::options<Holder>::opt<U>&&) [with U = fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty; Value = std::function<void(fz::http::response&&)>; Holder = fz::http::client::options]’:
33acme/../http/client.hpp:36:55: required from here
34acme/../http/../util/options.hpp:30:37: error: call of overloaded ‘function(std::remove_reference<fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty&>::type)’ is ambiguous
35 , holder_(std::move(rhs.holder_))
36 ^
37In file included from /usr/include/c++/8/functional:59,
38 from /usr/local/include/libfilezilla/thread.hpp:6,
39 from /usr/local/include/libfilezilla/event_loop.hpp:8,
40 from /usr/local/include/libfilezilla/event_handler.hpp:4,
41 from /usr/local/include/libfilezilla/socket.hpp:13,
42 from /usr/local/include/libfilezilla/tls_layer.hpp:8,
43 from acme/client.hpp:8,
44 from acme/client.cpp:1:
45/usr/include/c++/8/bits/std_function.h:422:7: note: candidate: ‘std::function<_Res(_ArgTypes ...)>::function(std::function<_Res(_ArgTypes ...)>&&) [with _Res = void; _ArgTypes = {fz::http::response&&}]’
46 function(function&& __x) noexcept : _Function_base()
47 ^~~~~~~~
48/usr/include/c++/8/bits/std_function.h:652:5: note: candidate: ‘std::function<_Res(_ArgTypes ...)>::function(const std::function<_Res(_ArgTypes ...)>&) [with _Res = void; _ArgTypes = {fz::http::response&&}]’
49 function<_Res(_ArgTypes...)>::
50 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
51/usr/include/c++/8/bits/std_function.h:402:7: note: candidate: ‘std::function<_Res(_ArgTypes ...)>::function(std::nullptr_t) [with _Res = void; _ArgTypes = {fz::http::response&&}; std::nullptr_t = std::nullptr_t]’
52 function(nullptr_t) noexcept
53 ^~~~~~~~
54In file included from acme/../http/client.hpp:13,
55 from acme/client.hpp:10,
56 from acme/client.cpp:1:
57acme/../http/../util/options.hpp: In instantiation of ‘fz::util::options<Holder>::opt<Value>::opt(fz::util::options<Holder>::opt<U>&&) [with U = fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty; Value = fz::http::headers; Holder = fz::http::client::options]’:
58acme/../http/client.hpp:37:55: required from here
59acme/../http/../util/options.hpp:30:37: error: call of overloaded ‘headers(std::remove_reference<fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty&>::type)’ is ambiguous
60 , holder_(std::move(rhs.holder_))
61 ^
62In file included from /usr/include/c++/8/map:61,
63 from /usr/local/include/libfilezilla/json.hpp:9,
64 from /usr/local/include/libfilezilla/jws.hpp:8,
65 from acme/client.hpp:6,
66 from acme/client.cpp:1:
67/usr/include/c++/8/bits/stl_map.h:192:7: note: candidate: ‘std::map<_Key, _Tp, _Compare, _Alloc>::map(const _Compare&, const allocator_type&) [with _Key = std::__cxx11::basic_string<char>; _Tp = std::__cxx11::basic_string<char>; _Compare = fz::less_insensitive_ascii; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >; std::map<_Key, _Tp, _Compare, _Alloc>::allocator_type = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >]’
68 map(const _Compare& __comp,
69 ^~~
70In file included from acme/../http/request.hpp:7,
71 from acme/../http/client.hpp:15,
72 from acme/client.hpp:10,
73 from acme/client.cpp:1:
74acme/../http/headers.hpp:53:13: note: inherited here
75 using map::map;
76 ^~~
77In file included from /usr/include/c++/8/map:61,
78 from /usr/local/include/libfilezilla/json.hpp:9,
79 from /usr/local/include/libfilezilla/jws.hpp:8,
80 from acme/client.hpp:6,
81 from acme/client.cpp:1:
82/usr/include/c++/8/bits/stl_map.h:226:7: note: candidate: ‘std::map<_Key, _Tp, _Compare, _Alloc>::map(std::initializer_list<std::pair<const _Key, _Tp> >, const _Compare&, const allocator_type&) [with _Key = std::__cxx11::basic_string<char>; _Tp = std::__cxx11::basic_string<char>; _Compare = fz::less_insensitive_ascii; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >; std::map<_Key, _Tp, _Compare, _Alloc>::allocator_type = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >]’
83 map(initializer_list<value_type> __l,
84 ^~~
85In file included from acme/../http/request.hpp:7,
86 from acme/../http/client.hpp:15,
87 from acme/client.hpp:10,
88 from acme/client.cpp:1:
89acme/../http/headers.hpp:53:13: note: inherited here
90 using map::map;
91 ^~~
92In file included from /usr/include/c++/8/map:61,
93 from /usr/local/include/libfilezilla/json.hpp:9,
94 from /usr/local/include/libfilezilla/jws.hpp:8,
95 from acme/client.hpp:6,
96 from acme/client.cpp:1:
97/usr/include/c++/8/bits/stl_map.h:234:7: note: candidate: ‘std::map<_Key, _Tp, _Compare, _Alloc>::map(const allocator_type&) [with _Key = std::__cxx11::basic_string<char>; _Tp = std::__cxx11::basic_string<char>; _Compare = fz::less_insensitive_ascii; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >; std::map<_Key, _Tp, _Compare, _Alloc>::allocator_type = std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >]’
98 map(const allocator_type& __a)
99 ^~~
100In file included from acme/../http/request.hpp:7,
101 from acme/../http/client.hpp:15,
102 from acme/client.hpp:10,
103 from acme/client.cpp:1:
104acme/../http/headers.hpp:53:13: note: inherited here
105 using map::map;
106 ^~~
107acme/../http/headers.hpp:12:7: note: candidate: ‘fz::http::headers::headers(const fz::http::headers&)’
108 class headers: public std::map<std::string, std::string, fz::less_insensitive_ascii>
109 ^~~~~~~
110acme/../http/headers.hpp:12:7: note: candidate: ‘fz::http::headers::headers(fz::http::headers&&)’
111make[3]: *** [Makefile:1032:acme/libfilezilla_common_la-client.lo] 错误 1
112make[3]: 离开目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src/filezilla”
113make[2]: *** [Makefile:419:all-recursive] 错误 1
114make[2]: 离开目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src”
115make[1]: *** [Makefile:358:all] 错误 2
116make[1]: 离开目录“/home/fozei/code/c-cpp/filezilla-server-1.3.0/src”
117make: *** [Makefile:448:all-recursive] 错误 1