CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - General Support
  perl(URI) and subversion for FFmpeg

 

 Bottom   Previous Topic   Next Topic
12>
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  kilohosting
      kilohosting
perl(URI) and subversion for FFmpeg
#1
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
So I do the command

# yum -y install subversion


And in return I get the following...

--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
 --> Finished Dependency Resolution 
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion 


I did some Google searching on this one, and It seems like there is nothing really target for CentOS 5 in getting this corrected. I have tried using up2date, and that didn't working, it stated it was an invalid command. I never used it before, so I didn't explore much further.

I tried doing the following install froma google search, below, and that didn't locate anything either.

# yum install perl-UR


Any suggestions or fixes?
Posted on: 2008/11/17 9:41
Create PDF from Post Print
Top
  •  tru_tru
      tru_tru
Re: perl(URI) and subversion for FFmpeg
#2
WebMaster
Joined: 2007/10/5
From France
Posts: 30
not enough information,

please show the full transcript of your command and ouput + yum repolist
Posted on: 2008/11/17 10:20
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#3
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
eon:/# yum install perl-URI
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * rpmforge: apt.sw.be
 * base: mirrors.bluehost.com
 * updates: mirror.chpc.utah.edu
 * addons: mirrors.bluehost.com
 * extras: mirror.chpc.utah.edu
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package perl-URI available.
Nothing to do


yum install subversion
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * rpmforge: apt.sw.be
 * base: mirrors.bluehost.com
 * updates: mirror.chpc.utah.edu
 * addons: mirrors.bluehost.com
 * extras: mirror.chpc.utah.edu
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package subversion.i386 0:1.5.4-0.1.el5.rf set to be updated
--> Processing Dependency: libneon.so.25 for package: subversion
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Processing Dependency: libaprutil-1.so.0 for package: subversion
--> Processing Dependency: libapr-1.so.0 for package: subversion
--> Running transaction check
---> Package apr.i386 0:1.2.7-11 set to be updated
---> Package neon.i386 0:0.25.5-5.1 set to be updated
---> Package subversion.i386 0:1.5.4-0.1.el5.rf set to be updated
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
---> Package apr-util.i386 0:1.2.7-7.el5 set to be updated
--> Processing Dependency: libpq.so.4 for package: apr-util
--> Running transaction check
---> Package postgresql-libs.i386 0:8.1.11-1.el5_1.1 set to be updated
---> Package subversion.i386 0:1.5.4-0.1.el5.rf set to be updated
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion

Posted on: 2008/11/17 15:24
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: perl(URI) and subversion for FFmpeg
#4
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 6113
Please try:

yum --disablerepo=rpmforge install subversion

and also post the output of:

yum repolist

(as Tru requested earlier.)
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/11/17 17:02
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#5
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
 yum --disablerepo=rpmforge install subversion
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * base: centos-distro.cavecreek.net
 * updates: mirror.chpc.utah.edu
 * addons: chi-10g-1-mirror.fastsoft.net
 * extras: mirror.chpc.utah.edu
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package subversion.i386 0:1.4.2-2.el5 set to be updated
--> Processing Dependency: libaprutil-1.so.0 for package: subversion
--> Processing Dependency: libapr-1.so.0 for package: subversion
--> Processing Dependency: libneon.so.25 for package: subversion
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Running transaction check
---> Package subversion.i386 0:1.4.2-2.el5 set to be updated
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
---> Package apr-util.i386 0:1.2.7-7.el5 set to be updated
--> Processing Dependency: libpq.so.4 for package: apr-util
---> Package neon.i386 0:0.25.5-5.1 set to be updated
---> Package apr.i386 0:1.2.7-11 set to be updated
--> Running transaction check
---> Package postgresql-libs.i386 0:8.1.11-1.el5_1.1 set to be updated
---> Package subversion.i386 0:1.4.2-2.el5 set to be updated
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion


yum repolist
Loading "fastestmirror" plugin
repo id              repo name                                 status
addons               CentOS-5 - Addons                         enabled
base                 CentOS-5 - Base                           enabled
extras               CentOS-5 - Extras                         enabled
rpmforge             Red Hat Enterprise 5 - RPMforge.net - da  enabled
updates              CentOS-5 - Updates                        enabled
Posted on: 2008/11/17 17:06
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: perl(URI) and subversion for FFmpeg
#6
Moderator
Joined: 2006/9/3
From California, US
Posts: 5182
What would you see if you type:

yum install perl-URI
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/11/17 17:20
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#7
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
yum install perl-URI
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * rpmforge: apt.sw.be
 * base: mirrors.bluehost.com
 * updates: mirror.chpc.utah.edu
 * addons: mirrors.bluehost.com
 * extras: mirror.chpc.utah.edu
rpmforge                  100% |=========================| 1.1 kB    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package perl-URI available.
Nothing to do
Posted on: 2008/11/17 18:52
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: perl(URI) and subversion for FFmpeg
#8
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 6113
This is what I get:

# yum install perl-URI
<snip>
Setting up Install Process
Parsing package install arguments
Package perl-URI - 1.35-3.noarch is already installed.
Nothing to do
#

Note -- I've already got the package installed and yum confirms that fact.

I do not really understand what is going on with your system. Possibly a corrupted rpm database?

Quick question time: Is your system 32- or 64-bit? Have you tried a yum clean all command?
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/11/17 19:20
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#9
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
32 bit.

If it is corrupt, any suggestions on getting that fixed? Perhaps a new location?
Posted on: 2008/11/17 19:21
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: perl(URI) and subversion for FFmpeg
#10
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 6113
As root, go to your /var/lib/rpm/ directory and rm __db.??? (Note: two leading underscores.)

Change back to root's home directory (or anywhere -- except /var/lib/rpm/ ) and issue a rpm --rebuilddb command.

Hopefully toracat will have a bright idea because I'm baffled.
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/11/17 19:27
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#11
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
I noticed the three db files I have there are owned by root and not rpm, could this be a problem?

I did run the update command, and now those three db files are gone. I did the commands to install perl-uri and subversion, and it still doesn't work.
Posted on: 2008/11/17 19:39
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: perl(URI) and subversion for FFmpeg
#12
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 6113
Quote:
the three db files I have there are owned by root and not rpm, could this be a problem?

No, that's perfectly normal; quite usual; no problems.

So, to sum up, you've: rebuild the rpm database, performed a yum clean all and yet the system still has issues with the perl-URI file?

I'm totally baffled. toracat, put that fish down now and please help resolve this issue!
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/11/17 19:50
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#13
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
Quote:

AlanJBartlett wrote:
Quote:
the three db files I have there are owned by root and not rpm, could this be a problem?

No, that's perfectly normal; quite usual; no problems.

So, to sum up, you've: rebuild the rpm database, performed a yum clean all and yet the system still has issues with the perl-URI file?

I'm totally baffled. toracat, put that fish down now and please help resolve this issue!


I didn't do the clean all. So about 30 minutes after rebuild I ran it (yum clean all) then did (yum install perl-URI), and this is what I got.

yum install perl-URI
Loading "fastestmirror" plugin
Determining fastest mirrors
 * rpmforge: apt.sw.be
 * base: www.gtlib.gatech.edu
 * updates: centos-distro.cavecreek.net
 * addons: mirror.stanford.edu
 * extras: mirror.raystedman.net
rpmforge                  100% |=========================| 1.1 kB    00:00
primary.xml.gz            100% |=========================| 2.9 MB    00:22
rpmforge  : ################################################## 8012/8012
base                      100% |=========================| 1.1 kB    00:00
primary.xml.gz            100% |=========================| 853 kB    00:00
base      : ################################################## 2458/2458
updates                   100% |=========================|  951 B    00:00
primary.xml.gz            100% |=========================| 310 kB    00:00
updates   : ################################################## 683/683
addons                    100% |=========================|  951 B    00:00
primary.xml.gz            100% |=========================|  157 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
primary.xml.gz            100% |=========================|  90 kB    00:02
extras    : ################################################## 295/295
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package perl-URI available.
Nothing to do
Posted on: 2008/11/17 20:12
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: perl(URI) and subversion for FFmpeg
#14
Moderator
Joined: 2006/9/3
From California, US
Posts: 5182
Hmmm... well, this is not a solution but just as a workaround... Download the rpm and install it manually:

wget http://mirror.centos.org/centos/5/os/i386/CentOS/perl-URI-1.35-3.noarch.rpm
rpm -Uvh perl-URI-1.35-3.noarch.rpm

and see what happens.
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/11/17 20:42
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: perl(URI) and subversion for FFmpeg
#15
Moderator
Joined: 2006/9/3
From California, US
Posts: 5182
Quote:

AlanJBartlett wrote:
toracat, put that fish down now and please help resolve this issue!

No, no, I cannot give up on the only meal of the day.
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/11/17 20:44
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#16
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
That meal of the day corrected my issue. Super sexy!

Thank you guys for helping me out, I really appreciate it.
Posted on: 2008/11/17 20:50
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: perl(URI) and subversion for FFmpeg
#17
Moderator
Joined: 2006/9/3
From California, US
Posts: 5182
Good that it worked. However, that was not an answer to the original issue.

After finishing the meal, one thing occurred to me (empty stomach is no good). Do you have any exclude= line in your CentOS-Base.repo or /etc/yum.conf ?
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/11/17 21:06
Create PDF from Post Print
Top
  •  kilohosting
      kilohosting
Re: perl(URI) and subversion for FFmpeg
#18
Jr Board Member
Joined: 2008/10/12
From
Posts: 36
yum.conf
[main]
exclude=apache* bind-chroot courier* dovecot* exim* httpd* mod_ssl* mysql* nsd* perl* php* proftpd* pure-ftpd* spamassassin* squirrelmail*
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1

# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h

# Default.
# installonly_limit = 3

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
Posted on: 2008/11/17 21:16
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: perl(URI) and subversion for FFmpeg
#19
Moderator
Joined: 2006/9/3
From California, US
Posts: 5182
OK, the mystery solved. However (there is always a however in my writing), the question now is who put the exclude= line there? Is this a vps? If you are not supposed to install any perl* package on your system, doing so might actually break it.
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2008/11/17 21:23
Create PDF from Post Print
Top
  •  tru_tru
      tru_tru
Re: perl(URI) and subversion for FFmpeg
#20
WebMaster
Joined: 2007/10/5
From France
Posts: 30
adding to the standard procedure (from http://wiki.centos.org/irc_centos_request) to make sure the requester is running a not too heavily modified CentOS release:
(to catch the exclude pb ;)

rpm -V yum centos-release ; ls /etc/yum.repos.d/ ; yum repolist; grep -ir exclude  /etc/yum.*
Posted on: 2008/11/17 22:29
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic
12>

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com