Bug 190959 - net/smokeping 2.6.9 fails
Summary: net/smokeping 2.6.9 fails
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 08:45 UTC by Dikshie
Modified: 2014-07-11 11:15 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dikshie 2014-06-12 08:45:48 UTC
Fresh install ports tree using svn.  
lastest revision my ports tree is r357566


looks smokeping cant find RRDp.pm 
root@sfc-monitor:/usr/local/lib/perl5 # find . -name "RRDp.pm"
./site_perl/5.16/RRDp.pm
root@sfc-monitor:/usr/local/lib/perl5 #



--------------------------------------------
checking for gnumake... no
checking for gmake... /usr/local/bin/gmake
checking checking for gnu make availablility... /usr/local/bin/gmake is GNU make
checking checking for perl module 'RRDs'... Failed
checking checking for perl module 'FCGI'... Ok
checking checking for perl module 'CGI'... Ok
checking checking for perl module 'CGI::Fast'... Ok
checking checking for perl module 'Config::Grammar'... Ok
checking checking for perl module 'Digest::HMAC_MD5'... Ok
checking checking for perl module 'LWP'... Ok

** Aborting Configure ******************************

   If you know where perl can find the missing modules, set
   the PERL5LIB environment variable accordingly.

   FIRST though, make sure that 'perl' starts the perl
   binary you want to use for SmokePing.

   Now you can install local copies of the missing modules
   by running

     ./setup/build-perl-modules.sh /usr/local/thirdparty

   The RRDs perl module is part of RRDtool. Either use the rrdtool
   package provided by your OS or install rrdtool from source.
   If you install from source, the RRDs module is located
   PREFIX/lib/perl

===>  Script "configure" failed unexpectedly.
Please report the problem to rodrigo@FreeBSD.org [maintainer] and attach the
"/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-06-13 03:54:41 UTC
Patch submitted in bug 190970.

*** This bug has been marked as a duplicate of bug 190970 ***
Comment 2 Dikshie 2014-06-13 04:52:35 UTC
(In reply to Mark Linimon from comment #1)
> Patch submitted in bug 190970.
> 
> *** This bug has been marked as a duplicate of bug 190970 ***

i tried the patch from bug 190970 and it does not solve my problem.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2014-06-13 04:55:00 UTC
I jumped the gun -- apparently the fix from bug 190970 is not sufficient.
Comment 4 Dikshie 2014-07-10 06:09:34 UTC
(In reply to Mark Linimon from comment #3)
> I jumped the gun -- apparently the fix from bug 190970 is not sufficient.

after deinstall all ports (delete pkg and ports databases) and reinstall (now i am using perl 5.20), finally i can build smokeping.
it's very strange. 
i dont understand why. 
at least my smokeping works now. 
thanks!