Koozali.org: home of the SME Server
Obsolete Releases => SME Server 9.x => Topic started by: davidS on December 04, 2014, 08:32:46 AM
-
hi
i'm receiving an error while trying to update smeserver-support.noarch 0:2.6.0-1.el6.sme
Loaded plugins: fastestmirror, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
* base: mirror.isoc.org.il
* smeaddons: ftp.surfnet.nl
* smeextras: ftp.surfnet.nl
* smeos: ftp.surfnet.nl
* smeupdates: ftp.surfnet.nl
* updates: mirror.isoc.org.il
Resolving Dependencies
--> Running transaction check
---> Package smeserver-support.noarch 0:2.6.0-1.el6.sme will be updated
---> Package smeserver-support.noarch 0:2.6.0-2.el6.sme will be an update
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
smeserver-support noarch 2.6.0-2.el6.sme smeupdates 70 k
Transaction Summary
================================================================================
Upgrade 1 Package(s)
Total size: 70 k
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
libgomp.so.1()(64bit) is needed by (installed) gettext-0.18.1.1-9.1.el6.x86_64
libgomp.so.1()(64bit) is needed by (installed) ImageMagick-6.5.4.7-7.el6_5.x86_64
libgomp.so.1(GOMP_1.0)(64bit) is needed by (installed) gettext-0.18.1.1-9.1.el6.x86_64
libgomp.so.1(GOMP_1.0)(64bit) is needed by (installed) ImageMagick-6.5.4.7-7.el6_5.x86_64
libgomp.so.1(OMP_1.0)(64bit) is needed by (installed) ImageMagick-6.5.4.7-7.el6_5.x86_64
You could try running: rpm -Va --nofiles --nodigest
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2014-12-04-09-29_Anbg_.yumtx
yum update smeserver-support.noarch failed: 256
The system needs to be reconfigured after adding or removing software, or applying updates.
Please click on the Reconfigure button at the bottom of this page to start the reconfiguration process. An automatic reboot will be initiated as part of this reconfiguration process
-
http://bugs.contribs.org/show_bug.cgi?id=8714
-
http://bugs.contribs.org/show_bug.cgi?id=8714
hi
so to make the long story short
i managed to fix the problem by
1. removing ImageMagick and gettext
yum remove ImageMagic
reboot
yum remove gettext
reboot
by doing that as a dependencies sme9admin was removed.
2. after that i run yum update
and smeserver-support was successfully installed.
3. i reinstalled sme9admin without the epel repo yum install smeserver-sme9admin --enablerepo=stephdl
4. reintalled ImageMagick
now everything seems to work fine
-
That would work except for those that have the PhpVirtualBox contrib installed due to the dkms-2.2.0.3-20.el6.noarch as gcc is required by the smeserver-phpVirtualBox contrib.
you can find it out what is calling for whatever by using the following command and just list xxx instead of the gcc like needed to
rpm -q --whatrequires gcc
-
and Daniel has excelled See Bug 8714 (http://bugs.contribs.org/show_bug.cgi?id=8714)
Be patient.