[Bug 273283] Trying to build world (upgrade from 13.1 to 13.2) from source fails
Date: Wed, 23 Aug 2023 20:33:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283 --- 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 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.