Date: Sat, 26 Oct 2024 13:21:54 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>" Message-ID: <bug-279692-29464-NkSesiB4cv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279692-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-279692-29464@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=3D279692 --- Comment #26 from bagas <bagas1983@mail.ru> --- host system # ls -l /usr/include/c++/v1/{setjmp.h,limits.h} ls: /usr/include/c++/v1/limits.h: No such file or directory ls: /usr/include/c++/v1/setjmp.h: No such file or directory jail (vps server) # ls -l /usr/include/c++/v1/{setjmp.h,limits.h} -r--r--r-- 1 root wheel 1627 Oct 5 09:55 /usr/include/c++/v1/limits.h -r--r--r-- 1 root wheel 847 Oct 5 09:55 /usr/include/c++/v1/setjmp.h # ls -l /usr/ | grep include lrwxr-xr-x 1 root wheel 21 Jan 13 2024 include -> /basejail/usr/include --=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-279692-29464-NkSesiB4cv>