Re: [CentOS] yum install make does not work

2012-12-20 Thread Akemi Yagi
On Wed, Dec 19, 2012 at 11:12 PM, Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr wrote: m.r...@5-cent.us wrote: If you're going to use priorities, I'd make the CentOS mirrors highest, then work my way down, with epel being *above* repoforge, since the latter contains packages that conflict

Re: [CentOS] yum install make does not work

2012-12-20 Thread Giorgio Bersano
2012/12/19 Theo Band theo.b...@greenpeak.com: On 12/19/2012 08:34 PM, Frank Cox wrote: On Wed, 19 Dec 2012 20:26:58 +0100 Nicolas Thierry-Mieg wrote: Theo: I suggest disabling all repos except os+updates and trying again. He could go to that mirror with a web browser and see if the package

[CentOS] yum install make does not work

2012-12-19 Thread Theo Band
I try to install make (should be present in base): yum install make Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.supportex.net * epel: mirror.nl.leaseweb.net * extras: mirrors.supportex.net * rpmforge:

Re: [CentOS] yum install make does not work

2012-12-19 Thread Les Mikesell
On Wed, Dec 19, 2012 at 11:35 AM, Theo Band theo.b...@greenpeak.com wrote: I try to install make (should be present in base): yum install make Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.supportex.net * epel:

Re: [CentOS] yum install make does not work

2012-12-19 Thread John R Pierce
On 12/19/2012 9:35 AM, Theo Band wrote: I try to install make (should be present in base)... no, it shouldn't. A) its not in RHEL base, therefore its not in CentOS base. B) Base contains NO development tools, is intended for deploying RPM packaged software only. if you need make, odds are,

Re: [CentOS] yum install make does not work

2012-12-19 Thread Marcin Lage
$ sudo yum list make Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirror.beyondhosting.net * centosplus: mirror.ueg.br * elrepo: jur-linux.org * epel: mirrors.dmacc.net * extras: mirror.ueg.br * remi:

Re: [CentOS] yum install make does not work

2012-12-19 Thread Nicolas Thierry-Mieg
John R Pierce wrote: On 12/19/2012 9:35 AM, Theo Band wrote: I try to install make (should be present in base)... no, it shouldn't. A) its not in RHEL base, therefore its not in CentOS base. B) Base contains NO development tools, is intended for deploying RPM packaged software only. if

Re: [CentOS] yum install make does not work

2012-12-19 Thread Frank Cox
On Wed, 19 Dec 2012 17:25:59 -0200 Marcin Lage wrote: $ sudo yum list make You don't need sudo to do that. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! ___ CentOS

Re: [CentOS] yum install make does not work

2012-12-19 Thread Frank Cox
On Wed, 19 Dec 2012 20:26:58 +0100 Nicolas Thierry-Mieg wrote: Theo: I suggest disabling all repos except os+updates and trying again. He could go to that mirror with a web browser and see if the package actually exists there. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~

Re: [CentOS] yum install make does not work

2012-12-19 Thread John R Pierce
On 12/19/2012 11:25 AM, Marcin Lage wrote: *make.x86_64 1:3.81-20.el6 @base* h, man, gotta stop posting before coffee. I was thinking 'base install', not 'base repository'. ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] yum install make does not work

2012-12-19 Thread Marcin Lage
I'm not sure, but maybe you have to set priorities among their repositories. I have also configured repositories rpmforge and EPEL on my system, and to avoid conflicts between packages from these repositories with packages from default repositories, I install the plugin priorities - yum install

Re: [CentOS] yum install make does not work

2012-12-19 Thread Marcin Lage
**yum-plugin-priorities** 2012/12/19 Marcin Lage marcin.l...@gmail.com I'm not sure, but maybe you have to set priorities among their repositories. I have also configured repositories rpmforge and EPEL on my system, and to avoid conflicts between packages from these repositories with

Re: [CentOS] yum install make does not work

2012-12-19 Thread m . roth
Marcin Lage wrote: I'm not sure, but maybe you have to set priorities among their repositories. I have also configured repositories rpmforge and EPEL on my system, and to avoid conflicts between packages from these repositories with packages from default repositories, I install the plugin

Re: [CentOS] yum install make does not work

2012-12-19 Thread Theo Band
On 12/19/2012 08:34 PM, Frank Cox wrote: On Wed, 19 Dec 2012 20:26:58 +0100 Nicolas Thierry-Mieg wrote: Theo: I suggest disabling all repos except os+updates and trying again. He could go to that mirror with a web browser and see if the package actually exists there. I have two

Re: [CentOS] yum install make does not work

2012-12-19 Thread Les Mikesell
On Wed, Dec 19, 2012 at 3:15 PM, Theo Band theo.b...@greenpeak.com wrote: I have two installations. One that works, and one that does not, so I can compare. I want to point to a known good mirror, but haven't figured out how to do that. I can probably just download the make rpm and install it

Re: [CentOS] yum install make does not work

2012-12-19 Thread Nicolas Thierry-Mieg
m.r...@5-cent.us wrote: If you're going to use priorities, I'd make the CentOS mirrors highest, then work my way down, with epel being *above* repoforge, since the latter contains packages that conflict with some of the standard CentOS base packages. this hasn't been true for more than two