www.centos.org Forum Index CentOS 5 - General Support perl(URI) and subversion for FFmpeg
|
Bottom Previous Topic Next Topic |
|
| |
|
|
|---|
| Poster | Thread |
|---|
|
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
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #3 |
|
|---|---|---|---|
|
Jr Board Member
![]()
Joined: 2008/10/12
From
Posts: 36
|
|
||
Posted on: 2008/11/17 15:24
|
|||
|
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.) |
||
Posted on: 2008/11/17 17:02
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #5 |
|
|---|---|---|---|
|
Jr Board Member
![]()
Joined: 2008/10/12
From
Posts: 36
|
|
||
Posted on: 2008/11/17 17:06
|
|||
|
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 |
||
Posted on: 2008/11/17 17:20
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #7 |
|
|---|---|---|---|
|
Jr Board Member
![]()
Joined: 2008/10/12
From
Posts: 36
|
|
||
Posted on: 2008/11/17 18:52
|
|||
|
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:
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? |
||
Posted on: 2008/11/17 19:20
|
|||
|
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
|
|||
|
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. ![]() |
||
Posted on: 2008/11/17 19:27
|
|||
|
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
|
|||
|
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! |
||
Posted on: 2008/11/17 19:50
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #13 |
|
|---|---|---|---|
|
Jr Board Member
![]()
Joined: 2008/10/12
From
Posts: 36
|
Quote:
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. |
||
Posted on: 2008/11/17 20:12
|
|||
|
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. |
||
Posted on: 2008/11/17 20:42
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #15 |
|
|---|---|---|---|
|
Moderator
![]()
Joined: 2006/9/3
From California, US
Posts: 5182
|
Quote:
No, no, I cannot give up on the only meal of the day. |
||
Posted on: 2008/11/17 20:44
|
|||
|
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
|
|||
|
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 ? |
||
Posted on: 2008/11/17 21:06
|
|||
|
Re: perl(URI) and subversion for FFmpeg | #18 |
|
|---|---|---|---|
|
Jr Board Member
![]()
Joined: 2008/10/12
From
Posts: 36
|
yum.conf
|
||
Posted on: 2008/11/17 21:16
|
|||
|
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.
|
||
Posted on: 2008/11/17 21:23
|
|||
|
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
|
|||
Top Previous Topic Next Topic |
|
|



Topic options
Print Topic
Threaded
Newest First
kilohosting




) and issue a rpm --rebuilddb command.

You cannot start a new topic.
You can view topic.