New comment by dataCobra on void-packages repository https://github.com/void-linux/void-packages/pull/38919#issuecomment-1228750675 Comment: do_build() fails for `i686` architecture... I can't figure out why. :slightly_frowning_face: ``` 32:14.08 /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsTArray-inl.h: In member function 'nsresult mozilla::net::nsIOService::_ZN7mozilla3net11nsIOService9AllowPortEiPKcPb.part.0(int32_t, const char*, bool*)': 32:14.08 /builddir/thunderbird-102.2.0/obj-i686-pc-linux-gnu/dist/include/nsTArray-inl.h:128:40: warning: array subscript 8 is outside array bounds of 'nsTArray [1]' [-Warray-bounds] 32:14.08 128 | return mHdr == GetAutoArrayBuffer(4) || mHdr == GetAutoArrayBuffer(8); 32:14.08 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32:14.08 In file included from Unified_cpp_netwerk_base2.cpp:38: 32:14.08 /builddir/thunderbird-102.2.0/netwerk/base/nsIOService.cpp:1457:21: note: while referencing 'restrictedPortList' 32:14.08 1457 | nsTArray restrictedPortList; 32:14.08 | ^~~~~~~~~~~~~~~~~~ 32:15.92 make[2]: *** [/builddir/thunderbird-102.2.0/config/recurse.mk:34: compile] Error 2 32:15.92 make[1]: *** [/builddir/thunderbird-102.2.0/config/rules.mk:361: default] Error 2 32:15.92 make: *** [client.mk:63: build] Error 2 32:15.94 1452 compiler warnings present. Config object not found by mach. Configure complete! Be sure to run |mach build| to pick up any changes => ERROR: thunderbird-102.2.0_1: do_build: './mach build' exited with 2 => ERROR: in do_build() at srcpkgs/thunderbird/template:204 ```