Re: 2.1.0 Build fails on RHEL7 and RHEL8
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Kenneth: Nice to meet another roundup user. In message <[email protected]>, Kenneth Price via Roundup-users writes: >Hi! We've been using Roundup a long time - since August 2003 - and roll >our own SRPMS/RPMS for deployment in our production environment. Having >weird issues with 2.1.0 on both RHEL7 and RHEL8. Realized the issue >wasn't with building the RPM like it usually is, but with the actual >Roundup build from source. So this is just trying to install on the >local machine: > >I've tried using python2.7, 3.4, and 3.6, using pip with/without wheel, >and just running "python setup.py install" on the source tarball. In >every case the build freezes and the python process uses 100% CPU. > >Roundup 2.0.0 builds flawlessly using any/every method. 2.1.0 changed the build process to use setuptools as distutils is depricated. There was a bug in the code I wrote. This bug is fixed in 2.2.0. issue2551169 - setup.py enters endless loop on gentoo linux python2 installation. This seems to be affecting more distributions that just gentoo. ALl my test/CI boxes are derivatives of debian (mint, ubuntu, Raspberry Pi OS) so I didn't see the issue. Guess nobody tested the beta on a different platform 8-(. Details at: https://issues.roundup-tracker.org/issue2551169 The patch is at: https://sourceforge.net/p/roundup/code/ci/2e568d6f72a4 Let me know if this fixes it for you. Have a great day and sorry for the broken code. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.