Anonymous | Login | 2024-11-22 23:14 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001833 | PacketFence | core | public | 2014-10-20 11:03 | 2014-12-18 09:05 | |||
Reporter | ccaaajf | |||||||
Assigned To | fdurand | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | 2.6.32-431.29.2.el6.x86_64 | OS | RHEL / CentOS | OS Version | 6 | |||
Product Version | 4.4.0 | |||||||
Target Version | Fixed in Version | |||||||
Summary | 0001833: Installing | |||||||
Description | yum install --enablerepo=packetfence packetfence (after adding repo) ... --> Finished Dependency Resolution 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 rrdtool which is missing some dependency that another package requires. Yum is trying to solve this by installing an older version of rrdtool 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 rrdtool.otherarch ... this should give you an error message showing the root cause of the problem. 2. You have multiple architectures of rrdtool 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 rrdtool 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: rrdtool-1.3.8-6.el6.i686 != rrdtool-1.3.8-7.el6.x86_64 | |||||||
Steps To Reproduce | INSTALL RHEL6 YUM UPDATE it rpm -Uvh http://packetfence.org/downloads/PacketFence/RHEL6/ [^]`uname -i`/RPMS/packetfence-release-1-1.el6.noarch.rpm yum install --enablerepo=packetfence packetfence | |||||||
Additional Information | Packetfence seems to be requiring both 32bit and 64bit rrdtool ? | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | ||||||||
Attached Files | ||||||||
Notes | |
(0003588) ccaaajf (reporter) 2014-10-22 11:50 |
Heres how I've managed to install this... yum install perl(Net::DNS) rrdtool.i686 0:1.3.8-6.el6 ImageMagick.x86_64 yum install --enablerepo=packetfence perl-Net-Appliance-Session.noarch perl-boolean.noarch perl-multidimensional.x86_64 net-snmp.x86_64 perl-Perl-Critic.noarch yum install freeradius.x86_64 yum install --enablerepo=packetfence perl-HTML-FormFu.noarch yum erase rrdtool yum install --enablerepo=packetfence rrdtool-perl-1.3.8-6.el6.x86_64 yum install --enablerepo=packetfence packetfence |
(0003589) ccaaajf (reporter) 2014-10-22 11:51 |
Can someone close this? Cheers Andy. |
Issue History | |||
Date Modified | Username | Field | Change |
2014-10-20 11:03 | ccaaajf | New Issue | |
2014-10-22 11:50 | ccaaajf | Note Added: 0003588 | |
2014-10-22 11:51 | ccaaajf | Note Added: 0003589 | |
2014-12-18 09:05 | fdurand | Status | new => closed |
2014-12-18 09:05 | fdurand | Assigned To | => fdurand |
2014-12-18 09:05 | fdurand | Resolution | open => fixed |
Copyright © 2000 - 2012 MantisBT Group |