From: Theo Buehler Subject: Re: Ping: [maintainer update] gnuchess 6.2.11 -> 6.3.0 To: Martin Ziemer , ports@openbsd.org Date: Fri, 5 Sep 2025 13:30:29 +0200 > fails with newer libc++: Builds for me on a clean machine. gkoehler had a similar problem with some ports, caused by an old /usr/include/c++/v1/setjmp.h. > Making all in engine > c++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -O2 -pipe -MT protocol.o -MD -MP -MF .deps/protocol.Tpo -c -o protocol.o protocol.cpp > In file included from protocol.cpp:45: > In file included from ./search.h:29: > /usr/include/c++/v1/csetjmp:39:6: error: "If libc++ starts defining , the __has_include check should move to libc++'s " > 39 | # error "If libc++ starts defining , the __has_include check should move to libc++'s " > | ^ > 1 error generated.