New review comment by kruceter on void-packages repository https://github.com/void-linux/void-packages/pull/40225#discussion_r1008969231 Comment: @classabbyamp, I could update it to 8.2.0 (did not crosscompile yet), but apparently it hangs with wxPython4 (`ToolBar.AddTool(): arguments did not match any overloaded call: ...`), rendering grass inoperable. According to https://github.com/OSGeo/grass/issues/2019, this can be solved by updating wxPython4 to the newer version, but here the old version of wxWidgets itself (3.0.5 vs. 3.2.1) makes its appearance: ``` In file included from ../../../../sip/cpp/sip_corewxZoomGestureEvent.cpp:10: ../../../../sip/cpp/sipAPI_core.h:22411:10: fatal error: wx/collheaderctrl.h: No such file or directory 22411 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ``` Given how many packages depend on wxWidgets, I suspect that it must be updated in a separate PR along with its reverse dependencies. Is there a course of action you would recommend?