On Mon, 2017-09-11 at 06:05 -0700, Rich Shepard wrote: > As root I tried to install Net::BSD using 'perl -MCPAN -e shell' and > this, > too, failed: > > Test Summary Report > ------------------- > t/08-IPv4.t (Wstat: 65280 Tests: 70 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 77 tests but ran 70. > Files=106, Tests=2978, 48 wallclock secs ( 0.88 usr 0.14 sys + 10.62 > cusr 0.72 csys = 12.36 CPU) > Result: FAIL > Failed 1/106 test programs. 0/2978 subtests failed. > Makefile:1337: recipe for target 'test_dynamic' failed > make: *** [test_dynamic] Error 255 > NLNETLABS/Net-DNS-1.05.tar.gz > /usr/bin/make test -- NOT OK > //hint// to see the cpan-testers results for installing this module, > try: > reports NLNETLABS/Net-DNS-1.05.tar.gz > Failed during this command: > NLNETLABS/Net-DNS-1.05.tar.gz : make_test NO > > I've not had 'install <module_name>' fail before and need advice > on how to > proceed to get the module installed so spamassassin is once again > happy.
You can try brute force on the CPAN command line: force CMD try hard to do command fforce CMD try harder notest CMD skip testing so, either 'force install', 'fforce install', or 'notest install' in this case, I think. No guarantees that this won't result in compounded problems down the line, though. -- David Fleck <[email protected]> _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
