/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ [ 25%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o [ 29%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o [ 32%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exp.cpp.o [ 35%] Building CXX object CMakeFiles/yaml-cpp.dir/src/memory.cpp.o [ 38%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node.cpp.o [ 41%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/memory.cpp:2: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/memory.cpp:2:0: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ [ 45%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o [ 48%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o [ 51%] Building CXX object CMakeFiles/yaml-cpp.dir/src/null.cpp.o In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:7: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:5: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:7:0: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp: In member function 'void YAML::detail::node_data::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:39:42: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void node_data::set_mark(const Mark& mark) { m_mark = mark; } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp: In member function 'void YAML::detail::node_data::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:41:46: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void node_data::set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp: In member function 'void YAML::detail::node_data::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:72:47: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void node_data::set_tag(const std::string& tag) { m_tag = tag; } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp: In member function 'void YAML::detail::node_data::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:74:52: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void node_data::set_style(EmitterStyle::value style) { m_style = style; } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp: In member function 'void YAML::detail::node_data::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/node_data.cpp:81:53: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void node_data::set_scalar(const std::string& scalar) { ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:5:0: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ [ 54%] Building CXX object CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/nodeevents.cpp:4: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/nodeevents.cpp:4:0: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ [ 58%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parse.cpp.o [ 61%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parser.cpp.o [ 64%] Building CXX object CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/ostream_wrapper.cpp: In member function 'void YAML::ostream_wrapper::write(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/ostream_wrapper.cpp:26:51: warning: declaration of 'str' shadows a member of 'this' [-Wshadow] void ostream_wrapper::write(const std::string& str) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/ostream_wrapper.cpp: In member function 'void YAML::ostream_wrapper::write(const char*, std::size_t)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/ostream_wrapper.cpp:39:62: warning: declaration of 'str' shadows a member of 'this' [-Wshadow] void ostream_wrapper::write(const char* str, std::size_t size) { ^ [ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:12, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:12:0, from /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7: /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ [ 70%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scanner.cpp: In member function 'void YAML::Scanner::ThrowParserException(const string&) const': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scanner.cpp:384:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = Mark::null_mark(); ^ [ 74%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o [ 77%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanDocStart()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:68:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanDocEnd()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:81:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowStart()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:94:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowEnd()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:120:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowEntry()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:147:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanBlockEntry()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:167:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanKey()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:186:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanValue()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:215:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanAnchorOrAlias()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:231:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanPlainScalar()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:314:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanQuotedScalar()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:355:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp: In member function 'void YAML::Scanner::ScanBlockScalar()': /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/src/scantoken.cpp:383:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ [ 80%] Building CXX object CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o [ 83%] Building CXX object CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 87%] Building CXX object CMakeFiles/yaml-cpp.dir/src/stream.cpp.o [ 90%] Building CXX object CMakeFiles/yaml-cpp.dir/src/tag.cpp.o [ 93%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o [ 96%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o [100%] Linking CXX shared library libyaml-cpp.so make[3]: Leaving directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' [100%] Built target yaml-cpp make[2]: Leaving directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' make[1]: Leaving directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Installing to staging directory PATH="/home/peko/autobuild/instance-1/output-1/host/bin:/home/peko/autobuild/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot install/fast -C /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libyaml-cpp.so.0.6 -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libyaml-cpp.so -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/null.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/contrib -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/peko/autobuild/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/home/peko/autobuild/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/peko/autobuild/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/home/peko/autobuild/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> yaml-cpp 0.6.3 Installing to target PATH="/home/peko/autobuild/instance-1/output-1/host/bin:/home/peko/autobuild/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/peko/autobuild/instance-1/output-1/target install/fast -C /home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/libyaml-cpp.so.0.6 -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/libyaml-cpp.so -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/peko/autobuild/instance-1/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/home/peko/autobuild/instance-1/output-1/build/yaml-cpp-0.6.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/peko/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++%g" -e "s%@TARGET_AR@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm920t%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@PKGCONF_HOST_BINARY@%/home/peko/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/peko/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/peko/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-g++%g" -e "s%@TARGET_AR@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/peko/autobuild/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm920t%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@PKGCONF_HOST_BINARY@%/home/peko/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/peko/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/peko/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/peko/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/peko/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/peko/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/peko/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/peko/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/peko/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/peko/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/peko/autobuild/instance-1/output-1/target/etc/shells; fi rm -f /home/peko/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-1/output-1/host/bin/glib-compile-schemas /home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-1/output-1/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. rm -rf /home/peko/autobuild/instance-1/output-1/target/usr/share/lua/5.1/doc rm -rf /home/peko/autobuild/instance-1/output-1/target/usr/lib/luarocks grep -qsE '^/bin/mksh$' /home/peko/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/mksh" >> /home/peko/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/peko/autobuild/instance-1/output-1/target/usr/lib/perl5/5.34.0/pod rm -rf /home/peko/autobuild/instance-1/output-1/target/usr/lib/perl5/5.34.0/arm-linux/CORE find /home/peko/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-1/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f PYTHONPATH="/home/peko/autobuild/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/python3.10/" /home/peko/autobuild/instance-1/output-1/host/bin/python3.10 /home/peko/autobuild/instance-1/buildroot/support/scripts/pycompile.py --strip-root /home/peko/autobuild/instance-1/output-1/target /home/peko/autobuild/instance-1/output-1/target/usr/lib/python3.10 error: File "/usr/lib/python3.10/site-packages/cli/test.py", line 142 except raises, e: ^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized make: *** [Makefile:734: target-finalize] Error 1 make: Leaving directory '/home/peko/autobuild/instance-1/buildroot'