Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread John R Pierce

On 4/26/2015 1:54 PM, Tim Dunphy wrote:

Hey guys,


I'm trying to instal gd-devel onto a CentOS 7 host.

-- Finished Dependency Resolution
Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
Requires: libvpx-devel(x86-64)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

But when I try to do that I get the error you see above.

These are the repos I have installed and enabled:

repo id  repo name
 status
epel/x86_64  Extra Packages for
Enterprise 7,718
puppetlabs-deps/x86_64   Puppet Labs Dependencies
El 717
puppetlabs-products/x86_64   Puppet Labs Products El 7
- x   162
remi Les RPM de remi pour
Enterpri 1,928
rhui-REGION-client-config-server-7/x86_64Red Hat Update
Infrastructure 4
rhui-REGION-rhel-server-releases/7Server/x86_64  Red Hat Enterprise Linux
Serv 6,851
rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux
Serv   131
rpmforge RHEL 7Server -
RPMforge.net -   245
webtatic/x86_64  Webtatic Repository EL7 -
x86   519

I originally had nothing more than the base CentOS repo enabled. Along with
the puppetlabs repo and epel when I first encountered this error. But then
I tried adding some repos to find out if I could find the needed package in
any of them.


As others said, that RHUI stuff suggests licensed redhat subscriptions, 
NOT centos.


here's a stock centos 7.1, that only has EPEL enabled.

# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)

# yum install gd-devel
Loaded plugins: fastestmirror
base | 3.6 kB  00:00:00
epel/x86_64/metalink |  14 kB  00:00:00
epel | 4.4 kB  00:00:00
extras | 3.4 kB  00:00:00
updates | 3.4 kB  00:00:00
epel/x86_64/primary_db | 4.2 MB  00:00:00
(1/2): epel/x86_64/updateinfo | 358 kB  00:00:00
(2/2): epel/x86_64/pkgtags | 1.4 MB  00:00:00
Loading mirror speeds from cached hostfile
 * base: centos.sonn.com
 * epel: mirror.prgmr.com
 * extras: mirrors.usc.edu
 * updates: mirrors.usc.edu
Resolving Dependencies
-- Running transaction check
--- Package gd-devel.x86_64 0:2.0.35-26.el7 will be installed
-- Processing Dependency: gd = 2.0.35-26.el7 for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: zlib-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: libpng-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: libjpeg-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: libXpm-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: libX11-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: freetype-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: fontconfig-devel for package: 
gd-devel-2.0.35-26.el7.x86_64
-- Processing Dependency: libgd.so.2()(64bit) for package: 
gd-devel-2.0.35-26.el7.x86_64

-- Running transaction check
--- Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
-- Processing Dependency: pkgconfig(expat) for package: 
fontconfig-devel-2.10.95-7.el7.x86_64

--- Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed
--- Package gd.x86_64 0:2.0.35-26.el7 will be installed
-- Processing Dependency: libXpm.so.4()(64bit) for package: 
gd-2.0.35-26.el7.x86_64

--- Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed
-- Processing Dependency: pkgconfig(xcb) = 1.1.92 for package: 
libX11-devel-1.6.0-2.1.el7.x86_64
-- Processing Dependency: pkgconfig(xproto) for package: 
libX11-devel-1.6.0-2.1.el7.x86_64
-- Processing Dependency: pkgconfig(xcb) for package: 
libX11-devel-1.6.0-2.1.el7.x86_64
-- Processing Dependency: pkgconfig(kbproto) for package: 
libX11-devel-1.6.0-2.1.el7.x86_64

--- Package libXpm-devel.x86_64 0:3.5.10-5.1.el7 will be installed
--- Package libjpeg-turbo-devel.x86_64 0:1.2.90-5.el7 will be installed
--- Package libpng-devel.x86_64 2:1.5.13-5.el7 will be installed
--- Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed
-- Running transaction check
--- Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
--- Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
--- Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed
-- Processing Dependency: pkgconfig(xau) = 0.99.2 for package: 
libxcb-devel-1.9-5.el7.x86_64

--- Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed
-- Running transaction check
--- Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
-- Finished Dependency Resolution

Dependencies Resolved

===
 Package Arch Version Repository   

Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
2015-04-27 1:30 GMT+03:00 John R Pierce pie...@hogranch.com:

 On 4/26/2015 1:54 PM, Tim Dunphy wrote:

 Hey guys,


 I'm trying to instal gd-devel onto a CentOS 7 host.

 -- Finished Dependency Resolution
 Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
 Requires: libvpx-devel(x86-64)
   You could try using --skip-broken to work around the problem
   You could try running: rpm -Va --nofiles --nodigest

 But when I try to do that I get the error you see above.

 These are the repos I have installed and enabled:

 repo id  repo name
  status
 epel/x86_64  Extra Packages for
 Enterprise 7,718
 puppetlabs-deps/x86_64   Puppet Labs Dependencies
 El 717
 puppetlabs-products/x86_64   Puppet Labs Products El 7
 - x   162
 remi Les RPM de remi pour
 Enterpri 1,928
 rhui-REGION-client-config-server-7/x86_64Red Hat Update
 Infrastructure 4
 rhui-REGION-rhel-server-releases/7Server/x86_64  Red Hat Enterprise Linux
 Serv 6,851
 rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux
 Serv   131
 rpmforge RHEL 7Server -
 RPMforge.net -   245
 webtatic/x86_64  Webtatic Repository EL7 -
 x86   519

 I originally had nothing more than the base CentOS repo enabled. Along
 with
 the puppetlabs repo and epel when I first encountered this error. But then
 I tried adding some repos to find out if I could find the needed package
 in
 any of them.


 As others said, that RHUI stuff suggests licensed redhat subscriptions,
 NOT centos.

 here's a stock centos 7.1, that only has EPEL enabled.

 # cat /etc/redhat-release
 CentOS Linux release 7.1.1503 (Core)


Commercial rhel split repos weird way. so, this user might need to enable
some more redhat repos using subscription-manager or similar.

--
Eero
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Tim Dunphy
Hey guys,


I'm trying to instal gd-devel onto a CentOS 7 host.

-- Finished Dependency Resolution
Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
   Requires: libvpx-devel(x86-64)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

But when I try to do that I get the error you see above.

These are the repos I have installed and enabled:

repo id  repo name
status
epel/x86_64  Extra Packages for
Enterprise 7,718
puppetlabs-deps/x86_64   Puppet Labs Dependencies
El 717
puppetlabs-products/x86_64   Puppet Labs Products El 7
- x   162
remi Les RPM de remi pour
Enterpri 1,928
rhui-REGION-client-config-server-7/x86_64Red Hat Update
Infrastructure 4
rhui-REGION-rhel-server-releases/7Server/x86_64  Red Hat Enterprise Linux
Serv 6,851
rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux
Serv   131
rpmforge RHEL 7Server -
RPMforge.net -   245
webtatic/x86_64  Webtatic Repository EL7 -
x86   519

I originally had nothing more than the base CentOS repo enabled. Along with
the puppetlabs repo and epel when I first encountered this error. But then
I tried adding some repos to find out if I could find the needed package in
any of them.

The package that it seems to be complaining about not having  is
called: libvpx-devel(x86-64)

But when I try to instal that this is the result I get:

[root@monitor1:~] #yum install libvpx-devel
Loaded plugins: amazon-id, rhui-lb
No package libvpx-devel available.
Error: Nothing to do

Does anybody have any ideas on how I can get around this problem? I only
want to install gd-devel. Seems like it should be so simple! But not in
this case. :(

Thanks!!
Tim

-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
2015-04-27 0:05 GMT+03:00 John R. Dennison j...@gerdesas.com:

 On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote:
  Disable remi repo and try again..

 And perhaps ask Red Hat as you apparently aren't running CentOS.


Yep. looks like expensive rhel host on amazon ec2.



--
Eero
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Eero Volotinen
Disable remi repo and try again..
26.4.2015 11.54 ip. Tim Dunphy bluethu...@gmail.com kirjoitti:

 Hey guys,


 I'm trying to instal gd-devel onto a CentOS 7 host.

 -- Finished Dependency Resolution
 Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
Requires: libvpx-devel(x86-64)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

 But when I try to do that I get the error you see above.

 These are the repos I have installed and enabled:

 repo id  repo name
 status
 epel/x86_64  Extra Packages for
 Enterprise 7,718
 puppetlabs-deps/x86_64   Puppet Labs Dependencies
 El 717
 puppetlabs-products/x86_64   Puppet Labs Products El 7
 - x   162
 remi Les RPM de remi pour
 Enterpri 1,928
 rhui-REGION-client-config-server-7/x86_64Red Hat Update
 Infrastructure 4
 rhui-REGION-rhel-server-releases/7Server/x86_64  Red Hat Enterprise Linux
 Serv 6,851
 rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux
 Serv   131
 rpmforge RHEL 7Server -
 RPMforge.net -   245
 webtatic/x86_64  Webtatic Repository EL7 -
 x86   519

 I originally had nothing more than the base CentOS repo enabled. Along with
 the puppetlabs repo and epel when I first encountered this error. But then
 I tried adding some repos to find out if I could find the needed package in
 any of them.

 The package that it seems to be complaining about not having  is
 called: libvpx-devel(x86-64)

 But when I try to instal that this is the result I get:

 [root@monitor1:~] #yum install libvpx-devel
 Loaded plugins: amazon-id, rhui-lb
 No package libvpx-devel available.
 Error: Nothing to do

 Does anybody have any ideas on how I can get around this problem? I only
 want to install gd-devel. Seems like it should be so simple! But not in
 this case. :(

 Thanks!!
 Tim

 --
 GPG me!!

 gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread John R. Dennison
On Sun, Apr 26, 2015 at 11:56:18PM +0300, Eero Volotinen wrote:
 Disable remi repo and try again..

And perhaps ask Red Hat as you apparently aren't running CentOS.




John
-- 
Are you really sure that a floor can't also be a ceiling?

-- Maurits Cornelis (M.C.) Escher (1898-1972), Dutch artist,
   M.C. Escher, His Life and Complete Graphic Work: with a fully illustrated
   catalogue, Volume 1982, Part 1, H. N. Abrams (1982)


pgpl_F7pwAUFl.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can't install gd-devel on centos 7.1

2015-04-26 Thread Tim Dunphy

 Commercial rhel split repos weird way. so, this user might need to enable
 some more redhat repos using subscription-manager or similar.


Hmm yeah guys. Sorry for the obvious screw up! Not much was done on this
host yet. Actually it's a free tier t-2 on AWS. So I think I'll just trash
it and start up an **actual** CentOS host and try again.

Gotta learn to be in less of a hurry... ;)

Thanks anyways!

Tim

On Sun, Apr 26, 2015 at 6:52 PM, Eero Volotinen eero.voloti...@iki.fi
wrote:

 2015-04-27 1:30 GMT+03:00 John R Pierce pie...@hogranch.com:

  On 4/26/2015 1:54 PM, Tim Dunphy wrote:
 
  Hey guys,
 
 
  I'm trying to instal gd-devel onto a CentOS 7 host.
 
  -- Finished Dependency Resolution
  Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
  Requires: libvpx-devel(x86-64)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
  But when I try to do that I get the error you see above.
 
  These are the repos I have installed and enabled:
 
  repo id  repo name
   status
  epel/x86_64  Extra Packages for
  Enterprise 7,718
  puppetlabs-deps/x86_64   Puppet Labs
 Dependencies
  El 717
  puppetlabs-products/x86_64   Puppet Labs Products
 El 7
  - x   162
  remi Les RPM de remi pour
  Enterpri 1,928
  rhui-REGION-client-config-server-7/x86_64Red Hat Update
  Infrastructure 4
  rhui-REGION-rhel-server-releases/7Server/x86_64  Red Hat Enterprise
 Linux
  Serv 6,851
  rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise
 Linux
  Serv   131
  rpmforge RHEL 7Server -
  RPMforge.net -   245
  webtatic/x86_64  Webtatic Repository
 EL7 -
  x86   519
 
  I originally had nothing more than the base CentOS repo enabled. Along
  with
  the puppetlabs repo and epel when I first encountered this error. But
 then
  I tried adding some repos to find out if I could find the needed package
  in
  any of them.
 
 
  As others said, that RHUI stuff suggests licensed redhat subscriptions,
  NOT centos.
 
  here's a stock centos 7.1, that only has EPEL enabled.
 
  # cat /etc/redhat-release
  CentOS Linux release 7.1.1503 (Core)
 

 Commercial rhel split repos weird way. so, this user might need to enable
 some more redhat repos using subscription-manager or similar.

 --
 Eero
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos