python-six completed
Setelah upgrade ke Fedora 20 dari Fedora 19, muncul error sewaktu upgrade

Error unpacking rpm package python-six-1.4.1-1.fc20.noarch
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/six-1.4.1-py2.7.egg-info: cpio: rename
  Verifying  : python-six-1.4.1-1.fc20.noarch                                                                                                    1/2 
python-six-1.3.0-1.fc19.noarch was supposed to be removed but is not!
  Verifying  : python-six-1.3.0-1.fc19.noarch                                                                                                    2/2 
 
Failed:
  python-six.noarch 0:1.3.0-1.fc19                                          python-six.noarch 0:1.4.1-1.fc20                                         
 
Complete!

Solusi untuk masalah ini adalah dengan menghapus file yang bermasalah tersebut

rm -fr /usr/lib/python2.7/site-packages/six-1.4.1-py2.7.egg-info

lalu ulangi proses upgrade tersebut

yum upgrade

output hasil diatas setelah sukses terinstall

Running transaction
  Updating   : python-six-1.4.1-1.fc20.noarch                                                                                                    1/2 
  Cleanup    : python-six-1.3.0-1.fc19.noarch                                                                                                    2/2 
  Verifying  : python-six-1.4.1-1.fc20.noarch                                                                                                    1/2 
  Verifying  : python-six-1.3.0-1.fc19.noarch                                                                                                    2/2 
 
Updated:
  python-six.noarch 0:1.4.1-1.fc20                                                                                                                   
Complete!

Leave a comment

Your email address will not be published. Required fields are marked *