Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2024 13:24:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 280303] /lib/libc++ requires a new version of /lib/libcxxrt
Message-ID:  <bug-280303-29464-6NcSCged6q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280303-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280303-29464@https.bugs.freebsd.org/bugzilla/>

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

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=3D280303 but not
resolved.

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

--=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-280303-29464-6NcSCged6q>