azawawi / raku-ncurses

Raku interface to NCurses library
MIT License
23 stars 9 forks source link

Fails to install under FreeBSD #19

Closed pprocacci closed 5 years ago

pprocacci commented 5 years ago

zef install NCurses

===> Searching for: NCurses ===> Searching for missing dependencies: LibraryCheck ===> Testing: LibraryCheck:ver<0.0.6>:auth ===> Testing [OK] for LibraryCheck:ver<0.0.6>:auth ===> Testing: NCurses:ver<0.6.3>:auth ===> Testing [FAIL]: NCurses:ver<0.6.3>:auth Aborting due to test failure: NCurses:ver<0.6.3>:auth (use --force-test to override)

azawawi commented 5 years ago

Sorry for the late reply. What perl6 version do you have (i.e. perl6 --version)?

Also did you try to run zef with more debug information (i.e. zef install --verbose NCurses)?

pprocacci commented 5 years ago

perl6 --version

This is Rakudo Star version 2018.06 built on MoarVM version 2018.06 implementing Perl 6.c.

I didn't try the verbose option. I didn't know it existed. ;)

pprocacci commented 5 years ago

zef uninstall NCurses

===> Uninstalled from /opt/rakudo-2018.06/share/perl6/site NCurses:ver<0.6.3>:auth root@FreeBSD11:~/jtt # zef install --verbose NCurses ===> Searching for: NCurses ===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects1.json ===> Found: NCurses:ver<0.6.3>:auth [via Zef::Repository::Ecosystems] ===> Fetching [OK]: NCurses:ver<0.6.3>:auth to /root/.zef/tmp/1541610549.1200.3072/perl6-ncurses.git ===> Extraction [OK]: NCurses to /root/.zef/store/perl6-ncurses.git ===> Testing: NCurses:ver<0.6.3>:auth t/01-sanity.t ....... ok t/02-basic.t ........ All 1 subtests passed t/99-author-meta.t .. ok All tests successful.

Test Summary Report

t/02-basic.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 1 tests but ran 0. Files=3, Tests=2, 15 wallclock secs Result: FAILED ===> Testing [FAIL]: NCurses:ver<0.6.3>:auth Aborting due to test failure: NCurses:ver<0.6.3>:auth (use --force-test to override)

pprocacci commented 5 years ago

I'm going to close this as I had a fresh install that didn't show any problems. if it comes up again, I'll report it.