https://bugzilla.redhat.com/show_bug.cgi?id=1448557
Zdenek Dohnal zdohnal@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jskarvad@redhat.com Flags| |needinfo?(jskarvad@redhat.c | |om)
--- Comment #5 from Zdenek Dohnal zdohnal@redhat.com --- I encountered FTBFS errors (srpm needs to be built in rawhide):
/builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc: In function 'void libhidx::server::run(std::__cxx11::string, bool)': /builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc:386:14: error: 'function' is not a member of 'std' std::function<void(const asio::error_code& ec)> timerHandler; ^~~~~~~~ /builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc:386:14: note: suggested alternative: 'is_function' std::function<void(const asio::error_code& ec)> timerHandler; ^~~~~~~~ is_function /builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc:386:23: error: expected primary-expression before 'void' std::function<void(const asio::error_code& ec)> timerHandler; ^~~~ /builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc:388:9: error: 'timerHandler' was not declared in this scope timerHandler = [&](const asio::error_code&) { ^~~~~~~~~~~~ /builddir/build/BUILD/hidviz-0.1.3/libhidx/libhidx_server/src/Server.cc:388:9: note: suggested alternative: 'file_handle' timerHandler = [&](const asio::error_code&) { ^~~~~~~~~~~~ file_handle make[2]: *** [libhidx/libhidx_server/CMakeFiles/hidx_server.dir/build.make:74: libhidx/libhidx_server/CMakeFiles/hidx_server.dir/src/Server.cc.o] Error 1
Jarda, would you mind fixing it or should I look further into it?