After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797301 - GTK3 uses an old version of Protobuf
GTK3 uses an old version of Protobuf
Status: RESOLVED INVALID
Product: gnome-perl
Classification: Bindings
Component: Gtk3
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2018-10-18 10:17 UTC by Stephen
Modified: 2018-10-18 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephen 2018-10-18 10:17:50 UTC
Dear Gnome,

I got the following error at runtime, using my application which uses GTK3 (which depends on Protobuf 2) and TensorFlow (which depends on Protobuf 3):


This program was compiled against version 2.6.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.5.0).  Contact the program author for an update.


As the error message suggests, I am contacting you guys for an update that allows GTK3 to use Protobuf 3. This is quite urgent!

Thank you.

Kind regards

Stephen
Comment 1 Piotr Drąg 2018-10-18 14:48:04 UTC
I’m guessing from your comment that you didn’t mean gnome-perl. Please file the bug in the GTK+’s bug tracker: https://gitlab.gnome.org/GNOME/gtk/issues

If you actually meant gnome-perl, then please file it in its new bug tracker: https://gitlab.gnome.org/GNOME/perl-gtk3/issues
Comment 2 Stephen 2018-10-18 23:33:57 UTC
Yes, you are right! I have filed a new bug here:

https://gitlab.gnome.org/GNOME/gtk/issues/1417

Thank you.