LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 11-25-2014, 10:14 AM   #1
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Rep: Reputation: Disabled
Unhappy centos yum update depency problem


Hello guys.
please guide me how can i fix fix this problem?
i can not find any helpful solution for this case...


Code:
# yum update --skip-broken
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.fastbull.org
 * epel: epel.mirror.srv.co.ge
 * extras: centos.fastbull.org
 * updates: centos.fastbull.org
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
--> Processing Dependency: glibc = 2.17-55.el7 for package: glibc-devel-2.17-55.el7.x86_64
--> Processing Dependency: glibc = 2.17-55.el7 for package: glibc-common-2.17-55.el7.x86_64
--> Processing Dependency: glibc = 2.17-55.el7 for package: glibc-headers-2.17-55.el7.x86_64
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-devel.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-devel.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-headers.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-headers.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: /usr/sbin/ldconfig for package: libva1-1.3.1-11.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libmad0-0.15.1b-4.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavdevice55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: librtmp0-2.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxvidcore4-1.3.2-15.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrnb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrwb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavutil52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavformat55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libx264_142-0.142-20_20140406.2245.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: 1:libfaad2-2.7-18.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavfilter4-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxavs1-0.1.51-2.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswresample0-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libfaac0-1.28-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswscale2-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libvdpau1-0.7-5.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libpostproc52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavcodec55-2.2.1-65.el7.x86_64
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
--> Processing Dependency: glibc-common = 2.17-55.el7 for package: glibc-2.17-55.el7.x86_64
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: glibc = 2.17-55.el7_0.1 for package: glibc-devel-2.17-55.el7_0.1.x86_64
--> Processing Dependency: glibc = 2.17-55.el7_0.1 for package: glibc-headers-2.17-55.el7_0.1.x86_64
--> Processing Dependency: glibc = 2.17-55.el7_0.1 for package: glibc-common-2.17-55.el7_0.1.x86_64

Packages skipped because of dependency problems:
    glibc-2.17-55.el7_0.1.x86_64 from updates
    glibc-common-2.17-55.el7_0.1.x86_64 from updates
    glibc-devel-2.17-55.el7_0.1.x86_64 from updates
    glibc-headers-2.17-55.el7_0.1.x86_64 from updates
 
Old 11-26-2014, 08:18 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

Yum normally takes care of dependencies, so I'm not sure why the issue.

Try:
Code:
yum clean all
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

http://stackoverflow.com/questions/9...-devel-apr-uti

http://superuser.com/questions/55954...dency-problems

Hope that helps:-
 
Old 11-26-2014, 08:28 PM   #3
SAbhi
Member
 
Registered: Aug 2009
Location: Bangaluru, India
Distribution: CentOS 6.5, SuSE SLED/ SLES 10.2 SP2 /11.2, Fedora 11/16
Posts: 665

Rep: Reputation: Disabled
because you used "--skip-broken" so packages missing dependencies are skipped for updates. see man yum for more details and you will be able to resolve it yourself.
 
Old 11-26-2014, 08:57 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
there has always been a issue with THIRD PARTY REPOS!!!!!!!!

now the repos for rhel/cent6 are WAY better than for 5
the repos for 7 are just -- well NOT THERE YET

you have the "epel " third party repo installed
SEE:
http://wiki.centos.org/AdditionalResources/Repositories

to Quote the wiki
Quote:
Packages should not replace base, although there have been issues around point releases in the past
the key word is "should"
now mix a "should" with the fact you ALSO turned on "extras"

that "should" is now a " there is a very good chance of a PROBLEM"

because you DID NOT install and CONFIGURE!!!!!!!!!!!
the yum plugin that is MEANT to stop you from having issues like this

http://wiki.centos.org/PackageManagement/Yum/Priorities
Code:
su -
yum install yum-plugin-priorities
now you need to CONFIGURE IT
-- read the wiki link above

something like this
< base>
priority=1

< updates >
priority=1

< extras >
priority=10

< epel >
priority=99

then run
Code:
su -
yum clean all

rpm --rebuilddb

yum update
the "rpm --rebuilddb" command could take 2 minuets to 20 minuets to complete

then see what happens


from the errors in the first post this is what likely happened

the epel repo replaced the SYSTEM FILE "glibc" form the base repo with
do to the multimedia software you installed from epel

Last edited by John VV; 11-26-2014 at 09:21 PM.
 
Old 11-27-2014, 01:17 AM   #5
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by SAbhi View Post
because you used "--skip-broken" so packages missing dependencies are skipped for updates. see man yum for more details and you will be able to resolve it yourself.
the "yum update" command's result is same as "yum update --skip-broken"
 
Old 11-27-2014, 01:29 AM   #6
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Hi:

Yum normally takes care of dependencies, so I'm not sure why the issue.

Try:
Code:
yum clean all
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

http://stackoverflow.com/questions/9...-devel-apr-uti

http://superuser.com/questions/55954...dency-problems

Hope that helps:-

Thanks for your reply, but it does not work , same result as before....
 
Old 11-27-2014, 01:51 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
the "yum update" command's result is same as "yum update --skip-broken"
if it was " the same " then you did NOT install "yum-plugin-priorities"
the output WILL BE A BIT DIFFERENT IF IT IS INSTALLED

install it
then configure it
then clean the database
then REBUILD THE DATABASE

then
run yum update

you WILL SEE A CHANGE
some number of packages will be blocked DO THE the settings in that plugin

THEN we can go about fixing the replaced system file with the CORRECT one and solve the glibc issue

Last edited by John VV; 11-27-2014 at 01:53 AM.
 
Old 11-27-2014, 02:14 AM   #8
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by John VV View Post
there has always been a issue with THIRD PARTY REPOS!!!!!!!!

now the repos for rhel/cent6 are WAY better than for 5
the repos for 7 are just -- well NOT THERE YET

you have the "epel " third party repo installed
SEE:
http://wiki.centos.org/AdditionalResources/Repositories

to Quote the wiki

the key word is "should"
now mix a "should" with the fact you ALSO turned on "extras"

that "should" is now a " there is a very good chance of a PROBLEM"

because you DID NOT install and CONFIGURE!!!!!!!!!!!
the yum plugin that is MEANT to stop you from having issues like this

http://wiki.centos.org/PackageManagement/Yum/Priorities
Code:
su -
yum install yum-plugin-priorities
now you need to CONFIGURE IT
-- read the wiki link above

something like this
< base>
priority=1

< updates >
priority=1

< extras >
priority=10

< epel >
priority=99

then run
Code:
su -
yum clean all

rpm --rebuilddb

yum update
the "rpm --rebuilddb" command could take 2 minuets to 20 minuets to complete

then see what happens


from the errors in the first post this is what likely happened

the epel repo replaced the SYSTEM FILE "glibc" form the base repo with
do to the multimedia software you installed from epel

Thanks, i think i did exactly as you mentioned, but it does not work
and the "rpm --rebuilddb" command does not take even 30 seconds.

this is my priorities.conf file:
Code:
[base]
priority=1

[updates]
priority=1

[extras]
priority=10

[epel]
priority=99
afte doing all staff, glibc depenency problem is still there, no any changes...
------------------------------------------------------------------------------------

when i disable the epel.repo, i got this message by yum update:
Code:
 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again

and when i enable it in a normal way, glibc depenency problem is still there, no any changes...
 
Old 11-27-2014, 02:18 AM   #9
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
if it was " the same " then you did NOT install "yum-plugin-priorities"
the output WILL BE A BIT DIFFERENT IF IT IS INSTALLED

install it
then configure it
then clean the database
then REBUILD THE DATABASE

then
run yum update

you WILL SEE A CHANGE
some number of packages will be blocked DO THE the settings in that plugin

THEN we can go about fixing the replaced system file with the CORRECT one and solve the glibc issue

thanks again, this is "yum update" output:
Code:
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-devel.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-devel.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-headers.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-headers.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: /usr/sbin/ldconfig for package: libva1-1.3.1-11.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libva1-1.3.1-11.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libmad0-0.15.1b-4.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libmad0-0.15.1b-4.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavdevice55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavdevice55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: librtmp0-2.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: librtmp0-2.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxvidcore4-1.3.2-15.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxvidcore4-1.3.2-15.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrnb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrnb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrwb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrwb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavutil52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavutil52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libx264_142-0.142-20_20140406.2245.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libx264_142-0.142-20_20140406.2245.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: 1:libfaad2-2.7-18.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: 1:libfaad2-2.7-18.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavfilter4-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavfilter4-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxavs1-0.1.51-2.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxavs1-0.1.51-2.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswresample0-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswresample0-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libfaac0-1.28-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libfaac0-1.28-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswscale2-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswscale2-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libvdpau1-0.7-5.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libvdpau1-0.7-5.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libpostproc52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libpostproc52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavformat55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavformat55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavcodec55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavcodec55-2.2.1-65.el7.x86_64
--> Finished Dependency Resolution
Error: Package: libavutil52-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavformat55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libbluray1-0.4.0-6.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libopencore-amrwb0-0.1.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libxavs1-0.1.51-2.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libva1-1.3.1-11.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libx264_142-0.142-20_20140406.2245.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavfilter4-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libopencore-amrnb0-0.1.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libmad0-0.15.1b-4.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libswscale2-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavcodec55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavdevice55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libfaac0-1.28-6.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libswresample0-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libpostproc52-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: 1:libfaad2-2.7-18.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: librtmp0-2.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libvdpau1-0.7-5.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libxvidcore4-1.3.2-15.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
and this one, "yum update --skip-broken"
Code:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.ntua.gr
 * centosplus: ftp.ntua.gr
 * epel: epel.mirror.srv.co.ge
 * extras: ftp.ntua.gr
 * updates: ftp.ntua.gr
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-devel.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-devel.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-headers.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-headers.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: /usr/sbin/ldconfig for package: libva1-1.3.1-11.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libmad0-0.15.1b-4.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavdevice55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: librtmp0-2.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxvidcore4-1.3.2-15.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrnb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrwb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavutil52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavformat55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libx264_142-0.142-20_20140406.2245.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: 1:libfaad2-2.7-18.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavfilter4-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxavs1-0.1.51-2.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswresample0-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libfaac0-1.28-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswscale2-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libvdpau1-0.7-5.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libpostproc52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavcodec55-2.2.1-65.el7.x86_64
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: glibc = 2.17-55.el7_0.1 for package: glibc-devel-2.17-55.el7_0.1.x86_64
--> Processing Dependency: glibc = 2.17-55.el7_0.1 for package: glibc-headers-2.17-55.el7_0.1.x86_64
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-55.el7_0.1 will be an update

Packages skipped because of dependency problems:
    glibc-2.17-55.el7_0.1.x86_64 from updates
    glibc-common-2.17-55.el7_0.1.x86_64 from updates
    glibc-devel-2.17-55.el7_0.1.x86_64 from updates
    glibc-headers-2.17-55.el7_0.1.x86_64 from updates
 
Old 11-27-2014, 03:11 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651

READ!!!!!!!! the instructions for that plugin !!!!!!!!!!!!!!!!
you do NOT MAKE A "priorities.conf" file

you edit the *.repo files !!!
READ THE INSTRUCTIONS !!!!!!!


that is why i posted that link to the wiki page
READ IT !!!!!!

also YOU DID NOT INSTALL that plugin

Quote:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: ftp.ntua.gr
* centosplus: ftp.ntua.gr
* epel: epel.mirror.srv.co.ge
* extras: ftp.ntua.gr
* updates: ftp.ntua.gr
Resolving Dependencies
--> Running transaction check
if you DID then it will be listed after "fast mirror"


so INSTALL IT !!!


and NOW you even added one more third party repo"
centosplus
and THAT one is incompatible with epel

you REALLY MUST HAVE the yum plugin installed AND CONFIGURED

Last edited by John VV; 11-27-2014 at 03:20 AM.
 
Old 11-27-2014, 03:59 AM   #11
saeedit
Member
 
Registered: Jun 2011
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post

READ!!!!!!!! the instructions for that plugin !!!!!!!!!!!!!!!!
you do NOT MAKE A "priorities.conf" file

you edit the *.repo files !!!
READ THE INSTRUCTIONS !!!!!!!


that is why i posted that link to the wiki page
READ IT !!!!!!

also YOU DID NOT INSTALL that plugin


if you DID then it will be listed after "fast mirror"


so INSTALL IT !!!


and NOW you even added one more third party repo"
centosplus
and THAT one is incompatible with epel

you REALLY MUST HAVE the yum plugin installed AND CONFIGURED

It is installed already:
Code:
yum install yum-plugin-priorities
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.ntua.gr
 * centosplus: ftp.ntua.gr
 * epel: epel.mirror.srv.co.ge
 * extras: ftp.ntua.gr
 * updates: ftp.ntua.gr
Package yum-plugin-priorities-1.1.31-25.el7_0.noarch already installed and latest version
Nothing to do
Code:
[root@localhost pluginconf.d]# pwd
/etc/yum/pluginconf.d
[root@localhost pluginconf.d]# ls
fastestmirror.conf  langpacks.conf  priorities.conf  priorities.conf.orginal
[root@localhost pluginconf.d]# cat priorities.conf
[base]
priority=1

[updates]
priority=1

[extras]
priority=10

[epel]
priority=99
Code:
[root@localhost yum.repos.d]# yum clean all
Loaded plugins: fastestmirror, langpacks
Cleaning repos: base centosplus elasticsearch-1.3 epel extras updates
Cleaning up everything
[root@localhost yum.repos.d]# rpm --rebuilddb
[root@localhost yum.repos.d]# yum update
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.rackdc.com
 * centosplus: mirror.rackdc.com
 * epel: epel.mirror.srv.co.ge
 * extras: mirror.rackdc.com
 * updates: mirror.rackdc.com
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.17-55.el7 will be updated
---> Package glibc.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-devel.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-devel.x86_64 0:2.17-55.el7_0.1 will be an update
---> Package glibc-headers.x86_64 0:2.17-55.el7 will be updated
---> Package glibc-headers.x86_64 0:2.17-55.el7_0.1 will be an update
--> Processing Dependency: /usr/sbin/ldconfig for package: libva1-1.3.1-11.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libmad0-0.15.1b-4.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavdevice55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: librtmp0-2.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxvidcore4-1.3.2-15.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrnb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libopencore-amrwb0-0.1.3-1.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavutil52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavformat55-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libx264_142-0.142-20_20140406.2245.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: 1:libfaad2-2.7-18.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavfilter4-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libxavs1-0.1.51-2.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswresample0-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libfaac0-1.28-6.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libswscale2-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libvdpau1-0.7-5.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libpostproc52-2.2.1-65.el7.x86_64
--> Processing Dependency: /usr/sbin/ldconfig for package: libavcodec55-2.2.1-65.el7.x86_64
--> Finished Dependency Resolution
Error: Package: libavutil52-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavformat55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libbluray1-0.4.0-6.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libopencore-amrwb0-0.1.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libxavs1-0.1.51-2.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libva1-1.3.1-11.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libx264_142-0.142-20_20140406.2245.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavfilter4-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libopencore-amrnb0-0.1.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libmad0-0.15.1b-4.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libswscale2-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavcodec55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libavdevice55-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libfaac0-1.28-6.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libswresample0-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libpostproc52-2.2.1-65.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: 1:libfaad2-2.7-18.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: librtmp0-2.3-1.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libvdpau1-0.7-5.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
Error: Package: libxvidcore4-1.3.2-15.el7.x86_64 (@atrpms)
           Requires: /usr/sbin/ldconfig
           Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
               Not found
           Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
 
Old 11-27-2014, 10:02 PM   #12
SAbhi
Member
 
Registered: Aug 2009
Location: Bangaluru, India
Distribution: CentOS 6.5, SuSE SLED/ SLES 10.2 SP2 /11.2, Fedora 11/16
Posts: 665

Rep: Reputation: Disabled
i guess rpmbuild is not seeing the packages listed by glibc.

So lets go by what yum suggests:
Code:
rpm -Va --nofiles --nodigest
see what error it throws ?

and could you check if the repo "atrpms" are enabled if they are disable them and try update again.
Code:
yum repolist enabled
Code:
yum --disablerepo=atrpms update

Last edited by SAbhi; 11-27-2014 at 10:11 PM.
 
Old 11-28-2014, 02:00 AM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
PS
atrpms is VERY INCOMPATIBLE with every other third party repo

with that in the mix


wipe the drive and REINSTALL cent

or
spend two weeks trying to fix it
 
  


Reply

Tags
dependency, problem



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Centos 6.3 yum update problem MStraet Linux - Server 5 06-12-2013 11:49 PM
problem with Yum update-install-list on CentOS 5.2 reyhaneh.emi Linux - Newbie 4 05-23-2009 03:56 AM
problem with Yum update-install-list on CentOS 5.2 reyhaneh.emi Linux - Software 1 05-20-2009 02:25 PM
yum update problem, centos 4.92 repo no longer available parv Linux - Distributions 3 04-15-2007 07:10 PM
yum unresolved depency problem TranceDude Linux - Software 16 08-24-2005 11:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 07:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration