LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-13-2011, 02:23 AM   #1
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Rep: Reputation: Disabled
Unhappy Trouble in Updating Fedora 15 via terminal


Hello Guys.
When I try to update my sys via: Yum update
After downloading package, when the command "Running Transaction Test" appears, Update process stop by some errors.
Errors:

Transaction Check Error:
file /usr/lib/xulrunner-2/README.txt from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/libmozalloc.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/libmozjs.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/libxpcom.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/libxul.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/omni.jar from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/run-mozilla.sh from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/xulrunner from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/components/libdbusservice.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/components/libmozgnome.so from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/crashreporter from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/mozilla-xremote-client from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/platform.ini from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/plugin-container from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/xulrunner-bin from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686
file /usr/lib/xulrunner-2/xulrunner-stub from install of xulrunner-5.0-2.fc15.i686 conflicts with file from package xulrunner2-2.0.1-1.fc14.i686

Please guide me to solve this problem.
Thanks.
 
Old 07-13-2011, 08:02 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moved: This thread is more suitable in <Fedora> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 07-15-2011, 08:50 PM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
The simplest way to resolve the problem is to remove xulrunner2 before installing the new xulrunner. You may also need to remove firefox4.
Code:
yum remove xulrunner2
yum install firefox
should do everything you need
 
Old 07-15-2011, 09:19 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if you have this "xulrunner2-2.0.1-1.fc14.i686" a fedora 14 package on a fedora 15 install .Then i would think you have a much bigger problem
I am guessing you "upgraded" from 14 to 15 using what ??" upgrade" or "preupgrade" or from the dvd


if so i am guessing you now have a Frankensteined system .A mix of two or more OS's
to check run this
Code:
su -
rpm -qa | grep fc14
normally there might be 3 or 4 old ones installed
BUT
if there are 12 , 20 ,30 or more then -- bad news .
 
Old 07-15-2011, 11:04 PM   #5
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
After you get yum working with the previously posted methods, it would probably be a good idea to do:

Code:
yum --releasever=15 distro-sync
yum install yum-utils
package-cleanup --orphans
then remove the orphans with yum remove
 
Old 07-16-2011, 02:00 AM   #6
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
more than 30

Quote:
Originally Posted by John VV View Post
if you have this "xulrunner2-2.0.1-1.fc14.i686" a fedora 14 package on a fedora 15 install .Then i would think you have a much bigger problem
I am guessing you "upgraded" from 14 to 15 using what ??" upgrade" or "preupgrade" or from the dvd


if so i am guessing you now have a Frankensteined system .A mix of two or more OS's
to check run this
Code:
su -
rpm -qa | grep fc14
normally there might be 3 or 4 old ones installed
BUT
if there are 12 , 20 ,30 or more then -- bad news .
Thanks for your reply.
But there were more than 30, maybe 50 or more!
How can i solve this?
 
Old 07-16-2011, 02:14 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the two week long fix
remove them one at a time and replace them with the 15 versions
the os still might not work

the 30 min. fix - the best
new install of 15


You DO have back ups of your data right ?
 
Old 07-16-2011, 02:56 AM   #8
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by andrewthomas View Post
After you get yum working with the previously posted methods, it would probably be a good idea to do:

Code:
yum --releasever=15 distro-sync
yum install yum-utils
package-cleanup --orphans
then remove the orphans with yum remove
Thanks so much.
I handle your first command with: yum --releasever=15 distro-sync --skip-broken
and other 2 commands were ok.

Before i use these commands, there is so many packge which belong to fc14 were inn my sys,
But after these transaction i have just some old package:
automake-1.11.1-5.fc14.noarch
python-argparse-1.1-2.fc14.noarch
privoxy-3.0.16-3.fc14.i686
ctemplate-0.97-1.fc14.i686
pycairo-devel-1.8.8-2.fc14.i686
kernel-devel-2.6.35.13-92.fc14.i686
pycairo-1.8.8-2.fc14.i686
mjpegtools-libs-1.9.0-2.fc14.i686
kernel-2.6.35.13-92.fc14.i686
atlas-3.8.3-18.fc14.i686
smplayer-0.6.9-2.fc14.i686
lame-libs-3.98.4-1.fc14.i686
firefox4-4.0.1-2.fc14.i686
k3b-extras-freeworld-2.0.1-2.fc14.i686
dvd+rw-tools-7.1-5.fc14.i686
librtmp-2.3-2.fc14.i686

how can i solve or remove these?

Sorry for these questions!
yours
 
Old 07-16-2011, 02:58 AM   #9
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Good news :D

Quote:
Originally Posted by John VV View Post
if you have this "xulrunner2-2.0.1-1.fc14.i686" a fedora 14 package on a fedora 15 install .Then i would think you have a much bigger problem
I am guessing you "upgraded" from 14 to 15 using what ??" upgrade" or "preupgrade" or from the dvd


if so i am guessing you now have a Frankensteined system .A mix of two or more OS's
to check run this
Code:
su -
rpm -qa | grep fc14
normally there might be 3 or 4 old ones installed
BUT
if there are 12 , 20 ,30 or more then -- bad news .

Hello Again.
after using this command: yum --releasever=15 distro-sync --skip-broken

i have just some old package.
is there any solution?
thanks.
 
Old 07-16-2011, 03:47 AM   #10
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Done

Thanks Guys.
Finally i solve this problem. i can't without your helps.

these commands solved my trouble:

yum remove xulrunner
yum remove xulrunner2
yum remove firefox

yum --releasever=15 distro-sync --skip-broken
yum update
yum install firefox

but still i have these packages:
automake-1.11.1-5.fc14.noarch
python-argparse-1.1-2.fc14.noarch
privoxy-3.0.16-3.fc14.i686
ctemplate-0.97-1.fc14.i686
pycairo-devel-1.8.8-2.fc14.i686
kernel-devel-2.6.35.13-92.fc14.i686
pycairo-1.8.8-2.fc14.i686
mjpegtools-libs-1.9.0-2.fc14.i686
kernel-2.6.35.13-92.fc14.i686
atlas-3.8.3-18.fc14.i686
smplayer-0.6.9-2.fc14.i686
lame-libs-3.98.4-1.fc14.i686
k3b-extras-freeworld-2.0.1-2.fc14.i686
dvd+rw-tools-7.1-5.fc14.i686
librtmp-2.3-2.fc14.i686


is there any problem with these?
 
Old 07-16-2011, 06:53 AM   #11
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
FWIW, my F15 installation has the following F14 packages:

  • atlas-3.8.3-18.fc14.x86_64
  • dvd+rw-tools-7.1-5.fc14.x86_64
  • lame-3.98.4-1.fc14.x86_64
  • lame-libs-3.98.4-1.fc14.x86_64
  • librtmp-2.3-2.fc14.x86_64
  • link-grammar-4.6.7-3.fc14.x86_64
  • pycairo-1.8.8-2.fc14.x86_64
  • python-pyblock-0.52-1.fc14.x86_64
  • unrar-3.9.10-3.fc14.x86_64
 
Old 07-16-2011, 10:44 PM   #12
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by saeedit View Post
Thanks Guys.
Finally i solve this problem. i can't without your helps.

these commands solved my trouble:

yum remove xulrunner
yum remove xulrunner2
yum remove firefox

yum --releasever=15 distro-sync --skip-broken
yum update
yum install firefox

but still i have these packages:
automake-1.11.1-5.fc14.noarch
python-argparse-1.1-2.fc14.noarch
privoxy-3.0.16-3.fc14.i686
ctemplate-0.97-1.fc14.i686
pycairo-devel-1.8.8-2.fc14.i686
kernel-devel-2.6.35.13-92.fc14.i686
pycairo-1.8.8-2.fc14.i686
mjpegtools-libs-1.9.0-2.fc14.i686
kernel-2.6.35.13-92.fc14.i686
atlas-3.8.3-18.fc14.i686
smplayer-0.6.9-2.fc14.i686
lame-libs-3.98.4-1.fc14.i686
k3b-extras-freeworld-2.0.1-2.fc14.i686
dvd+rw-tools-7.1-5.fc14.i686
librtmp-2.3-2.fc14.i686


is there any problem with these?
How you can figure this out is to look at the build system info at koji and search for the package name in question.

http://koji.fedoraproject.org/koji/

For example, for automake:

http://koji.fedoraproject.org/koji/p...packageID=1087

It shows that the last successful build was:

Code:
automake-1.11.1-5.fc14	karsten	2010-03-29 12:27:20
and the only f15 build failed:

Code:
automake-1.11.1-6.fc15	ausil	2011-02-08 06:30:09
So, this is why automake is still a f14 package in f15.

You can repeat for each f14 package that you have.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble updating Ubuntu 10.4 Joe Woodruff Linux - General 2 03-20-2011 11:51 AM
Trouble updating Voyage Atwin Linux - General 2 05-11-2010 06:31 AM
Graphics trouble and no response after updating Fedora 4 packages CLRabbit Linux - General 1 02-21-2006 08:46 PM
Trouble updating kernel. Largeman Ubuntu 2 03-19-2005 05:45 PM
Trouble updating X Abe_the_Man Linux - Newbie 1 08-22-2003 12:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration