[Bug 2052659] Re: scipy fails to load with glibc-2.39

Simon Chopin 2052659 at bugs.launchpad.net
Thu Feb 8 08:10:05 UTC 2024


Fair enough, will do in the next upload. I'm a bit confused though, as
GLIBC_2.39 *is* in libm.so.6 according to readelf:

noblerun readelf -W -s /lib/x86_64-linux-gnu/libm.so.6 | grep 2\\.39
   578: 0000000000000000     0 OBJECT  GLOBAL DEFAULT  ABS GLIBC_2.39
  1074: 0000000000033410   590 FUNC    GLOBAL DEFAULT   18 exp10@@GLIBC_2.39

** Changed in: glibc (Ubuntu)
       Status: New => Triaged

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

Title:
  scipy fails to load with glibc-2.39

Status in glibc package in Ubuntu:
  Triaged
Status in scipy package in Ubuntu:
  Fix Committed

Bug description:
  $ python3
  Python 3.12.1 (main, Dec  8 2023, 16:20:54) [GCC 13.2.0] on linux
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import scipy.special._ufuncs
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python3/dist-packages/scipy/special/__init__.py", line 663, in <module>
      from . import _ufuncs
  ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.39' not found (required by /lib/x86_64-linux-gnu/libmvec.so.1)
  >>>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2052659/+subscriptions




More information about the foundations-bugs mailing list