Advertisement
Guest User

fritzbox-1.5.3 Compiler error

a guest
Jul 26th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 21.63 KB | None | 0 0
  1. root@laurent-VirtualBox:/usr/src/fritzbox-1.5.3# dpkg-buildpackage -rfakeroot -us -uc -b
  2. dpkg-buildpackage: Warnung: Verwendung eines root-werde-Befehls, obwohl bereits root
  3. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  4. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  5. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  6. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  7. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  8. dpkg-buildpackage: Quellpaket vdr-plugin-fritzbox
  9. dpkg-buildpackage: Quellversion 2:1.5.2-4frodo10~precise
  10. dpkg-buildpackage: Quellen geändert durch Frodo <frodo.vdr@gmx.net>
  11. dpkg-buildpackage: Host-Architektur amd64
  12.  dpkg-source --before-build fritzbox-1.5.3
  13.  fakeroot debian/rules clean
  14. dh clean
  15.    dh_testdir
  16.    dh_auto_clean
  17. make[1]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3'
  18. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  19. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  20. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/libnet++'
  21. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/libnet++'
  22. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/liblog++'
  23. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/liblog++'
  24. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/libconv++'
  25. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/libconv++'
  26. make[1]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3'
  27.    dh_clean
  28.  debian/rules build
  29. dh build
  30.    dh_testdir
  31.    dh_auto_configure
  32.    dh_auto_build
  33. make[1]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3'
  34. make[1]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3'
  35. make[1]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3'
  36. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"'  -o fritzbox.o fritzbox.cpp
  37. In file included from libfritz++/Fonbooks.h:25:0,
  38.                  from libfritz++/FonbookManager.h:25,
  39.                  from fritzbox.cpp:27:
  40. libfritz++/Fonbook.h:90:0: warning: "CHECK" redefined [enabled by default]
  41.      #define CHECK(x) if (numbers.size() <= pos) return x;
  42.  ^
  43. In file included from /usr/include/vdr/i18n.h:14:0,
  44.                  from /usr/include/vdr/config.h:19,
  45.                  from /usr/include/vdr/keys.h:13,
  46.                  from /usr/include/vdr/remote.h:16,
  47.                  from fritzbox.cpp:25:
  48. /usr/include/vdr/tools.h:50:0: note: this is the location of the previous definition
  49.  #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
  50.  ^
  51. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"'  -o fritzeventhandler.o fritzeventhandler.cpp
  52. In file included from fritzeventhandler.cpp:28:0:
  53. libfritz++/Fonbook.h:90:0: warning: "CHECK" redefined [enabled by default]
  54.      #define CHECK(x) if (numbers.size() <= pos) return x;
  55.  ^
  56. In file included from /usr/include/vdr/i18n.h:14:0,
  57.                  from /usr/include/vdr/config.h:19,
  58.                  from /usr/include/vdr/channels.h:13,
  59.                  from /usr/include/vdr/device.h:13,
  60.                  from fritzeventhandler.cpp:21:
  61. /usr/include/vdr/tools.h:50:0: note: this is the location of the previous definition
  62.  #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
  63.  ^
  64. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"'  -o menu.o menu.cpp
  65. In file included from libfritz++/Fonbooks.h:25:0,
  66.                  from libfritz++/FonbookManager.h:25,
  67.                  from menu.cpp:27:
  68. libfritz++/Fonbook.h:90:0: warning: "CHECK" redefined [enabled by default]
  69.      #define CHECK(x) if (numbers.size() <= pos) return x;
  70.  ^
  71. In file included from /usr/include/vdr/i18n.h:14:0,
  72.                  from /usr/include/vdr/config.h:19,
  73.                  from /usr/include/vdr/channels.h:13,
  74.                  from /usr/include/vdr/ci.h:15,
  75.                  from /usr/include/vdr/menu.h:13,
  76.                  from menu.cpp:24:
  77. /usr/include/vdr/tools.h:50:0: note: this is the location of the previous definition
  78.  #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
  79.  ^
  80. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"'  -o notifyosd.o notifyosd.cpp
  81. In file included from libfritz++/Listener.h:31:0,
  82.                  from fritzeventhandler.h:29,
  83.                  from notifyosd.h:28,
  84.                  from notifyosd.cpp:25:
  85. libfritz++/Fonbook.h:90:0: warning: "CHECK" redefined [enabled by default]
  86.      #define CHECK(x) if (numbers.size() <= pos) return x;
  87.  ^
  88. In file included from /usr/include/vdr/i18n.h:14:0,
  89.                  from /usr/include/vdr/config.h:19,
  90.                  from /usr/include/vdr/osd.h:16,
  91.                  from notifyosd.cpp:22:
  92. /usr/include/vdr/tools.h:50:0: note: this is the location of the previous definition
  93.  #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
  94.  ^
  95. notifyosd.cpp: In member function ‘virtual void cNotifyOsd::Show():
  96. notifyosd.cpp:131:28: warning: narrowing conversion of ‘(width + 4294967295u)’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing]
  97.   tArea Area = { 0, 0, width-1, height-1, colorDepth };
  98.                             ^
  99. notifyosd.cpp:131:38: warning: narrowing conversion of ‘(height + 4294967295u)’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing]
  100.   tArea Area = { 0, 0, width-1, height-1, colorDepth };
  101.                                       ^
  102. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -c -DPLUGIN_NAME_I18N='"fritzbox"'  -o setup.o setup.cpp
  103. In file included from libfritz++/Fonbooks.h:25:0,
  104.                  from setup.h:28,
  105.                  from setup.cpp:22:
  106. libfritz++/Fonbook.h:90:0: warning: "CHECK" redefined [enabled by default]
  107.      #define CHECK(x) if (numbers.size() <= pos) return x;
  108.  ^
  109. In file included from /usr/include/vdr/i18n.h:14:0,
  110.                  from /usr/include/vdr/config.h:19,
  111.                  from /usr/include/vdr/channels.h:13,
  112.                  from /usr/include/vdr/device.h:13,
  113.                  from /usr/include/vdr/dvbdevice.h:15,
  114.                  from /usr/include/vdr/menuitems.h:14,
  115.                  from setup.h:27,
  116.                  from setup.cpp:22:
  117. /usr/include/vdr/tools.h:50:0: note: this is the location of the previous definition
  118.  #define CHECK(s) { if ((s) < 0) LOG_ERROR; } // used for 'ioctl()' calls
  119.  ^
  120. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  121. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  122. make[2]: Betrete Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  123. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o CallList.o -c CallList.cpp
  124. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o Config.o -c Config.cpp
  125. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o Fonbook.o -c Fonbook.cpp
  126. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o FonbookManager.o -c FonbookManager.cpp
  127. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o Fonbooks.o -c Fonbooks.cpp
  128. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o FritzClient.o -c FritzClient.cpp
  129. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o FritzFonbook.o -c FritzFonbook.cpp
  130. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o Listener.o -c Listener.cpp
  131. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o LocalFonbook.o -c LocalFonbook.cpp
  132. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o LookupFonbook.o -c LookupFonbook.cpp
  133. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o Nummerzoeker.o -c Nummerzoeker.cpp
  134. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o OertlichesFonbook.o -c OertlichesFonbook.cpp
  135. g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/fritzbox-1.5.3 -std=c++11 -o TelLocalChFonbook.o -c TelLocalChFonbook.cpp
  136. In file included from /usr/include/boost/shared_ptr.hpp:17:0,
  137.                  from /usr/include/boost/asio/detail/shared_ptr.hpp:23,
  138.                  from /usr/include/boost/asio/detail/socket_ops.hpp:21,
  139.                  from /usr/include/boost/asio/detail/socket_holder.hpp:20,
  140.                  from /usr/include/boost/asio/detail/reactive_socket_accept_op.hpp:24,
  141.                  from /usr/include/boost/asio/detail/reactive_socket_service.hpp:30,
  142.                  from /usr/include/boost/asio/datagram_socket_service.hpp:26,
  143.                  from /usr/include/boost/asio/basic_datagram_socket.hpp:21,
  144.                  from /usr/include/boost/asio.hpp:20,
  145.                  from /usr/src/fritzbox-1.5.3/libnet++/TcpClient.h:25,
  146.                  from /usr/src/fritzbox-1.5.3/libnet++/HttpClient.h:27,
  147.                  from /usr/src/fritzbox-1.5.3/libnet++/SoapClient.h:25,
  148.                  from FritzClient.h:28,
  149.                  from Config.h:30,
  150.                  from TelLocalChFonbook.cpp:27:
  151. /usr/include/boost/smart_ptr/shared_ptr.hpp: In instantiation of ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(const boost::shared_ptr<T>&) [with T = boost::re_detail::named_subexpressions]:
  152. /usr/include/boost/regex/v4/match_results.hpp:549:20:   required from ‘void boost::match_results<BidiIterator, Allocator>::set_named_subs(boost::shared_ptr<boost::re_detail::named_subexpressions>) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >]
  153. /usr/include/boost/regex/v4/perl_matcher_common.hpp:265:7:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::find_imp() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  154. /usr/include/boost/regex/v4/perl_matcher_common.hpp:230:20:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::find() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  155. /usr/include/boost/regex/v4/regex_search.hpp:56:24:   required from ‘bool boost::regex_search(BidiIterator, BidiIterator, boost::match_results<Iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type, BidiIterator) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  156. /usr/include/boost/regex/v4/regex_search.hpp:42:55:   required from ‘bool boost::regex_search(BidiIterator, BidiIterator, boost::match_results<Iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  157. /usr/include/boost/regex/v4/regex_search.hpp:81:55:   required from ‘bool boost::regex_search(const std::basic_string<charT, ST, SA>&, boost::match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type) [with ST = std::char_traits<char>; SA = std::allocator<char>; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; typename std::basic_string<charT, ST, SA>::const_iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  158. TelLocalChFonbook.cpp:62:47:   required from here
  159. /usr/include/boost/smart_ptr/shared_ptr.hpp:305:9: error: use of deleted function ‘boost::shared_ptr<boost::re_detail::named_subexpressions>::shared_ptr(const boost::shared_ptr<boost::re_detail::named_subexpressions>&)
  160.          this_type(r).swap(*this);
  161.          ^
  162. /usr/include/boost/smart_ptr/shared_ptr.hpp:168:25: note: ‘boost::shared_ptr<boost::re_detail::named_subexpressions>::shared_ptr(const boost::shared_ptr<boost::re_detail::named_subexpressions>&)’ is implicitly declared as deleted because ‘boost::shared_ptr<boost::re_detail::named_subexpressions>’ declares a move constructor or move assignment operator
  163.  template<class T> class shared_ptr
  164.                          ^
  165. In file included from /usr/include/boost/regex/v4/regex.hpp:82:0,
  166.                  from /usr/include/boost/regex.hpp:31,
  167.                  from TelLocalChFonbook.cpp:32:
  168. /usr/include/boost/regex/v4/match_results.hpp: In instantiation of ‘boost::match_results<BidiIterator, Allocator>::match_results(const boost::match_results<BidiIterator, Allocator>&) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >]:
  169. /usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp:134:76:   required from ‘boost::re_detail::saved_recursion<Results>::saved_recursion(int, const boost::re_detail::re_syntax_base*, Results*) [with Results = boost::match_results<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > >]
  170. /usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp:342:4:   required from ‘void boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::push_recursion(int, const boost::re_detail::re_syntax_base*, boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::results_type*) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>; boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::results_type = boost::match_results<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > >]
  171. /usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp:935:127:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::match_endmark() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  172. /usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp:147:7:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::match_all_states() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  173. /usr/include/boost/regex/v4/perl_matcher_common.hpp:323:21:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::match_prefix() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  174. /usr/include/boost/regex/v4/perl_matcher_common.hpp:243:7:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::find_imp() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  175. /usr/include/boost/regex/v4/perl_matcher_common.hpp:230:20:   required from ‘bool boost::re_detail::perl_matcher<BidiIterator, Allocator, traits>::find() [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; traits = boost::regex_traits<char>]
  176. /usr/include/boost/regex/v4/regex_search.hpp:56:24:   required from ‘bool boost::regex_search(BidiIterator, BidiIterator, boost::match_results<Iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type, BidiIterator) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  177. /usr/include/boost/regex/v4/regex_search.hpp:42:55:   required from ‘bool boost::regex_search(BidiIterator, BidiIterator, boost::match_results<Iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type) [with BidiIterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  178. /usr/include/boost/regex/v4/regex_search.hpp:81:55:   required from ‘bool boost::regex_search(const std::basic_string<charT, ST, SA>&, boost::match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type) [with ST = std::char_traits<char>; SA = std::allocator<char>; Allocator = std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char> > > >; charT = char; traits = boost::regex_traits<char>; typename std::basic_string<charT, ST, SA>::const_iterator = __gnu_cxx::__normal_iterator<const char*, std::basic_string<char> >; boost::regex_constants::match_flag_type = boost::regex_constants::_match_flags]
  179. TelLocalChFonbook.cpp:62:47:   required from here
  180. /usr/include/boost/regex/v4/match_results.hpp:81:130: error: use of deleted function ‘boost::shared_ptr<boost::re_detail::named_subexpressions>::shared_ptr(const boost::shared_ptr<boost::re_detail::named_subexpressions>&)
  181.        : m_subs(m.m_subs), m_named_subs(m.m_named_subs), m_last_closed_paren(m.m_last_closed_paren), m_is_singular(m.m_is_singular)
  182.                                                                                                                                   ^
  183. make[2]: *** [TelLocalChFonbook.o] Fehler 1
  184. make[2]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3/libfritz++'
  185. make[1]: *** [libfritz++/] Fehler 2
  186. make[1]: Verlasse Verzeichnis '/usr/src/fritzbox-1.5.3'
  187. dh_auto_build: make -j1 returned exit code 2
  188. make: *** [build] Fehler 2
  189. dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
  190. root@laurent-VirtualBox:/usr/src/fritzbox-1.5.3#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement