Date: Thu, 24 Oct 2024 05:23:22 +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-3zc42DwoQG@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 #17 from bagas <bagas1983@mail.ru> --- (In reply to Dimitry Andric from comment #15) root@test_site:~ # cd /usr/src/ root@test_site:/usr/src # yes | make delete-old >>> Removing old files (only deletes safe to delete libs) >>> Old files removed >>> Removing old directories >>> Old directories removed To remove old libraries run 'make delete-old-libs'. root@test_site:/usr/src # yes | make delete-old-libs >>> Removing old libraries Please be sure no application still uses those libraries, else you can not start such an application. Consult UPDATING for more information regarding how to cope with the removal/revision bump of a specific library. >>> Old libraries removed root@test_site:/usr/src # Previously the system version was 14.0, updated to 14.1. Updates went without errors as always,. At the end of the update I cleaned (make delete-old/make delete-old-libs) a= nd then rebooted the server. > __has_include check should move to libc++'s <setjmp.h>" > 40 | # error "If libc++ starts defining <setjmp.h>, the __has_inclu= de check should move to libc++'s <setjmp.h>" This error is on the vps server which is in jail. After updating the system and rebooting the server I did ezjail-admin updat= e -i and started the vps server. --=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-3zc42DwoQG>