You are not logged in.

#1 2017-11-19 05:26:11

bidulock
Member
Registered: 2017-11-19
Posts: 1

protobuf-c and protobuf

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

#2 2017-11-19 15:59:01

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: protobuf-c and protobuf

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-1

ldd /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

#3 2017-11-19 16:00:50

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: protobuf-c and protobuf

A new version of protobuf has been published.

Offline

Board footer

Powered by FluxBB