On Sun, May 31, 2020 at 10:49:28AM -0000, Leigh Scott wrote: > Even if the package builds it doesn't mean it's functional. > > $ cinnamon-settings > Traceback (most recent call last): > File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 16, in <module> > from setproctitle import setproctitle > ImportError: /usr/lib64/python3.9/site-packages/setproctitle.cpython-39-x86_64-linux-gnu.so: undefined symbol: Py_GetArgcArgv Idea for a global gating test for packages: for rpm in $rpms; do python3 -c "$(rpm -qP $rpm | sed -n -r 's/python3dist\((.*)\).*/import \1/p')" done ;) Zbyszek _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx