Hey, > Maybe this is the reason of the bug:
> ( cd protobuf ; /usr/bin/make ) > make[2]: Entering directory '/<<PKGBUILDDIR>>/protobuf' > protoc-c --c_out=../src/ WhisperTextProtocol.proto LocalStorageProtocol.proto FingerprintProtocol.proto > [libprotobuf WARNING protoc-gen-c/main.cc:44] `protoc-c` is deprecated. Please use `protoc` instead! I think this is not the reason. It is more that this package and also libomemo-c ships a copy of the protobuf-c headers under src/protobuf-c. The Debian package generates the protobuf files from protobuf/*proto with a newer protobuf version, so the copy of the headers do not match anymore I would expect you need to use the current headers from libprotobuf-c-dev headers and the problem is solved. Regards, hefee
signature.asc
Description: This is a digitally signed message part.