EternalTerminal
EternalTerminal copied to clipboard
Termux package compiled against old protobuf
Trying to get Eternal Terminal to work in Termux..
$ pkg install et
$ etterminal
[libprotobuf FATAL /home/builder/.termux-build/libprotobuf/src/src/google/protobuf/stubs/common.cc:83] This program was compiled against version 3.17.3 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/home/builder/.termux-build/et/src/src/terminal/TerminalMain.cpp".)
terminating with uncaught exception of type google::protobuf::FatalException: This program was compiled against version 3.17.3 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/home/builder/.termux-build/et/src/src/terminal/TerminalMain.cpp".)
So seems like it just needs to be rebuilt/repackaged.
I don't maintain the termux package. Is there another place you can file this issue?