You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Raghu Kumar C <ra...@tavant.com> on 2009/05/29 14:29:45 UTC

Installation Error on RHEL5

Hi,

	I get this error when I am trying to install the Subversion
Tools rpm on RHEL5.

Here it is:
-----------------

[root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
subversion-tools-1.6.2-1.i386.rpm
error: Failed dependencies:
        perl(File::Path) >= 1.0404 is needed by
subversion-tools-1.6.2-1.i386


[root@xxxx subversion-rhel5-1.6.1]# uname -a
Linux Tools 2.6.18-92.el5PAE #1 SMP Tue Apr 29 13:31:02 EDT 2008 i686
i686 i386 GNU/Linux


[root@xxxx subversion-rhel5-1.6.1]#

------------------

I downloaded the binaries from
http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/l
atest/1.6.2/rhel5/i386/ 

Any help regarding this will be appreciated.

Thank you,
Raghu

Tavant is one of world's 25 innovative companies to look out for, says BusinessWeek. 
http://images.businessweek.com/ss/09/04/0409_unsung_innovators/21.htm

Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may 
contain confidential and/or privileged material. If you have received this in error, please contact the 
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies 
may be subject to our monitoring procedures.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2356792

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


RE: Installation Error on RHEL5

Posted by Raghu Kumar C <ra...@tavant.com>.
Hi,

	I downloaded the CPAN module from this path http://search.cpan.org/~dland/File-Path-2.07/Path.pm and used 'make' to build and install it.

My @INC (perl -V) reads like this:
---------------------------------
  Built under linux
  Compiled at Oct 23 2007 12:21:47
  @INC:
    /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.8
    /usr/lib/perl5/site_perl/5.8.7
    /usr/lib/perl5/site_perl/5.8.6
    /usr/lib/perl5/site_perl/5.8.5
    /usr/lib/perl5/site_perl
    /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.8
    /usr/lib/perl5/vendor_perl/5.8.7
    /usr/lib/perl5/vendor_perl/5.8.6
    /usr/lib/perl5/vendor_perl/5.8.5
    /usr/lib/perl5/vendor_perl
    /usr/lib/perl5/5.8.8/i386-linux-thread-multi
    /usr/lib/perl5/5.8.8
----------------------------------

The perldoc perllocal command gives me this output:
-----------------------
PERLLOCAL(1)          User Contributed Perl Documentation         PERLLOCAL(1)

       Wed May 27 19:42:52 2009: "Module" File::Path

       ·   "installed into: /usr/lib/perl5/5.8.8"

       ·   "LINKTYPE: dynamic"

       ·   "VERSION: 2.07"

       ·   "EXE_FILES: "

perl v5.8.8                       2009-05-27                      PERLLOCAL(1)
----------------------

Regards,
Raghu

> On May 30, 2009, at 12:59, Raghu Kumar C wrote:
> 
> > Ryan Schmidt wrote:
> >
> >> On May 29, 2009, at 09:29, Raghu Kumar C wrote:
> >>
> >>> 	I get this error when I am trying to install the Subversion
> >>> Tools rpm on RHEL5.
> >>>
> >>> Here it is:
> >>> -----------------
> >>>
> >>> [root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
> >>> subversion-tools-1.6.2-1.i386.rpm
> >>> error: Failed dependencies:
> >>>         perl(File::Path) >= 1.0404 is needed by
> >>> subversion-tools-1.6.2-1.i386
> >>
> >> It appears you are being told that a newer version of the File::Path
> >> CPAN module is required. Have you tried updating it?
> >
> > 	Thank you for replying. I forgot to mention that I had already
> > installed the File::Path perl module from CPAN site. The version is
> > 2.07. Even after that I get this error.
> 
> Hm. Then I suppose either the version checking code in rpm is wrong,
> or rpm is not looking for File::Path in the place where you installed
> it with CPAN. Are there multiple CPAN installs on your system? How
> did you install File::Path 2.07? Did you run the cpan command
> directly, or do it through an rpm? I'm not familiar with RHEL so I
> don't know what's usual there.
> 


Tavant is one of world's 25 innovative companies to look out for, says BusinessWeek. 
http://images.businessweek.com/ss/09/04/0409_unsung_innovators/21.htm

Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may 
contain confidential and/or privileged material. If you have received this in error, please contact the 
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies 
may be subject to our monitoring procedures.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357388

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: Installation Error on RHEL5

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 30, 2009, at 12:59, Raghu Kumar C wrote:

> Ryan Schmidt wrote:
>
>> On May 29, 2009, at 09:29, Raghu Kumar C wrote:
>>
>>> 	I get this error when I am trying to install the Subversion
>>> Tools rpm on RHEL5.
>>>
>>> Here it is:
>>> -----------------
>>>
>>> [root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
>>> subversion-tools-1.6.2-1.i386.rpm
>>> error: Failed dependencies:
>>>         perl(File::Path) >= 1.0404 is needed by
>>> subversion-tools-1.6.2-1.i386
>>
>> It appears you are being told that a newer version of the File::Path
>> CPAN module is required. Have you tried updating it?
>
> 	Thank you for replying. I forgot to mention that I had already
> installed the File::Path perl module from CPAN site. The version is
> 2.07. Even after that I get this error.

Hm. Then I suppose either the version checking code in rpm is wrong,  
or rpm is not looking for File::Path in the place where you installed  
it with CPAN. Are there multiple CPAN installs on your system? How  
did you install File::Path 2.07? Did you run the cpan command  
directly, or do it through an rpm? I'm not familiar with RHEL so I  
don't know what's usual there.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357216

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Installation Error on RHEL5

Posted by John Doe <jd...@yahoo.com>.
From: Raghu Kumar C <ra...@tavant.com>
>     Thank you for replying. I forgot to mention that I had already
> installed the File::Path perl module from CPAN site. The version is
> 2.07. Even after that I get this error.
> From: Ryan Schmidt [mailto:subversion-2009b@ryandesign.com]
> >     I get this error when I am trying to install the Subversion
> > > Tools rpm on RHEL5.
> > > [root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
> > > subversion-tools-1.6.2-1.i386.rpm
> > > error: Failed dependencies:
> > >         perl(File::Path) >= 1.0404 is needed by
> > > subversion-tools-1.6.2-1.i386

I do not know how the rpm is doing its check but, if you have a good version installed, maybe you could install the rpm with '--nodeps'?

JD

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2358703

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Installation Error on RHEL5

Posted by Raghu Kumar C <ra...@tavant.com>.
Ryan,

	Thank you for replying. I forgot to mention that I had already
installed the File::Path perl module from CPAN site. The version is
2.07. Even after that I get this error.

Regards,
Raghu

> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2009b@ryandesign.com]
> Sent: Friday, May 29, 2009 22:46 PM
> To: Raghu Kumar C
> Cc: users@subversion.tigris.org
> Subject: Re: Installation Error on RHEL5
> 
> On May 29, 2009, at 09:29, Raghu Kumar C wrote:
> 
> > 	I get this error when I am trying to install the Subversion
> > Tools rpm on RHEL5.
> >
> > Here it is:
> > -----------------
> >
> > [root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
> > subversion-tools-1.6.2-1.i386.rpm
> > error: Failed dependencies:
> >         perl(File::Path) >= 1.0404 is needed by
> > subversion-tools-1.6.2-1.i386
> 
> It appears you are being told that a newer version of the File::Path
> CPAN module is required. Have you tried updating it?
> 
> 


Tavant is one of world's 25 innovative companies to look out for, says BusinessWeek. 
http://images.businessweek.com/ss/09/04/0409_unsung_innovators/21.htm

Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may 
contain confidential and/or privileged material. If you have received this in error, please contact the 
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies 
may be subject to our monitoring procedures.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357146

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: Installation Error on RHEL5

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 29, 2009, at 09:29, Raghu Kumar C wrote:

> 	I get this error when I am trying to install the Subversion
> Tools rpm on RHEL5.
>
> Here it is:
> -----------------
>
> [root@xxxx subversion-rhel5-1.6.1]# rpm -ivf
> subversion-tools-1.6.2-1.i386.rpm
> error: Failed dependencies:
>         perl(File::Path) >= 1.0404 is needed by
> subversion-tools-1.6.2-1.i386

It appears you are being told that a newer version of the File::Path  
CPAN module is required. Have you tried updating it?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2356879

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].