Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 20:33:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273283] Trying to build world (upgrade from 13.1 to 13.2) from source fails
Message-ID:  <bug-273283-227-JSgITlrmG9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273283-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273283-227@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=3D273283

--- Comment #7 from Jessica Clarke <jrtc27@freebsd.org> ---
Please file a new bug for that one, but that sounds like you have a mixed
libc++ version. __string was removed as a file and added as a directory, so=
 it
not existing as a file is correct, but string_view shouldn't be referencing=
 it.
Commit 255d6c9fe5a7577c6caf78004034f2555bd0cba0 changed both at the same ti=
me.
Perhaps you ran delete-old before you'd installed the updated libc++? That
would result in you having the old version of string_view and no __string.

--=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-273283-227-JSgITlrmG9>