[Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>"

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Sep 2024 18:55:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279692

--- Comment #5 from Bob Frazier <bobf@mrp3.com> ---
Thanks, deleting the above mentioned file appears to fix everything related to
csetjmp

please add this info to UPDATING regarding setjmp.h and csetjmp

also there are two setjmp.h files in "/usr/include/c++/v1" - shouldn't BOTH be
deleted?
(/usr/include/c++/v1/tr1/setjmp.h is a symlink to /usr/include/c++/v1/setjmp.h)

NOTE:  in some cases, like a massive ports upgrade, using "make delete-old"
might not be desirable until after many ports have already been re-built.  I
did not use 'portupgrade' but it could very likely break something (so I do
this step last).  But this is a nit as long as UPDATING covers the topic, I'd
think.

-- 
You are receiving this mail because:
You are the assignee for the bug.