Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2023 07:57:46 +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-EElJEZCqSW@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 #5 from Vedran Miletic <vedran@miletic.net> ---
(In reply to Michael Osipov from comment #4)
Sensible approach, I assume that's the way to fix it properly.

For those who are hit by this bug and don't want to search for install medi=
a,
extract tarballs etc., here's a another, simpler approach that seems to work
just as well. I can confirm that Clang is usable as I compiled GROMACS (C++)
with several different CMake configurations just to verify that.

Assuming machine can access the internet, as root do the following:

# cd /usr/include/c++/v1
# mkdir __string
# cd __string
# fetch
https://raw.githubusercontent.com/freebsd/freebsd-src/releng/14.0/contrib/l=
lvm-project/libcxx/include/__string/char_traits.h
# fetch
https://raw.githubusercontent.com/freebsd/freebsd-src/releng/14.0/contrib/l=
lvm-project/libcxx/include/__string/extern_template_lists.h

--=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-EElJEZCqSW>