Re: Smoker not installing configure_requires

2013-12-14 Thread Ioan Rogers
Thanks, Graham!

On Mon, 2013-12-09 at 13:25 +, Graham Crookham wrote:
> Investigating the smoker VM, it tries the install of Linux::AtaSmart and 
> then detects ExtUtils::PkgConfig is not installed. When it tries to 
> install ExtUtils::PkgConfig this fails to build as it could not find 
> pkg-config which in turn impacts on Linux::AtaSmart.
> 
> Having corrected this on the VM image so pkg-config can be located I 
> again attempted an install of Linux::AtaSmart which, as expected, asked 
> for the missing ExtUtils::PkgConfig - this now installs as it can find 
> pkg-config and allows Linux::AtaSmart to progress, build, pass tests and 
> install.
> 
> Graham
> 
> On 06/12/2013 22:47, Ioan Rogers wrote:
> > Hi all,
> >
> > I've recently received UNKNOWNs (some linked below) from GRAHAMC's
> > smoker:
> >
> >Can't locate ExtUtils/PkgConfig.pm
> >
> > ExtUtils::PkgConfig is listed in configure_requires in META.json, and
> > this appears to be the only smoker not installing it.
> >
> > Is there something else I could/should do to make sure
> > configure_requires are installed? Or is this a smoker issue?
> >
> > Thanks
> >
> >
> > META: https://metacpan.org/source/IOANR/Linux-AtaSmart-1.0.3/META.json
> >
> > Test Reports:
> > http://www.cpantesters.org/cpan/report/fbbb0b10-560b-11e3-bb0b-46dbec20eb7d
> > http://www.cpantesters.org/cpan/report/c796d4ec-5834-11e3-b538-905d3bf5d8c0
> >
> 
> 




signature.asc
Description: This is a digitally signed message part


Re: Smoker not installing configure_requires

2013-12-10 Thread Graham Crookham
Investigating the smoker VM, it tries the install of Linux::AtaSmart and 
then detects ExtUtils::PkgConfig is not installed. When it tries to 
install ExtUtils::PkgConfig this fails to build as it could not find 
pkg-config which in turn impacts on Linux::AtaSmart.


Having corrected this on the VM image so pkg-config can be located I 
again attempted an install of Linux::AtaSmart which, as expected, asked 
for the missing ExtUtils::PkgConfig - this now installs as it can find 
pkg-config and allows Linux::AtaSmart to progress, build, pass tests and 
install.


Graham

On 06/12/2013 22:47, Ioan Rogers wrote:

Hi all,

I've recently received UNKNOWNs (some linked below) from GRAHAMC's
smoker:

   Can't locate ExtUtils/PkgConfig.pm

ExtUtils::PkgConfig is listed in configure_requires in META.json, and
this appears to be the only smoker not installing it.

Is there something else I could/should do to make sure
configure_requires are installed? Or is this a smoker issue?

Thanks


META: https://metacpan.org/source/IOANR/Linux-AtaSmart-1.0.3/META.json

Test Reports:
http://www.cpantesters.org/cpan/report/fbbb0b10-560b-11e3-bb0b-46dbec20eb7d
http://www.cpantesters.org/cpan/report/c796d4ec-5834-11e3-b538-905d3bf5d8c0





Re: Smoker not installing configure_requires

2013-12-10 Thread Graham Crookham
Investigating the smoker VM, it tries the install of Linux::AtaSmart and 
then detects ExtUtils::PkgConfig is not installed. When it tries to 
install ExtUtils::PkgConfig this fails to build as it could not find 
pkg-config.


Having corrected this on the VM image so pkg-config can be located I 
again attempted an install of Linux::AtaSmart which, as expected, asked 
for the missing ExtUtils::PkgConfig - this now installs as it can find 
pkg-config and allows Linux::AtaSmart to progress, build, pass tests and 
install.


Graham

On 06/12/2013 22:47, Ioan Rogers wrote:

Hi all,

I've recently received UNKNOWNs (some linked below) from GRAHAMC's
smoker:

   Can't locate ExtUtils/PkgConfig.pm

ExtUtils::PkgConfig is listed in configure_requires in META.json, and
this appears to be the only smoker not installing it.

Is there something else I could/should do to make sure
configure_requires are installed? Or is this a smoker issue?

Thanks


META: https://metacpan.org/source/IOANR/Linux-AtaSmart-1.0.3/META.json

Test Reports:
http://www.cpantesters.org/cpan/report/fbbb0b10-560b-11e3-bb0b-46dbec20eb7d
http://www.cpantesters.org/cpan/report/c796d4ec-5834-11e3-b538-905d3bf5d8c0





Re: Smoker not installing configure_requires

2013-12-09 Thread Graham Crookham
Investigating the smoker VM, it tries the install of Linux::AtaSmart and 
then detects ExtUtils::PkgConfig is not installed. When it tries to 
install ExtUtils::PkgConfig this fails to build as it could not find 
pkg-config which in turn impacts on Linux::AtaSmart.


Having corrected this on the VM image so pkg-config can be located I 
again attempted an install of Linux::AtaSmart which, as expected, asked 
for the missing ExtUtils::PkgConfig - this now installs as it can find 
pkg-config and allows Linux::AtaSmart to progress, build, pass tests and 
install.


Graham

On 06/12/2013 22:47, Ioan Rogers wrote:

Hi all,

I've recently received UNKNOWNs (some linked below) from GRAHAMC's
smoker:

   Can't locate ExtUtils/PkgConfig.pm

ExtUtils::PkgConfig is listed in configure_requires in META.json, and
this appears to be the only smoker not installing it.

Is there something else I could/should do to make sure
configure_requires are installed? Or is this a smoker issue?

Thanks


META: https://metacpan.org/source/IOANR/Linux-AtaSmart-1.0.3/META.json

Test Reports:
http://www.cpantesters.org/cpan/report/fbbb0b10-560b-11e3-bb0b-46dbec20eb7d
http://www.cpantesters.org/cpan/report/c796d4ec-5834-11e3-b538-905d3bf5d8c0





Re: Smoker not installing configure_requires

2013-12-08 Thread Andreas Koenig
Ioan Rogers  writes:

> ExtUtils::PkgConfig is listed in configure_requires in META.json

I think META.yaml is still required, the META.json is not a replacement.

-- 
andreas