การแก้ไขปัญหารุ่นของ multilib


18

ฉันใช้ Centos 6.4

เมื่อฉันพยายามติดตั้ง libgcc ด้วยyum install libgcc.i686ฉันได้ทำตามการนวด

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 libgcc which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of libgcc 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 libgcc.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of libgcc installed, but
            yum can only see an upgrade for one of those arcitectures.
            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 libgcc 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: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles –nodigest

ฉันจะติดตั้ง libgcc.i686 ได้อย่างไร

คำตอบ:


16

ดูเหมือนว่าคุณlibgcc.x86_64จะมีเวอร์ชั่นที่แตกต่างจากที่libgcc.i686คุณพยายามติดตั้ง ( 4.4.7-3กับ4.4.7-4) ลองอัปเดต x86_64 lib พร้อมกับการติดตั้ง i686-lib:

yum install libgcc.x86_64 libgcc.i686

ฉันรายงานว่าฉันสามารถติดตั้ง libgcc.i686 yum install libgcc.x86_64 libgcc.i686ได้
user1345414

4

ฉันได้รับสิ่งนี้หลังจากขัดจังหวะyum update(ในระหว่างการวิ่งในกรณีของฉัน) หลังจากอ่านกระทู้นี้ในที่สุดฉันก็แก้ไขด้วย:

package-cleanup --cleandupes

แม้ว่าก่อนหน้านั้นฉันจะลองใช้คำสั่งตามที่ @etagenklo แนะนำและก็ลอง:

yum-complete-transaction yum-complete-transaction --cleanup-only yum check # report generally package-cleanup --dupes # report on duplicate packages in particular


0

ฉันคิดว่ามันคุ้มค่าที่จะพูดถึงเพราะมันเป็นปัญหาของฉันตรวจสอบ

/etc/yum.repos.d/*

และตรวจสอบว่าไม่ได้ใช้หรือไม่เป็นทางการ


-3

เราจะแก้ไขข้อผิดพลาดนี้ได้อย่างไร?

Error:  Multilib version problems found.

ซึ่งมักจะหมายความว่าสาเหตุที่แท้จริงเป็นอย่างอื่นและการตรวจสอบเวอร์ชั่นของ multilib กำลังชี้ให้เห็นว่ามีปัญหา เช่น.:

  1. คุณมีการอัพเกรดสำหรับ apr ซึ่งขาดการพึ่งพาบางอย่างที่แพ็คเกจอื่นต้องการ ยำกำลังพยายามแก้ไขปัญหานี้ด้วยการติดตั้ง apr รุ่นเก่ากว่าของสถาปัตยกรรมที่แตกต่างกัน หากคุณแยกสถาปัตยกรรมที่ไม่ดี yum จะบอกคุณว่าสาเหตุที่แท้จริงคืออะไร (แพคเกจใดต้องใช้อะไร) คุณสามารถลองทำการอัพเกรดซ้ำด้วย --exclude apr.otherarch ...สิ่งนี้ควรให้ข้อความแสดงข้อผิดพลาดที่แสดงสาเหตุของปัญหา

  2. คุณมีหลายสถาปัตยกรรมของ apr ที่ติดตั้ง แต่ yum สามารถเห็นการอัพเกรดสำหรับหนึ่งในการแก้ไขเหล่านั้น หากคุณไม่ต้องการ / ต้องการสถาปัตยกรรมทั้งสองอีกต่อไปคุณสามารถลบสิ่งนั้นได้ด้วยการอัพเดทที่ขาดหายไปและทุกอย่างจะทำงานได้

  3. คุณติดตั้ง apr รุ่นที่ซ้ำกันแล้ว คุณสามารถใช้yum checkเพื่อให้ yum แสดงข้อผิดพลาดเหล่านี้

    ... คุณสามารถใช้--setopt=protected_multilib=falseเพื่อลบการตรวจสอบนี้ได้ แต่นี่แทบจะไม่เคยทำสิ่งที่ถูกต้องเพราะอย่างอื่นมีแนวโน้มที่จะผิดพลาด (มักทำให้เกิดปัญหามากขึ้น)

    Error:
    Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
    Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
    

--setopt=protected_multilib=falseเป็นประโยชน์ ขอบคุณ
Scottie H
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.