Project

General

Profile

Bug #13997

Updated by Loïc Dachary over 8 years ago

 
 <pre> 
 test/docker-test.sh --os-type centos --os-version 7 --shell 
 ... 
 --> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4-5.el7.x86_64 
 ---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed 
 --> Finished Dependency Resolution 
 Error: Package: gperftools-libs-2.4-5.el7.x86_64 (epel) 
            Requires: libunwind.so.8()(64bit) 
  You could try using --skip-broken to work around the problem 
  You could try running: rpm -Va --nofiles --nodigest 
 INFO[0068] The command [/bin/sh -c cd /root ; ./install-deps.sh] returned a non-zero code: 1 
 </pre> 

 There is a newer version http://cbs.centos.org/koji/packageinfo?packageID=441 and http://cbs.centos.org/koji/rpminfo?rpmID=33233 . Why is 2.4-5 loaded instead of 2.4-7 ? 

Back