GNU bug report logs -
#64309
Python dlopen()s musl libc
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
> Can you do `LD_DEBUG=libs nvr` so that we get a log of what ld's
> trying to load?
I've attached the full log. The first mention of musl is on line 200 and
everything seems to happen pretty fast, here's the most relevant
portion:
16405: find library=libc.musl-x86_64.so.1 [0]; searching
16405: search cache=/gnu/store/kj6wzba6p192baizq99b489rs8bynpn7-python-3.10.7/etc/ld.so.cache
16405: search path=/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib (system search path)
16405: trying file=/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.musl-x86_64.so.1
16405:
Traceback (most recent call last):
File "/gnu/store/dsgxdqs620pp284bfm1drbsjqpb36i4n-python-neovim-remote-2.5.1/bin/.nvr-real", line 4, in <module>
import nvr.nvr as mod
File "/home/alm/.local/lib/python3.10/site-packages/nvr/__init__.py", line 1, in <module>
from .nvr import main
File "/home/alm/.local/lib/python3.10/site-packages/nvr/nvr.py", line 34, in <module>
import psutil
File "/home/alm/.local/lib/python3.10/site-packages/psutil/__init__.py", line 102, in <module>
from . import _pslinux as _psplatform
File "/home/alm/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 26, in <module>
from . import _psutil_linux as cext
ImportError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory
After that it starts calling fini()s and terminates.
[stderr.log (text/plain, attachment)]
[Message part 3 (application/pgp-signature, inline)]
This bug report was last modified 1 year and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.