Hello,
Lately I had issue with compiling gr-satnogs with older gcc as it lacks put_time & chrono. The file lib/multi_format_msg_sink_impl.cc uses modern put_time and it must be converted to compile without throwing an error. I wrote simple, dirty patch utilizing strftime() to compile it with gcc <5.
Patch is shared on GitHub GIST