[Bug 285189] japanese/mozc-server & japanese/mozc-tool missing devel/abseil dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 07 Mar 2025 22:19:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285189

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #5 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
In my environment, pkg info -B returns the following result.

> pkg info -B ja-mozc-server ja-mozc-tool
ja-mozc-server-2.23.2815.102.01_26:
        libthr.so.3
        libprotobuf.so.29.3.0
        libm.so.5
        libcxxrt.so.1
        libc.so.7
        libc++.so.1
        libabsl_spinlock_wait.so.2501.0.0
ja-mozc-tool-2.23.2815.102.01_26:
        libzinnia.so.0
        libthr.so.3
        libprotobuf.so.29.3.0
        libm.so.5
        libcxxrt.so.1
        libc.so.7
        libc++.so.1
        libabsl_spinlock_wait.so.2501.0.0
        libQt5Widgets.so.5
        libQt5Gui.so.5
        libQt5Core.so.5

This is probably something detected by readelf of pkg. I haven't looked at the
source itself.
It seems that adding abseil to lib-depends is necessary, but what is needed is
libabsl_spinlock_wait.so, not libabsl_base.so.

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