src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::send(const string&, bool)': src/zmqpp/socket.cpp:122:68: warning: 'bool zmqpp::socket::send(const string&, int)' is deprecated (declared at src/zmqpp/socket.hpp:292) [-Wdeprecated-declarations] return send(str, (dont_block) ? socket::dont_wait : socket::normal); ^ src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::receive(std::string&, bool)': src/zmqpp/socket.cpp:128:71: warning: 'bool zmqpp::socket::receive(std::string&, int)' is deprecated (declared at src/zmqpp/socket.hpp:307) [-Wdeprecated-declarations] return receive(str, (dont_block) ? socket::dont_wait : socket::normal); ^ g++: internal compiler error: Terminated (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [build/max-/usr/bin/g++/obj/zmqpp/loop.o] Error 4 make: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}:1924: Warning: end of file not at end of a line; newline inserted {standard input}:3006: Error: bad register name `%r' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive g++: internal compiler error: Terminated (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [build/max-/usr/bin/g++/obj/zmqpp/reactor.o] Error 4 g++: internal compiler error: Terminated (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [build/max-/usr/bin/g++/obj/zmqpp/auth.o] Error 4 zmqpp/4.2.0: ERROR: Package 'bdf98ce844be5f74fd0ce0d653a0914738fde305' build failed zmqpp/4.2.0: WARN: Build folder /home/conan/w/cci_PR-4487/.conan/data/zmqpp/4.2.0/_/_/build/bdf98ce844be5f74fd0ce0d653a0914738fde305 ERROR: zmqpp/4.2.0: Error in build() method, line 51 atools.make(vars=buildVars) ConanException: Error 2 while executing make -j3 Terminated