Landry Breuil
Landry Breuil
Fwiw seeing the same issue running 0.14.3 tests on openbsd, with llvm/clang 8.
will check if 398b631e1d3f90ccab7ef79eca72e49c147dd9d2 helps
398b631 definitely helps, i only have 6 remaining failures related to -Z being not available on a non-nightly compiler, and test_enum failing on offsetof macro expansion. So i think #557...
> Can you paste the `offsetof` error? Other than that I think it's expected that some tests (the ones for nightly-only features) work only on nightly. We could skip it...
Reminder: that's on OpenBSD; dont expect the macros to be the same :) as for the expand tests, maybe those tests shouldnt be run on releases ?
Fwiw, not 100% sure but with cbindgen 0.24.3 i fail to build mozilla-beta (actually 102.0b6), which fails this way: ``` In file included from Unified_cpp_accessible_base0.cpp:119: In file included from /usr/obj/ports/firefox-102.0beta6/firefox-102.0/accessible/base/FocusManager.cpp:21:...
potential fix in #56, same issue as #52 ? also see https://bugzilla.redhat.com/show_bug.cgi?id=1656939 & https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930526
@jackyzy823 fwiw i've rebuilt nim 1.6.6 port on OpenBSD 7.2 with the below patch which seems to be more or less what you've put in your comment above: ``` Index:...
looking, but i'm suspicious about bd5f2909e6edc8012a0a6e44ea1402dfbe1353a4 now.
testing with sogo 5.2.0 built against gnustep-1.28.0 with bd5f290 reverted, the setup is working fine. So that's definitely a regression from bd5f290, to which i dunno if sogo should adapt...