Page 1 of 1

Update to Version 3.0.0.9 FAILED

Posted: 20 Mar 2016 13:25
by colin
Transaction Summary
================================================================================
Install 33 Package(s)

Total download size: 5.1 M
Installed size: 18 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 1.6 MB/s | 5.1 MB 00:03
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
file /usr/share/man/man3/XML::SAX::Base.3pm.gz from install of perl-XML-SAX-0.96-7.el6.noarch conflicts with file from package perl-XML-SAX-Base-1.04-1.el6.rf.noarch
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz from install of perl-XML-SAX-0.96-7.el6.noarch conflicts with file from package perl-XML-SAX-Base-1.04-1.el6.rf.noarch

Error Summary
-------------

Update to Version 3.0.0.9 FAILED. Updates cancelled.
Please visit http://www.efa-project.org for more information.
sendmail: fatal: root(0): No recipient addresses found in message header
All done
Please restart your system as soon as possible.
If your system does not return to a command prompt
you can now safely press ctrl-c to abort logsave
Thank you for using E.F.A.

Re: Update to Version 3.0.0.9 FAILED

Posted: 20 Mar 2016 13:28
by shawniverson
Easy fix...

Code: Select all

sudo rpm -e --nodeps perl-XML-SAX-Base
sudo yum install perl-XML-SAX
Then run update again.

Re: Update to Version 3.0.0.9 FAILED

Posted: 20 Mar 2016 13:41
by colin
3.0.0.9 update is complete

All done
Please restart your system as soon as possible.
If your system does not return to a command prompt
you can now safely press ctrl-c to abort logsave
Thank you for using E.F.A.


Thanks for your very quick response.

Re: Update to Version 3.0.0.9 FAILED

Posted: 24 Mar 2016 08:07
by DaN
@shawn

Same problem here. Your second line fixed it.

Re: Update to Version 3.0.0.9 FAILED

Posted: 06 Apr 2016 13:17
by toddh
Had this problem also and your fix worked.

Thanks!