Hi,
I'm trying to understand why python3-mastodon fails the unit tests.

An example is at [1] and it seems that importing magic is enough to trigger
it. The compat line is to handle both python3-magic and a libmagic module
both wanting magic.

Is this a cpython thing? I'm not sure what I can do to fix this.

  File
"/tmp/reprotest.7a4W2G/build-experiment-1/build-experiment-1/.pybuild/cpython3_3.9_mastodon/build/mastodon/Mastodon.py",
line 55, in <module>
    import magic
  File "/usr/lib/python3/dist-packages/magic/__init__.py", line 361, in
<module>
    add_compat(globals())
  File "/usr/lib/python3/dist-packages/magic/__init__.py", line 325, in
add_compat
    from magic import compat
  File "/usr/lib/python3/dist-packages/magic/compat.py", line 61, in
<module>
    _open = _libraries['magic'].magic_open
  File "/usr/lib/python3.9/ctypes/__init__.py", line 387, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python3.9/ctypes/__init__.py", line 392, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: python3.9: undefined symbol: magic_open





1: https://salsa.debian.org/python-team/packages/mastodon/-/jobs/1312190

Reply via email to