another fails to configure.. p5-JSON-RPC-1.06_1

Michelle Sullivan michelle at sorbs.net
Thu May 12 12:28:45 UTC 2016


===========================================================================
=======================<phase: configure >============================
===>  Configuring for p5-JSON-RPC-1.06_1
CPAN::Meta::Requirements version 2.121 required--this is only version 
2.120630 at /usr/local/lib/perl5/site_perl/CPAN/Meta/Prereqs.pm line 18.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/site_perl/CPAN/Meta/Prereqs.pm line 18.
Compilation failed in require at 
/usr/local/lib/perl5/site_perl/CPAN/Meta/Feature.pm line 8.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/site_perl/CPAN/Meta/Feature.pm line 8.
Compilation failed in require at 
/usr/local/lib/perl5/site_perl/CPAN/Meta.pm line 57.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/site_perl/CPAN/Meta.pm line 57.
Compilation failed in require at ./Build.PL line 15.
BEGIN failed--compilation aborted at ./Build.PL line 15.
*** Error code 255

Stop in /usr/ports/devel/p5-JSON-RPC.


fixed with this patch:
[michelle at colossus /Storage/source/ports/head]$ diff -u 
devel/p5-JSON-RPC/Makefile.orig devel/p5-JSON-RPC/Makefile
--- devel/p5-JSON-RPC/Makefile.orig    2016-05-12 14:22:15.788890302 +0200
+++ devel/p5-JSON-RPC/Makefile    2016-05-12 14:26:29.201894451 +0200
@@ -21,8 +21,15 @@
          p5-JSON-XS>=0:converters/p5-JSON-XS \
          p5-Plack>=0:www/p5-Plack \
          p5-Router-Simple>=0:www/p5-Router-Simple \
+        p5-libwww>=0:www/p5-libwww \
+ p5-CPAN-Meta-Requirements>=2.121:devel/p5-CPAN-Meta-Requirements
+RUN_DEPENDS:= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \
+        p5-HTTP-Message>=0:www/p5-HTTP-Message \
+        p5-JSON>=0:converters/p5-JSON \
+        p5-JSON-XS>=0:converters/p5-JSON-XS \
+        p5-Plack>=0:www/p5-Plack \
+        p5-Router-Simple>=0:www/p5-Router-Simple \
          p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS:=    ${BUILD_DEPENDS}

  USES=        perl5
  USE_PERL5=    modbuild

-- 
Michelle Sullivan
http://www.mhix.org/



More information about the freebsd-perl mailing list