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

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

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #5 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
https://lists.freebsd.org/archives/freebsd-ports/2024-September/006670.html

is another report of this issue:

QUOTE
From: Matthew Phillips <matthew_at_matthewphillips.info>
Date: Mon, 16 Sep 2024 13:04:51 UTC

On 14.1, when installing any of the Node.js packages, node22 for
example, I get this error message when attempting to run the `node`
binary:

ld-elf.so.1: /lib/libcxxrt.so.1: version CXXABI_1.3.11 required by
/lib/libc++.so.1 not found

Checkings strings:

# strings  /lib/libc++.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.11

That's ok, but

# strings  /lib/libcxxrt.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.5
CXXABI_1.3.6

So indeed there is a problem. This has been previously reported here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303 but not
resolved.

Any advice? How/can I just reinstall /lib/cxxrt.so.1 and if so, how?
END QUOTE

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