satyr fails to build with Python 3.10.0a2. checking for a Python interpreter with version >= 3.6... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.1 checking for python3 platform... linux checking for python3 script directory... ${prefix}/lib/python3.10/site-packages checking for python3 extension module directory... ${exec_prefix}/lib64/python3.10/site-packages checking for python3.1-config... no The python3.1-config program was not found in the search path. Please ensure that it is installed and its directory is included in the search path or pass --without-python3 to ./configure. For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01760135-satyr/ For all our attempts to build satyr with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/satyr/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side. Setting severity to high, because satyr is a critpath package.
Any update here? This was triaged as urgent in November.
Fixed the same way as https://bugzilla.redhat.com/show_bug.cgi?id=1893652, https://github.com/abrt/satyr/pull/320/commits/c0c38e7f462ce610c3759aa14992ca9ce37cb7df https://src.fedoraproject.org/rpms/satyr/c/5cf2ba090afbe60862ebf03b755dd3fe628e1c2f?branch=master
Thanks. However: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k4rsPu + umask 022 + cd /builddir/build/BUILD + cd satyr-0.35 + autoreconf cat: ./satyr-version: No such file or directory configure.ac:5: error: AC_INIT should be called with package and version arguments /usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:5: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 error: Bad exit status from /var/tmp/rpm-tmp.k4rsPu (%build)
Oh, sorry about that. There's a new release where this is fixed, here's the source tarball that goes with it: https://github.com/abrt/satyr/releases/download/0.36/satyr-0.36.tar.gz
Thanks.