https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283
--- Comment #7 from Jessica Clarke <[email protected]> --- 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 time. 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. -- You are receiving this mail because: You are the assignee for the bug.
