Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: python's optdepend=mpdecimal version mismatch. (Read 192 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

python's optdepend=mpdecimal version mismatch.

Hi all.

This was for a long time already. Not that I need it, just reporting:

python-3.11.8-1-x86_64.pkg.tar.zst / .PKGINFO contains: optdepend=mpdecimal.

Still, mpdecimal package in repos is 4.0.0-2, but looks like python is built against 3.x (which is actually is not even in archive):

Code: [Select]
# check-link-consistency -q
ERR   ---------------   ------------------------------------------------------------------------   ----------------------
ERR   Package           Problematic File                                                           Unresolved Needed Libs
ERR   ---------------   ------------------------------------------------------------------------   ----------------------
ERR   python 3.11.8-1   /usr/lib/python3.11/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so   libmpdec.so.3        
ERR   -------------------------------------------------------------------------------------------------------------------
ERR   Total 1 problematic file(s): 1 in 1 package(s) + 0 unassigned.
ERR   -------------------------------------------------------------------------------------------------------------------

 

Re: python's optdepend=mpdecimal version mismatch.

Reply #1
All good now, thank you. :)