Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Sep 2023 21:02:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273661] freebsd-update install: ///usr/include/c++/v1/__string exists but is not a directory
Message-ID:  <bug-273661-227-2OBXDVvX3J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273661-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273661-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=3D273661

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
I'm unsure if freebsd-update can cope with it, but at some point during the
llvm-15 import (which happened after 13.2 was released), the _file_
/usr/include/c++/v1/__string changed into a _directory_.

In https://cgit.freebsd.org/src/diff/etc/Makefile?id=3Dfcaf7f8644a99 this is
handled by the distrib-cleanup target: the old file is deleted before creat=
ing
the new directory (which I assume is done by mtree).

--=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-273661-227-2OBXDVvX3J>