2.1.0 Build fails on RHEL7 and RHEL8
Kenneth Price via Roundup-users <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
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. [rpmbuild@rhel7-build roundup-2.1.0]$ python -v setup.py install /** FREEZES AFTER **/ # /usr/lib64/python2.7/numbers.pyc matches /usr/lib64/python2.7/numbers.py import numbers # precompiled from /usr/lib64/python2.7/numbers.pyc ^C [rpmbuild@rhel7-build roundup-2.1.0]$ python3.4 -v setup.py install /** FREEZES AFTER **/ # wrote '/home/rpmbuild/roundup-2.1.0/roundup/backends/__pycache__/back_postgresql.cpython-34.pyc' # destroy roundup.backends.back_postgresql import 'roundup.configuration' # <_frozen_importlib.SourceFileLoader object at 0x7fef0e6e6160> import 'roundup.init' # <_frozen_importlib.SourceFileLoader object at 0x7fef0e6d8a90> ^C Any suggestions where to take this next? Best Regards, Ken _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users