Created
December 30, 2015 19:16
-
-
Save uvtc/03304823f8d03b3931f2 to your computer and use it in GitHub Desktop.
panda install Readline, error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ panda install Readline | |
==> Fetching Readline | |
==> Building Readline | |
==> Testing Readline | |
===SORRY!=== Error while compiling /home/john/.panda-work/1451502005_1/lib/Readline.pm | |
In 'remove_history' routine declaration - Not an accepted NativeCall type for parameter [1] : Int | |
-->For Numerical type, use the appropriate int32/int64/num64... | |
at /home/john/.panda-work/1451502005_1/lib/Readline.pm:769 | |
===SORRY!=== Error while compiling /home/john/.panda-work/1451502005_1/lib/Readline.pm | |
In 'remove_history' routine declaration - Not an accepted NativeCall type for parameter [1] : Int | |
-->For Numerical type, use the appropriate int32/int64/num64... | |
at /home/john/.panda-work/1451502005_1/lib/Readline.pm:769 | |
t/01-load.t .. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
No subtests run | |
===SORRY!=== Error while compiling /home/john/.panda-work/1451502005_1/lib/Readline.pm | |
In 'remove_history' routine declaration - Not an accepted NativeCall type for parameter [1] : Int | |
-->For Numerical type, use the appropriate int32/int64/num64... | |
at /home/john/.panda-work/1451502005_1/lib/Readline.pm:769 | |
===SORRY!=== Error while compiling /home/john/.panda-work/1451502005_1/lib/Readline.pm | |
In 'remove_history' routine declaration - Not an accepted NativeCall type for parameter [1] : Int | |
-->For Numerical type, use the appropriate int32/int64/num64... | |
at /home/john/.panda-work/1451502005_1/lib/Readline.pm:769 | |
t/02-base.t .. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
No subtests run | |
Test Summary Report | |
------------------- | |
t/01-load.t (Wstat: 256 Tests: 0 Failed: 0) | |
Non-zero exit status: 1 | |
Parse errors: No plan found in TAP output | |
t/02-base.t (Wstat: 256 Tests: 0 Failed: 0) | |
Non-zero exit status: 1 | |
Parse errors: No plan found in TAP output | |
Files=2, Tests=0, 20 wallclock secs ( 0.02 usr 0.00 sys + 19.54 cusr 0.44 csys = 20.00 CPU) | |
Result: FAIL | |
The spawned process exited unsuccessfully (exit code: 1) | |
in sub run-and-gather-output at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/C240160F6CED5CCE5A319C0A0BA15609A097DD05 line 85 | |
in block at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/013D02F7114EFF2230D865A067E699F97FB337D7 line 22 | |
in sub indir at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/C240160F6CED5CCE5A319C0A0BA15609A097DD05 line 20 | |
in method test at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/013D02F7114EFF2230D865A067E699F97FB337D7 line 5 | |
in method install at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/4865605BE228501A5FBA311488FC0EB7BF67AF7D line 141 | |
in method resolve at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/sources/4865605BE228501A5FBA311488FC0EB7BF67AF7D line 219 | |
in sub MAIN at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/resources/BD148E55119DEB6810D137A2991C9014C240252F line 18 | |
in block <unit> at /home/john/.rakudobrew/moar-nom/install/share/perl6/site/resources/BD148E55119DEB6810D137A2991C9014C240252F line 150 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4 months later... Installed Rakudo on Win 7 64 bit: Running its shell suggests
You may want to
panda install Readline
orpanda install Linenoise
or use rlwrap for a line editor
Attempting so results in an error