[Bug 280303] /lib/libc++ requires a new version of /lib/libcxxrt

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Sep 2024 18:45:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303

Kyle Evans <kevans@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org,
                   |                            |kevans@freebsd.org

--- Comment #9 from Kyle Evans <kevans@freebsd.org> ---
We had a report on IRC as well.  In their case, base was 14.0 and upgraded to
14.1, yet they get:

# readelf -n /lib/libcxxrt.so.1
[...] ABI tag: 1400097
# readelf -n /lib/libc++.so.1
[...] ABI tag: 1401000

Which would seem to indicate that it's running a 14.0 libcxxrt.so.1 still and
the upgrade to 14.1 apparently didn't update libcxxrt.so.1 for some reason.

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