Benjamin Reed wrote:
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17558/10.3/unstable/main/finkinfo/database
Modified Files:
rrdtool.info Log Message:
rrdtool manpages are generated with a POD that requires perl 5.8 or later
Hi Ben,
I was working on rrdinfo.pm and rrd-pm.info and had one problem and have a couple of suggestions:
First the problem.
If I patch to rrd-pm.info with this to test RRDs.pm:
$ diff -u rrd-pm.info ~ --- rrd-pm.info.orig Wed Jul 21 09:23:20 2004 +++ rrd-pm.info Wed Jul 21 09:37:13 2004 @@ -27,6 +27,7 @@ sed -e 's,@top_srcdir@,..,g' Makefile.PL.in > Makefile.PL perl%type_raw[perl] Makefile.PL %c make + make test popd << InstallScript: <<
then I get this error:
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base....ok 2/7t/base.t: unable to get last `demo2.rrd': opening 'demo2.rrd': No such file or directory
t/base....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5-7
Failed 3/7 tests, 57.14% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/base.t 2 512 7 6 85.71% 5-7
Failed 1/1 test scripts, 0.00% okay. 3/7 subtests failed, 57.14% okay.
make: *** [test_dynamic] Error 2
Building rrdtool by hand and running make test gets this to pass just fine. Maybe rrd-pm.info should run configure and then just cd into perl-shared and perl-piped?
We should probably add this test into the .info file. However, testing RRDp.pm doesn't work at all. I took a look at this bug and it appears that demo2.rrd is not being generated.
In rrdinfo.info, to shrink librrd.dylib by 50%, can we use the --enable-local-libpng and --enable-local-zlib configure options? This will prevent RRD from using it's own copies of these packages.
Finally, is there a reason for having rrdtool BuildDepends on dlcompat-dev? I tried compiling without it and it builds and runs just fine.
Regards, Blair
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
