New comment by foopub on void-packages repository https://github.com/void-linux/void-packages/issues/33917#issuecomment-962081798 Comment: I actually get an error with the firefox-esr build, even tho there's no problem with the patching, so can't verify the build works: ``` => firefox-esr-78.14.0_1: running do_build ... Traceback (most recent call last): File "/builddir/firefox-78.14.0/./mach", line 235, in main(sys.argv[1:]) File "/builddir/firefox-78.14.0/./mach", line 227, in main mach = get_mach() File "/builddir/firefox-78.14.0/./mach", line 209, in get_mach mach = check_and_get_mach(dir_path) File "/builddir/firefox-78.14.0/./mach", line 165, in check_and_get_mach return load_mach(dir_path, mach_path) File "/builddir/firefox-78.14.0/./mach", line 153, in load_mach return mach_bootstrap.bootstrap(dir_path) File "/builddir/firefox-78.14.0/build/mach_bootstrap.py", line 203, in bootstrap import mach.main File "/builddir/firefox-78.14.0/python/mach/mach/main.py", line 19, in from collections import Iterable ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py) => ERROR: firefox-esr-78.14.0_1: do_build: './mach build' exited with 1 => ERROR: in do_build() at srcpkgs/firefox-esr/template:169 ``` But `cat srcpkgs/firefox-esr/patches/* | grep py` shows no python files so so I guess this error isn't related to the patch? Is it safe check it off here?