pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/protobuf
On Thu, 2 Nov 2023, Thomas Klausner wrote:
Modified Files:
pkgsrc/devel/protobuf: buildlink3.mk
Log Message:
protobuf: buildlink protoc (for cmake)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/protobuf/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
this breaks databases/mysql80-server
/tmp/pkgsrc/databases/mysql80-server/work.wolke/mysql-8.0.33/plugin/x/tests/driver/connector/connection_manager.cc:36:19:
error: 'LogHandler' in namespace 'google::protobuf' does not name a type
36 | google::protobuf::LogHandler *g_lh = nullptr;
| ^~~~~~~~~~
/tmp/pkgsrc/databases/mysql80-server/work.wolke/mysql-8.0.33/plugin/x/tests/driver/connector/connection_manager.cc:
In constructor 'Connection_manager::Connection_manager(const
Connection_options&, Variable_container*, const Console&, const
Console&)':
/tmp/pkgsrc/databases/mysql80-server/work.wolke/mysql-8.0.33/plugin/x/tests/driver/connector/connection_manager.cc:46:3:
error: 'g_lh' was not declared in this scope
According ot the compilation notes mysql 8.0.35 is now neccessary:
- Building with WITH_PROTOBUF=system failed with Protobuf 22 or newer due
to Protobuf 22 adding the Abseil dependency. (Bug #111469, Bug #111623, Bug
#35546459, Bug #35550389)
Best regards,
Uwe Klaus
--
Home |
Main Index |
Thread Index |
Old Index