EternalTerminal icon indicating copy to clipboard operation
EternalTerminal copied to clipboard

Termux package compiled against old protobuf

Open canadiannomad opened this issue 4 years ago • 1 comments

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.

canadiannomad avatar Oct 21 '21 21:10 canadiannomad

I don't maintain the termux package. Is there another place you can file this issue?

MisterTea avatar Nov 03 '21 17:11 MisterTea