[Bug 408600] Re: pyinotify's libc version check fails on Karmic

Bug Watch Updater 408600 at bugs.launchpad.net
Fri Oct 27 01:09:00 UTC 2017


Launchpad has imported 8 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=500934.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-05-14T23:39:25+00:00 Ben wrote:

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:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/0

------------------------------------------------------------------------
On 2009-05-18T09:07:20+00:00 Terje wrote:

I have sent a patch upstream fixing this. Will rebase source and release
updated package soon.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/1

------------------------------------------------------------------------
On 2009-05-18T12:01:21+00:00 Fedora wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/2

------------------------------------------------------------------------
On 2009-05-18T12:01:26+00:00 Fedora wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/3

------------------------------------------------------------------------
On 2009-05-18T12:01:31+00:00 Fedora wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/4

------------------------------------------------------------------------
On 2009-05-19T02:03:44+00:00 Fedora wrote:

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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/5

------------------------------------------------------------------------
On 2009-05-19T02:07:49+00:00 Fedora wrote:

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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/6

------------------------------------------------------------------------
On 2009-05-19T02:13:08+00:00 Fedora wrote:

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.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pyinotify/+bug/408600/comments/7


** Changed in: pyinotify (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pyinotify in Ubuntu.
https://bugs.launchpad.net/bugs/408600

Title:
  pyinotify's libc version check fails on Karmic

Status in Ubuntu One Client:
  Invalid
Status in pyinotify package in Ubuntu:
  Fix Released
Status in pyinotify package in Fedora:
  Fix Released

Bug description:
  Binary package hint: python-pyinotify

  pyinotify, in the file /usr/lib/pymodules/python2.6/pyinotify.py, it's
  doing the following test:

  if LIBC_VERSION < '2.4':
      raise UnsupportedLibcVersionError(LIBC_VERSION)

  Today libc6 was upgraded to 2.10... and this check started to fail, as
  it comparse *strings*, not numbers.

  Note that this is critical, because it prevents completely the module
  from start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/408600/+subscriptions



More information about the foundations-bugs mailing list