[Bug 271318] mysql80-server
Date: Mon, 08 May 2023 17:50:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271318 Bug ID: 271318 Summary: mysql80-server Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: joel@tahoestores.com Build mysql80-server-8.0.32_* continues to fail the Makefile build (since converting to internal protobuf) with an undefined symbol. This problem has existed since the change from external to internal protobuf was implemented. A previous bug fix addressing Makefile dependencies failed to correct the problem. Of course I cannot update the package and I have multiple donwstream packages depending on this. --- sql/protobuf/CMakeFiles/rpl_protobuf_lite.dir/all --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages.dir/all --- --- plugin/x/generated/protobuf/mysqlx_crud.pb.cc --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages_lite.dir/all --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages.dir/all --- --- plugin/x/generated/protobuf/mysqlx_connection.pb.cc --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" --- plugin/group_replication/protobuf/CMakeFiles/gr_protobuf_lite.dir/all --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages_lite.dir/all --- *** [plugin/x/generated/protobuf_lite/mysqlx.pb.cc] Error code 1 make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build --- sql/protobuf/CMakeFiles/rpl_protobuf_lite.dir/all --- *** [sql/protobuf/generated/protobuf_lite/replication_asynchronous_connection_failover.pb.cc] Error code 1 make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build 1 error make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages_lite.dir/all --- 1 error make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build --- plugin/x/protocol/protobuf/CMakeFiles/mysqlxmessages.dir/all --- --- plugin/x/generated/protobuf/mysqlx_crud.pb.cc --- *** [plugin/x/generated/protobuf/mysqlx_crud.pb.cc] Error code 1 make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build --- plugin/x/generated/protobuf/mysqlx.pb.cc --- ld-elf.so.1: /usr/ports/databases/mysql80-server/work/.build/library_output_directory/libprotoc.so.3.19.4: U\ ndefined symbol "_ZN6google8protobuf7Message17CopyWithSizeCheckEPS1_RKS1_" *** [plugin/x/generated/protobuf/mysqlx.pb.cc] Error code 1 make[4]: stopped in /usr/ports/databases/mysql80-server/work/.build Please advise, this is for FREEBSD 12.4 RELEASE which in which all packages are guaranteed to build. -- You are receiving this mail because: You are the assignee for the bug.