[yast-commit] [yast/yast-python-bindings] 507994: Fix Error loading language plugin /usr/lib64/YaST2...
Branch: refs/heads/master Home: https://github.com/yast/yast-python-bindings Commit: 507994380d60376e7161a36e4435c443349fe814 https://github.com/yast/yast-python-bindings/commit/507994380d60376e7161a36e... Author: Noel Power <noel.power@suse.com> Date: 2020-03-12 (Thu, 12 Mar 2020) Changed paths: M src/Makefile.am Log Message: ----------- Fix Error loading language plugin /usr/lib64/YaST2/plugin/libpy2lang_python3.so With python3.8 we get Error loading language plugin /usr/lib64/YaST2/plugin/libpy2lang_python3.so: /usr/lib64/YaST2/plugin/libpy2lang_python3.so: undefined symbol: PyExc_ValueError when executing yast (this causes real problems with samba-client) Problem is between python 3.6 & python 3.8 the values of some config variables have changed python 3.6 PYTHON_LDFLAGS='-lpython3.6m -lpthread -ldl -lutil -lm ' PYTHON_LIBS='-L/usr/lib64 -lpython3.6m' python 3.8 PYTHON_LDFLAGS=' -lcrypt -lpthread -ldl -lutil -lm -lm ' PYTHON_LIBS='-L/usr/lib64 -lpython3.8' since make only uses PYTHON_LDFLAGS we get problems on python 3.8 Signed-off-by: Noel Power <noel.power@suse.com> Commit: 569f7b3f1a582a42c15db10591806e595525b6fc https://github.com/yast/yast-python-bindings/commit/569f7b3f1a582a42c15db105... Author: Noel Power <noel.power@suse.com> Date: 2020-03-12 (Thu, 12 Mar 2020) Changed paths: M package/yast2-python-bindings.changes M package/yast2-python-bindings.spec Log Message: ----------- Update spec for version and changelog Signed-off-by: Noel Power <noel.power@suse.com> Commit: b8bf45a0b72dc492400e6922f3974d7b6a0edb3b https://github.com/yast/yast-python-bindings/commit/b8bf45a0b72dc492400e6922... Author: David Mulder <dmulder@suse.com> Date: 2020-03-12 (Thu, 12 Mar 2020) Changed paths: M package/yast2-python-bindings.changes M package/yast2-python-bindings.spec M src/Makefile.am Log Message: ----------- Merge pull request #33 from noelpower/python3.8 Python3.8 Compare: https://github.com/yast/yast-python-bindings/compare/d52673435a89...b8bf45a0...
participants (1)
-
David Mulder