Bug #94543 | MySQL does not compile with protobuf 3.7.0 | ||
---|---|---|---|
Submitted: | 4 Mar 2019 12:20 | Modified: | 4 Apr 2019 13:06 |
Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0.15 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | protobuf |
[4 Mar 2019 12:20]
Laurynas Biveinis
[4 Mar 2019 19:26]
Terje Røsten
Hi! Thanks for report! Verified.
[5 Mar 2019 8:19]
Tor Didriksen
Posted by developer: To verify on Linux, download from github, and install locally: https://github.com/protocolbuffers/protobuf/releases tar xvf ~/Download/protobuf-cpp-3.7.0.tar.gz ./configure --prefix=/tmp/protobuf37 make -j8 make install cmake .. -DWITH_PROTOBUF=system -DCMAKE_PREFIX_PATH=/tmp/protobuf37 -DWITH_DEBUG=1
[28 Mar 2019 6:37]
Laurynas Biveinis
protobuf 3.7.1 might have better compatibility, because https://github.com/protocolbuffers/protobuf/pull/5928
[29 Mar 2019 6:39]
Laurynas Biveinis
Just tested 3.7.1 (macOS brew build) and indeed it works
[4 Apr 2019 13:06]
Paul DuBois
Posted by developer: Fixed in 8.0.17. Compilation failure occurred when building with Protobuf 3.7.0.
[20 Apr 2019 17:46]
Preston Peterson
If this is currently broken but fixed in v8.0.17, where can I download v8.0.17?