Re: ports that will fail with LLVM 11

2021-03-16 Thread Christian Weisgerber
Christian Weisgerber: > On 2021-03-09, Stuart Henderson wrote: > > > Some ports have failures that appear to be issues with the compiler/diff > > and I haven't listed them below; the following are problems with the > > ports themselves: All of those have been fixed. -- Christian "naddy" Weisg

Re: ports that will fail with LLVM 11

2021-03-12 Thread Christian Weisgerber
Christian Weisgerber: > emulators/BasiliskIIundeclared identifier sem_timedwait > graphics/delaboratory unknown type name sem_t Quick analysis: Those fail because they include their own semaphore.h header, which is picked up by /usr/include/c++/v1/__threading_support. In fact, Basil

Re: ports that will fail with LLVM 11

2021-03-12 Thread Christian Weisgerber
On 2021-03-09, Stuart Henderson wrote: > Some ports have failures that appear to be issues with the compiler/diff > and I haven't listed them below; the following are problems with the > ports themselves: devel/electron destructor cannot be declared using a type alias emulators/Basi

ports that will fail with LLVM 11

2021-03-09 Thread Stuart Henderson
Here are results from an i386 bulk build done with the base compiler updated to clang from LLVM 11.1.0 and the matching libc++. (ports/devel/llvm was not touched). Some ports have failures that appear to be issues with the compiler/diff and I haven't listed them below; the following are problems w