hi all,
today, I have this problem:
# yum install gcc Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: ftp.hosteurope.de * epel: mirror.de.leaseweb.net * extras: ftp.hosteurope.de * updates: ftp.hosteurope.de Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libgomp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-3.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libmpfr.so.1()(64bit) for package: cpp-4.4.7-3.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: glibc-headers = 2.12-1.107.el6_4.4 for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 ---> Package libgomp.x86_64 0:4.4.7-3.el6 will be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed --> Finished Dependency Resolution Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers >= 2.2.1 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
how can I fix? thanks in advance
On Thu, 2013-10-10 at 13:23 +0200, Paolo De Michele wrote:
hi all,
today, I have this problem:
# yum install gcc Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile
- base: ftp.hosteurope.de
- epel: mirror.de.leaseweb.net
- extras: ftp.hosteurope.de
- updates: ftp.hosteurope.de
Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libgomp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-3.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libmpfr.so.1()(64bit) for package: cpp-4.4.7-3.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: glibc-headers = 2.12-1.107.el6_4.4 for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 ---> Package libgomp.x86_64 0:4.4.7-3.el6 will be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed --> Finished Dependency Resolution Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers >= 2.2.1 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Do you have the kernel-headers install? If not yum install kernel-headers
This should resolve the issue because it's required but missing.
how can I fix? thanks in advance _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 10/10/2013 12:26, Earl Ramirez wrote:
On Thu, 2013-10-10 at 13:23 +0200, Paolo De Michele wrote:
hi all,
today, I have this problem:
# yum install gcc Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile
- base: ftp.hosteurope.de
- epel: mirror.de.leaseweb.net
- extras: ftp.hosteurope.de
- updates: ftp.hosteurope.de
Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libgomp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-3.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libmpfr.so.1()(64bit) for package: cpp-4.4.7-3.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: glibc-headers = 2.12-1.107.el6_4.4 for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 ---> Package libgomp.x86_64 0:4.4.7-3.el6 will be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed --> Finished Dependency Resolution Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers >= 2.2.1 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Do you have the kernel-headers install? If not yum install kernel-headers
This should resolve the issue because it's required but missing.
how can I fix? thanks in advance
As yum does the depsolving it should install the kernel-headers for you. It's more likely that there is something in your yum conf that is excluding updates to kernel-headders. I'd check your config files.
Tris
************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify postmaster@bgfl.org
The views expressed within this email are those of the individual, and not necessarily those of the organisation *************************************************************
if I try:
# yum install kernel-headers Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: ftp.hosteurope.de * epel: mirror.de.leaseweb.net * extras: ftp.hosteurope.de * updates: ftp.hosteurope.de Setting up Install Process No package kernel-headers available. Error: Nothing to do
why?
2013/10/10 Earl Ramirez earlaramirez@gmail.com
On Thu, 2013-10-10 at 13:23 +0200, Paolo De Michele wrote:
hi all,
today, I have this problem:
# yum install gcc Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile
- base: ftp.hosteurope.de
- epel: mirror.de.leaseweb.net
- extras: ftp.hosteurope.de
- updates: ftp.hosteurope.de
Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libgomp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cpp = 4.4.7-3.el6 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-3.el6.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.4.7-3.el6.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.7-3.el6 will be installed --> Processing Dependency: libmpfr.so.1()(64bit) for package: cpp-4.4.7-3.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: glibc-headers = 2.12-1.107.el6_4.4 for
package:
glibc-devel-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.107.el6_4.4.x86_64 ---> Package libgomp.x86_64 0:4.4.7-3.el6 will be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.12-1.107.el6_4.4 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.107.el6_4.4.x86_64 ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed --> Finished Dependency Resolution Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers >= 2.2.1 Error: Package: glibc-headers-2.12-1.107.el6_4.4.x86_64 (updates) Requires: kernel-headers You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Do you have the kernel-headers install? If not yum install kernel-headers
This should resolve the issue because it's required but missing.
how can I fix? thanks in advance _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
Kind Regards Earl Ramirez GPG Key: http://trinipino.com/PublicKey.asc
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, 10 Oct 2013 15:09:13 +0200 Paolo De Michele wrote:
# yum install kernel-headers Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile
- base: ftp.hosteurope.de
- epel: mirror.de.leaseweb.net
- extras: ftp.hosteurope.de
- updates: ftp.hosteurope.de
Setting up Install Process No package kernel-headers available. Error: Nothing to do
why?
Post the contents of the file names /etc/yum.conf