Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created May 13, 2016 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizmat/2311c751663d213967de4b99176d935f to your computer and use it in GitHub Desktop.
Save lizmat/2311c751663d213967de4b99176d935f to your computer and use it in GitHub Desktop.
Inline::Perl5 install failure
$ bin/panda install Inline::Perl5
==> Inline::Perl5 depends on LibraryMake
==> Fetching LibraryMake
==> Building LibraryMake
==> Testing LibraryMake
t/01-basic.t .. ok
All tests successful.
Files=1, Tests=7, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.02 cusr 0.11 csys = 1.16 CPU)
Result: PASS
==> Installing LibraryMake
==> Successfully installed LibraryMake
==> Fetching Inline::Perl5
==> Building Inline::Perl5
gcc -Wall p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o /Users/liz/Github/panda/.panda-work/1463168717_2/resources/libraries/libp5helper.dylib -fPIC -g
In file included from p5helper.c:3:
In file included from /usr/local/lib/perl5/5.20.0/darwin-2level/CORE/perl.h:5152:
/usr/local/lib/perl5/5.20.0/darwin-2level/CORE/inline.h:311:9: warning: nonnull
parameter 'pv' will evaluate to 'true' on first encounter
[-Wpointer-bool-conversion]
if (pv && len > 1) {
^~ ~~
1 warning generated.
==> Testing Inline::Perl5
t/autoload.t .................. ok
t/call.t ...................... ok
t/call_back.t ................. ok
t/call_hash.t ................. ok
t/call_p6_function_from_p5.t .. ok
t/callables.t ................. ok
t/can.t ....................... ok
t/eval.t ...................... ok
t/eval_p6_in_p5.t .............
No subtests run
t/eval_return_values.t ........ ok
t/exceptions.t ................ ok
t/file_handles.t .............. ok
t/from.t ...................... ok
t/import.t .................... ok
t/inherit.t ................... ok
t/invoke.t .................... ok
t/invoke_p6_method_from_p5.t ..
All 3 subtests passed
t/overload.t .................. ok
t/p5_to_p6.t .................. ok
t/p6_object_destructor.t ...... ok
t/p6_to_p5.t .................. ok
t/perl5package.t .............. ok
t/perl5parent.t ............... ok
t/stringify.t ................. ok
t/use.t ....................... ok
t/v6.t ........................
No subtests run
Test Summary Report
-------------------
t/eval_p6_in_p5.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
t/invoke_p6_method_from_p5.t (Wstat: 11 Tests: 3 Failed: 0)
Non-zero wait status: 11
t/v6.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
Files=26, Tests=334, 28 wallclock secs ( 0.09 usr 0.04 sys + 25.66 cusr 1.45 csys = 27.24 CPU)
Result: FAIL
The spawned process exited unsuccessfully (exit code: 1)
in sub run-and-gather-output at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 85
in block at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 22
in sub indir at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 20
in method test at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 5
in method install at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 156
in method resolve at /Users/liz/Github/rakudo.moar/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 234
in sub MAIN at bin/panda line 18
in block <unit> at bin/panda line 152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment