LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   yum installing problem e2fsprogs-devel (https://www.linuxquestions.org/questions/linux-newbie-8/yum-installing-problem-e2fsprogs-devel-4175426635/)

procfs 09-10-2012 11:42 PM

yum installing problem e2fsprogs-devel
 
Hi Can any one tell me how to fix this

[root@nod01 ocfs]# yum install e2fsprogs-devel.x86_64
Loaded plugins: katello, product-id, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package e2fsprogs-devel.x86_64 0:1.39-23.el5 set to be updated
--> Processing Dependency: e2fsprogs-libs = 1.39-23.el5 for package: e2fsprogs-devel
--> Finished Dependency Resolution
e2fsprogs-devel-1.39-23.el5.x86_64 from Server has depsolving problems
--> Missing Dependency: e2fsprogs-libs = 1.39-23.el5 is needed by package e2fsprogs-devel-1.39-23.el5.x86_64 (Server)
Error: Missing Dependency: e2fsprogs-libs = 1.39-23.el5 is needed by package e2fsprogs-devel-1.39-23.el5.x86_64 (Server)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

Thanks And Bestregards

chrism01 09-11-2012 06:48 AM

So, have you tries the suggestions there (although I'd avoid --skip-broken if possible).

Also try
Code:

rpm --rebuilddb
yum clean all


procfs 09-11-2012 11:26 PM

Hi chrism01, yep but nothing worked of the suggestion, but it seems that the customer forgot to register the systems REDHAT

Will that have anything to do with this error? kind of strange message to give for something like that I think :)

Thanks for the reply

Best Regards

John VV 09-12-2012 05:15 AM

Quote:

Hi chrism01, yep but nothing worked of the suggestion, but it seems that the customer forgot to register the systems REDHAT

Will that have anything to do with this error?
i would say YES

that error looks like it might be do to incompatible el5 rpms installed
i am guessing from random places on the net

for a unregistered RHEL5.? something?
there is no real fix other than randomly trying different
e2fsprogs-libs
to find a match that will work for "e2fsprogs-devel.x86_64 0:1.39-23.el5"

or find a different version of "e2fsprogs-devel.x86_64" that dose work

can you post the output of
Code:

yum repolist all

chrism01 09-12-2012 05:22 AM

Also post
Code:

cat /etc/*release*
If you/your customer is willing to pay RH for a subscription, you'll get updates & support.
Otherwise, replace with Centos; free rebuild of RHEL that includes updates but not support.

If JohnVV is right and someone has tried to manually add random rpms (without being registered), you really need to make one of the above choices and straighten this system out; it can only get worse if you don't.

procfs 09-13-2012 03:12 AM

Hi All once the customer did the registration it was able to get the this sorted out and this is working against RHEL repository

Thanks for all the help

Best Regards


All times are GMT -5. The time now is 08:41 PM.