[packagers] subversion rpm on CENT-OS-5

Edward Guy Capriolo edward.capriolo at idsk.com
Mon Oct 22 16:58:41 CEST 2007


Ok this was the current state my system was in.
yum list | grep subversion
subversion.i386                          1.4.2-2.el5            installed       
subversion.x86_64                        1.4.2-2.el5            installed       
subversion.x86_64                        1.4.4-0.1.el5.rf       rpmforge        
subversion-devel.x86_64                  1.4.4-0.1.el5.rf       rpmforge        
subversion-devel.i386                    1.4.2-2.el5            base            
subversion-javahl.x86_64                 1.4.2-2.el5            base            
subversion-perl.x86_64                   1.4.4-0.1.el5.rf       rpmforge        
subversion-ruby.x86_64                   1.4.2-2.el5            base          

Suggestion 1 does not seem to work:

yum update  subversion.i386 subversion.x86_64


Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for subversion.i386
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.x86_64 0:1.4.4-0.1.el5.rf set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Updating:
 subversion              x86_64     1.4.4-0.1.el5.rf  rpmforge          4.4 M

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       1 Package(s)         
Remove       0 Package(s)         

Total download size: 4.4 M

I followed method 2. removing the i386 package.

[root at kwiat.ny.idsk.com:~]# yum remove subversion.i386
Loading "installonlyn" plugin
Setting up Remove Process
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.i386 0:1.4.2-2.el5 set to be erased
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Removing:
 subversion              i386       1.4.2-2.el5      installed         7.6 M

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       0 Package(s)         
Remove       1 Package(s)         

Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Removing  : subversion                   ######################### [1/1]

Removed: subversion.i386 0:1.4.2-2.el5
Complete!
[root at kwiat.ny.idsk.com:~]# yum update  subversion.i386 subversion.x86_64
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for subversion.i386
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.x86_64 0:1.4.4-0.1.el5.rf set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Updating:
 subversion              x86_64     1.4.4-0.1.el5.rf  rpmforge          4.4 M

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       1 Package(s)         
Remove       0 Package(s)         

Total download size: 4.4 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating  : subversion                   ######################### [1/2] 
  Cleanup   : subversion                   ######################### [2/2]

Updated: subversion.x86_64 0:1.4.4-0.1.el5.rf
Complete!

I am unable to install the i386 version.
However yum check-update is happy.
So I am happy.

Thank you




-----Original Message-----
From: packagers-bounces at lists.rpmforge.net [mailto:packagers-bounces at lists.rpmforge.net] On Behalf Of Rex Dieter
Sent: Monday, October 22, 2007 10:38 AM
To: edward.capriolo at idsk.com
Cc: packagers at lists.rpmforge.net
Subject: Re: [packagers] subversion rpm on CENT-OS-5

Edward Guy Capriolo wrote:
> Is this some type of conflict with the CENT-OS-5 version of subversion? 
...
> ---> Package subversion.x86_64 0:1.4.4-0.1.el5.rf set to be updated

>   file /usr/share/emacs/site-lisp/psvn.el from install of 
> subversion-1.4.4-0.1.el5.rf conflicts with file from package 
> subversion-1.4.2-2.el5
> 
>   file /usr/share/xemacs/site-packages/lisp/psvn.el from install of 
> subversion-1.4.4-0.1.el5.rf conflicts with file from package 
> subversion-1.4.2-2.el5

Most likely a multilib issue, trying to upgrade only the x86_64 version, 
when you currently have both i386, x86_64 versions installed.

2 suggestions:
1.  update both i386, x86_64 versions together
2.  remove subversion.i386

-- Rex
_______________________________________________
packagers mailing list
packagers at lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/packagers




More information about the packagers mailing list