- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2021-2-19 21:04:45
|
显示全部楼层
Resolving Dependencies
--> Running transaction check
---> Package libpng-devel.x86_64 2:1.5.13-7.el7_2 will be installed
--> Processing Dependency: libpng(x86-64) = 2:1.5.13-7.el7_2 for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
--> Processing Dependency: zlib-devel(x86-64) for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
--> Running transaction check
---> Package libpng-devel.x86_64 2:1.5.13-7.el7_2 will be installed
--> Processing Dependency: libpng(x86-64) = 2:1.5.13-7.el7_2 for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
---> Package zlib-devel.x86_64 0:1.2.7-18.el7 will be installed
--> Finished Dependency Resolution
Error: Package: 2:libpng-devel-1.5.13-7.el7_2.x86_64 (base)
Requires: libpng(x86-64) = 2:1.5.13-7.el7_2
Installed: 2:libpng-1.5.13-8.el7.x86_64 (@base)
libpng(x86-64) = 2:1.5.13-8.el7
Available: 2:libpng-1.5.13-7.el7_2.x86_64 (base)
libpng(x86-64) = 2:1.5.13-7.el7_2
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
glibc-headers-2.17-307.el7.1.x86_64 has missing requires of kernel-headers >= ('0', '2.2.1', None)
。。。。。。。
Resolving Dependencies
--> Running transaction check
---> Package glib2-devel.x86_64 0:2.56.1-5.el7 will be installed
--> Processing Dependency: glib2(x86-64) = 2.56.1-5.el7 for package: glib2-devel-2.56.1-5.el7.x86_64
--> Processing Dependency: pkgconfig(libpcre) for package: glib2-devel-2.56.1-5.el7.x86_64
--> Running transaction check
---> Package glib2-devel.x86_64 0:2.56.1-5.el7 will be installed
--> Processing Dependency: glib2(x86-64) = 2.56.1-5.el7 for package: glib2-devel-2.56.1-5.el7.x86_64
---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
--> Finished Dependency Resolution
Error: Package: glib2-devel-2.56.1-5.el7.x86_64 (base)
Requires: glib2(x86-64) = 2.56.1-5.el7
Installed: glib2-2.56.1-7.el7.x86_64 (@base)
glib2(x86-64) = 2.56.1-7.el7
Available: glib2-2.56.1-5.el7.x86_64 (base)
glib2(x86-64) = 2.56.1-5.el7
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
glibc-headers-2.17-307.el7.1.x86_64 has missing requires of kernel-headers >= ('0', '2.2.1', None)
。。。。。Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for nss which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of nss of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude nss.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of nss installed, but
yum can only see an upgrade for one of those architectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of nss installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: nss-3.44.0-7.el7_7.i686 != nss-3.53.1-3.el7_9.x86_64
Error: Protected multilib versions: nss-softokn-freebl-3.44.0-8.el7_7.i686 != nss-softokn-freebl-3.53.1-6.el7_9.x86_64
Error: Protected multilib versions: nss-util-3.44.0-4.el7_7.i686 != nss-util-3.53.1-1.el7_9.x86_64
Error: Protected multilib versions: nspr-4.21.0-1.el7.i686 != nspr-4.25.0-2.el7_9.x86_64
Error: Protected multilib versions: libcurl-7.29.0-57.el7_8.1.i686 != libcurl-7.29.0-59.el7.x86_64
Error: Protected multilib versions: nss-softokn-3.44.0-8.el7_7.i686 != nss-softokn-3.53.1-6.el7_9.x86_64
你系统上安装依赖包各种报错,如要修复系统的话可以参考:https://bbs.vpser.net/thread-25381-1-1.html
或者换版本或发行版 |
|