ClusterLabs/pcs

packages that I installed didn't match the file pcs.spec.in

ashore1992 opened this issue · 2 comments

pcs version is v0.10.14.The steps were './autogen.sh && ./configure && make rpm'.Error were as belows.

python3-devel 被 pcs-0.10.14需要
python3-cryptography 被 pcs-0.10.14需要
python3-pyparsing 被 pcs-0.10.14需要
python3-wheel 被 pcs-0.10.14需要
python3-lxml 被 pcs-0.10.14需要
python3-pycurl 被 pcs-0.10.14需要

but all the packages were installed.My packages name were as belows.
python36-devel
python36-cryptography
python36-pyparsing
python36-wheel
python36-lxml
python36-pycurl

[root@192 yum.repos.d]# pip3 list
Package Version


cryptography 2.3
dacite 1.8.0
dataclasses 0.8
docutils 0.14
idna 2.7
Jinja2 2.11.1
lxml 4.2.5
MarkupSafe 0.23
pip 18.0
ply 3.9
pyagentx 0.4.1
pycparser 2.14
pycurl 7.43.0
Pygments 2.4.2
pyparsing 2.4.0
python-dateutil 2.7.0
setuptools 19.6.2
setuptools-scm 1.17.0
six 1.14.0
Sphinx 1.2.3
tornado 6.0.2

should I change the package name in rpm/pcs.spec.in?

I'm sorry, I cannot read the error message as I don't know the language. Can you configure your system so that it prints error messages in English and post the error then? Thanks.

I'm closing this issue for inactivity. Feel free to reopen it if you have further questions.