Bug 500934
| Summary: | glibc version not detected correctly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> |
| Component: | python-inotify | Assignee: | Terje Røsten <terje.rosten> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | terje.rosten |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.8.6-1.git20090518.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-19 02:03:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I have sent a patch upstream fixing this. Will rebase source and release updated package soon. python-inotify-0.8.6-1.git20090518.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/python-inotify-0.8.6-1.git20090518.fc10 python-inotify-0.8.6-1.git20090518.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/python-inotify-0.8.6-1.git20090518.fc9 python-inotify-0.8.6-1.git20090518.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/python-inotify-0.8.6-1.git20090518.fc11 python-inotify-0.8.6-1.git20090518.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. python-inotify-0.8.6-1.git20090518.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. python-inotify-0.8.6-1.git20090518.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: python-inotify does not check for the glibc version correctly. I got the following trace today: Traceback (most recent call last): File "/usr/bin/git-cola", line 59, in <module> main() File "/usr/lib/python2.6/site-packages/cola/main.py", line 138, in main ctl = Controller(model, view) File "/usr/lib/python2.6/site-packages/cola/controllers/main.py", line 197, in __init__ self.start_inotify_thread() File "/usr/lib/python2.6/site-packages/cola/controllers/main.py", line 1085, in start_inotify_thread from cola.inotify import GitNotifier File "/usr/lib/python2.6/site-packages/cola/inotify.py", line 14, in<module> import pyinotify File "/usr/lib/python2.6/site-packages/pyinotify.py", line 103, in <module> raise UnsupportedLibcVersionError(LIBC_VERSION) pyinotify.UnsupportedLibcVersionError: Libc 2.10.1 is unsupported, requires at least Libc 2.4 Version-Release number of selected component (if applicable): % rpm -q glibc python-inotify glibc-2.10.1-1.x86_64 python-inotify-0.8.1-2.git20090208.fc11.noarch Additional info: