Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2016 14:28:43 +0200
From:      Michelle Sullivan <michelle@sorbs.net>
To:        perl@freebsd.org
Subject:   another fails to configure.. p5-JSON-RPC-1.06_1
Message-ID:  <573476FB.6080401@sorbs.net>

next in thread | raw e-mail | index | archive | help

===========================================================================
=======================<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@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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?573476FB.6080401>