El 19/9/24 a las 22:34, Sergei Semin escribió:
RecursionError: maximum recursion depth exceeded make[1]: *** [debian/rules:129: override_dh_auto_configure] Error 1 make[1]: Leaving directory '/home/vagrant/wine-9.0~repack' make: *** [debian/rules:115: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Hi. In case wine maintainers can't reproduce it: I was able to reproduce this as well, when doing archive-wide rebuilds. But it happened to me only once. All the other times, I got this gcc-14 related error instead, which is already reported: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073346 This means that even if you find a way to avoid the infinite recursion problem, you would not be able to build wine from source anyway, at least right now. I find surprising that you always get the infinite recursion problem. I wonder if you have tried building with sbuild using a chroot, or using less than 4 CPUs. Thanks.