You are not logged in.
Pages: 1
I hope this is a good place to report problems with packages...
protobuf-c depends on protobuf
protobuf 3.3.2-1 in the repository installs /usr/lib/libprotobuf.so.13
protobuf-c 1.3.0-1 in the repository links against /usr/lib/libprotobuf.so.14 and so will not run.
It appears that protobuf-c 1.3.0-1 was built against old mainline i686 protobuf which was at 3.4.1-1.
Is this the correct place to report such issues?
Offline
Ok:
protobuf-3.3.2-1 protobuf-c-1.3.0-1
ldd /usr/bin/protoc-c
linux-gate.so.1 (0xb7f44000)
libprotobuf.so.14 => not found
libprotoc.so.14 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7d64000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7d47000)
libc.so.6 => /usr/lib/libc.so.6 (0xb7b72000)
libm.so.6 => /usr/lib/libm.so.6 (0xb7a76000)
/lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xb7f46000)
On testing:
pacman -Q | grep protobuf
protobuf 3.4.1-1
protobuf-c 1.3.0-1ldd /usr/bin/protoc-c
linux-gate.so.1 (0xb77b9000)
libprotobuf.so.14 => /usr/lib/libprotobuf.so.14 (0xb7454000)
libprotoc.so.14 => /usr/lib/libprotoc.so.14 (0xb71d8000)
For now use protobuf from testing
Offline
A new version of protobuf has been published.
Offline
Pages: 1