EPEL 损坏的包:我如何联系 EPEL 维护者?

ale*_*xus 1 redhat yum epel

.. 看起来至少有两个来自 EPEL 的包坏了:

[alexus@wcmisdlin02 ~]$ sudo yum update --skip-broken
Loaded plugins: refresh-packagekit, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libmodplug.x86_64 0:0.8.7-1.el6.rf will be updated
--> Processing Dependency: libmodplug.so.0()(64bit) for package: gstreamer-plugins-bad-0.10.19-3.el6.rf.x86_64
---> Package libmodplug.x86_64 1:0.8.8.3-2.el6 will be an update
---> Package npm.noarch 0:1.2.17-5.el6 will be updated
---> Package npm.noarch 0:1.3.3-1.el6 will be an update
--> Running transaction check
---> Package libmodplug.x86_64 0:0.8.7-1.el6.rf will be updated
---> Package libmodplug.x86_64 1:0.8.8.3-2.el6 will be an update
--> Running transaction check
---> Package npm.noarch 0:1.2.17-5.el6 will be updated
---> Package npm.noarch 0:1.3.3-1.el6 will be an update
--> Finished Dependency Resolution

Packages skipped because of dependency problems:
    1:libmodplug-0.8.8.3-2.el6.x86_64 from epel

Dependencies Resolved

============================================================================================================================================================================================================================================
 Package                                                   Arch                                                  Version                                                          Repository                                           Size
============================================================================================================================================================================================================================================
Updating:
 npm                                                       noarch                                                1.3.3-1.el6                                                      epel                                                351 k
Skipped (dependency problems):
 libmodplug                                                x86_64                                                1:0.8.8.3-2.el6                                                  epel                                                158 k

Transaction Summary
============================================================================================================================================================================================================================================
Upgrade       1 Package(s)

Total download size: 351 k
Is this ok [y/N]: y
Downloading Packages:
npm-1.3.3-1.el6.noarch.rpm                                                                                                                                                                                           | 351 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : npm-1.3.3-1.el6.noarch                                                                                                                                                                                                   1/2 
Error unpacking rpm package npm-1.3.3-1.el6.noarch
error: unpacking of archive failed on file /usr/lib/node_modules/npm/man: cpio: rename
  Verifying  : npm-1.3.3-1.el6.noarch                                                                                                                                                                                                   1/2 
npm-1.2.17-5.el6.noarch was supposed to be removed but is not!
  Verifying  : npm-1.2.17-5.el6.noarch                                                                                                                                                                                                  2/2 

Skipped (dependency problems):
  libmodplug.x86_64 1:0.8.8.3-2.el6                                                                                                                                                                                                         

Failed:
  npm.noarch 0:1.2.17-5.el6                                                                                             npm.noarch 0:1.3.3-1.el6                                                                                            

Complete!
[alexus@wcmisdlin02 ~]$ 
Run Code Online (Sandbox Code Playgroud)

我想弄清楚如何联系包维护者让他/她知道这件事,但我在这样做时遇到了问题,有人可以帮忙吗?

Joh*_*ohn 5

实际上,在我看来更像是来自 RepoForge 的 libmodplug 包可能会以某种方式进行干扰。如果不手动跟踪依赖项链接,我不能肯定地说,但我会尝试删除当前安装的 libmodplug 包或 repoforge (rf) 存储库定义并重新发出更新命令。根据该测试的结果采取进一步行动(或不采取行动)。