[CentOS] Missing dependency

Mon Apr 23 00:02:47 UTC 2012
Phil Schaffner <Philip.R.Schaffner at NASA.gov>

Mark LaPierre wrote on 04/22/2012 05:51 PM:
> On 04/22/2012 04:40 PM, Steven Buehler wrote:
>> Did you try typing the following into google and then grabing one of the
>> source rpms listed?
>> linux source spice-server-devel
>>
>>
>>
>> -----Original Message-----
>> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf
>> Of Mark LaPierre
>> Sent: Sunday, April 22, 2012 3:24 PM
>> To: Mail List CentOS Users
>> Subject: [CentOS] Missing dependency
>>
>> Hey all,
>>
>> Anyone know where I can find source packages for X86-64 CentOS 6.2:
>>
>> dev86 is needed by my project
>> iasl is needed by my project
>> spice-server-devel>= 0.8.2-4.el6 is needed by my project
>>
>> I can't seem to find them in the source repositories.
>>
>> Thanks.
> Yes I did, but I could not find anything from CentOS.  I don't want to
> go outside CentOS for my dependencies due to risk of library corruption.
>
> Example:
>
> http://mirror.centos.org/centos/6.2/os/SRPMS/spice-server-0.8.2-5.el6.src.rpm
>
> Not Found
>
> The requested URL /centos/6.2/os/SRPMS/spice-server-0.8.2-5.el6.src.rpm
> was not found on this server.
>
You don't need the SRPM if all that is required is the -devel package.

yum install spice-server-devel

SRPMs are at

http://vault.centos.org/6.2/os/Source/SPackages/
http://vault.centos.org/6.2/updates/Source/SPackages/

Phil