New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/22109#issuecomment-632391374 Comment: On 2020-05-21 15:39:32-0700, fosslinux wrote: > > srcpkgs/python-PyQt5/template:53: indent with tabs > > This is `cat`ing to a file, it needs to be spaces. sed -i -e "53,57s/^ //" or even: sed -i -e "53,57s/^ / /" Does it work after that? Sorry but PyQt5 website banned my IP range, it seems like. > > srcpkgs/python-PyQt5/template:7: do not set pycompile_module, it is autodetected > > srcpkgs/python-PyQt5/template:100: do not set pycompile_module, it is autodetected > > srcpkgs/python-PyQt5/template:117: do not set pycompile_module, it is autodetected > > srcpkgs/python-PyQt5/template:283: do not set pycompile_module, it is autodetected > > It seems to me that there are a variety of different things that > could be compiled in the source tree, I think that the > `pycompile_module`s do need to be there? I sometimes get this wrong, > so please do tell me if you are sure that the pycompile_module > directives should be removed. Yes, it should be removed. -- Danh