Your message dated Fri, 27 Jan 2023 21:08:32 -0500
with message-id <3b2ff1a2-7785-9cab-2b5c-b73b47417...@debian.org>
and subject line python3-grpcio: ImportError: undefined symbol:
_ZN4absl7debian313hash_internal15MixingHashState5kSeedE
has caused the Debian Bug report #1026937,
regarding python3-grpcio: ImportError: undefined symbol:
_ZN4absl7debian313hash_internal15MixingHashState5kSeedE
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1026937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-grpcio
Version: 1.51.1-2
Severity: serious
The Python modules included in python3-grpcio are underlinked and cannot
be imported:
>>> import grpc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/grpc/__init__.py", line 22, in <module>
from grpc import _compression
File "/usr/lib/python3/dist-packages/grpc/_compression.py", line 20, in
<module>
from grpc._cython import cygrpc
ImportError:
/usr/lib/python3/dist-packages/grpc/_cython/cygrpc.cpython-310-x86_64-linux-gnu.so:
undefined symbol: _ZN4absl7debian313hash_internal15MixingHashState5kSeedE
This issue causes autopkgtest regressions for python-tooz.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
After some additional investigation, it looks like adding the
newly-introduced flag into packages that depend on grpc fixes the FTBFS.
So the fix needs to be implemented in dependent packages, not in grpc. I
have already done that with bazel-bootstrap [1] and hopefully anyone
else seeing this bug can implement a similar fix. Apologies for any
noise in re-opening this bug.
-Olek
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027112#33
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---