Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Aug 2024 18:57:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyODA1OThdIGRhdGFiYXNlcy9teXNxbDgwLXNlcnZlcjog?= =?UTF-8?B?VW5kZWZpbmVkIHN5bWJvbCAiX1pONmdvb2dsZThwcm90b2J1ZjJpbzE5WmVy?= =?UTF-8?B?b0NvcHlJbnB1dFN0cmVhbThSZWFkQ29yZEVQTjRhYnNsMTJsdHNfMjAyMzA4?= =?UTF-8?B?MDI0Q29yZEVpIg==?=
Message-ID:  <bug-280598-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280598

            Bug ID: 280598
           Summary: databases/mysql80-server: Undefined symbol
                    "_ZN6google8protobuf2io19ZeroCopyInputStream8ReadCordE
                    PN4absl12lts_202308024CordEi"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: john@saltant.com
          Assignee: joneum@FreeBSD.org
             Flags: maintainer-feedback?(joneum@FreeBSD.org)

MySQL 8.0.39 fails to start on FreeBSD 14.1R, with no sign from the RC scri=
pt
that it has failed, logging this error:

    ld-elf.so.1: /usr/local/libexec/mysqld: Undefined symbol
"_ZN6google8protobuf2io19ZeroCopyInputStream8ReadCordEPN4absl12lts_20230802=
4CordEi"


The output of

    ldd /usr/local/libexec/mysqld

includes this linkage:

    libprotobuf-lite.so.24.4.0 =3D> /usr/local/lib/libprotobuf-lite.so.24.4=
.0
(0x3fe81b9ab000)


That library is installed by devel/protobuf (24.4,1), which is an indirect
dependency (in my case) of dns/bind-tools (9.18.28).

When I remove devel/protobuf, the mysql-server service starts successfully.=
 The
linkage is now:

    libprotobuf-lite.so.24.4.0 =3D>
/usr/local/libexec/../lib/mysql/private/libprotobuf-lite.so.24.4.0
(0x163cbe2b2000)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280598-7788>