On 01/13/2017 05:28 PM, ToddAndMargo wrote:
Hi All,
How do I fix this?
Many thanks,
-T
# /usr/share/perl6/site/bin/panda install Net::FTP
==> Fetching Net::FTP
==> Building Net::FTP
==> Testing Net::FTP
t/01-load.t ......... ok
t/02-login.t ........ ok
t/03-directory.t .... ok
t/04-list.t ......... ok
# Failed test 'Get file stor.txt success'
# at t/05-put-get.t line 11
# Failed test 'Put file some.txt success'
# at t/05-put-get.t line 12
# Looks like you failed 2 tests of 2
t/05-put-get.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/06-mkdir-rmdir.t .. ok
Test Summary Report
-------------------
t/05-put-get.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=6, Tests=21, 17 wallclock secs ( 0.04 usr 0.01 sys + 7.19
cusr 0.52 csys = 7.76 CPU)
Result: FAIL
test stage failed for Net::FTP: 0
in method install at
/usr/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A
(Panda) line 186
in method resolve at
/usr/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A
(Panda) line 263
in sub MAIN at
/usr/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8
line 20
in block <unit> at
/usr/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8
line 165
Failure Summary
----------------
Net::FTP(
*test stage failed for Net::FTP: 0)
This is what worked:
Download the clone from https://github.com/araraloren/Net-FTP
From inside the directory
$ panda --force --notests install .
I had to use both "force" and "notests"
AND THIS WORKED IN BOTH WINDOWS AND LINUX !!!
YIPPEE!
Thank you all for the help!
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~