Re: Ports x11/gnustep/ failures on macppc
Anthony Richardby <[email protected]> Fri, 23 Oct 2020 19:41:09 +0100
| Newsgroups | gmane.os.openbsd.ppc,gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
That's really great to hear, thank you very much for looking into this and putting the time in to create a patch. On 2020-10-23 01:49:32 +0100 George Koehler <[email protected]> wrote: > On Tue, 20 Oct 2020 21:05:48 +0100 > Anthony Richardby <[email protected]> wrote: > >> Greetings all, >> I've spent some time looking into getting the GNUstep packages >> working >> under clang on macppc, and it seems that the root cause of the >> failure >> is va_arg simply not working correctly when passed type 'id'.... >> I've also filed a bug report here: >> https://bugs.llvm.org/show_bug.cgi?id=47921 > > Hi Anthony. Thank you for finding the va_arg(_, id) bug; I didn't > know about the bug until I saw your mail. I started commenting on the > llvm bug, where I shared a clang diff that might fix va_arg(_, id). > If the diff works, then I will mail it to OpenBSD's tech list before > I might commit it to OpenBSD's clang. > > --George > >