Skip Menu |

This queue is for tickets about the Audio-Ofa CPAN distribution.

Report information
The Basics
Id: 118195
Status: new
Priority: 0/
Queue: Audio-Ofa

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.01
Fixed in: (no value)



Subject: ExtUtils::PkgConfig not specified as configure_requires?
Automatic installation with CPAN.pm does not work if ExtUtils::PkgConfig is not installed: ... Could not load ExtUtils::PkgConfig; please make sure it is intalled (/bbbike/perl-5.20.3D/bin/perl Build.PL exited with 512) ... Probably ExtUtils::PkgConfig has to be specified as a configure_requires.
On 2016-10-01 05:19:40, SREZIC wrote: Show quoted text
> Automatic installation with CPAN.pm does not work if > ExtUtils::PkgConfig is not installed: > > ... > Could not load ExtUtils::PkgConfig; please make sure it is intalled > (/bbbike/perl-5.20.3D/bin/perl Build.PL exited with 512) > ... > > Probably ExtUtils::PkgConfig has to be specified as a > configure_requires.
Also possibly undeclared: Module::Build::Compat. ... Output from '/usr/local/bin/perl Makefile.PL': Can't locate Module/Build/Compat.pm in @INC (you may need to install the Module::Build::Compat module) (@INC contains: /var/tmp/cpansmoker-1023/2019050409/CPAN-Reporter-lib-yx5e /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 .) at Makefile.PL line 2. BEGIN failed--compilation aborted at Makefile.PL line 2. ...