Skip to content

Instantly share code, notes, and snippets.

@cognominal
Created June 22, 2012 16:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cognominal/2973968 to your computer and use it in GitHub Desktop.
panda broken
$ ./bootstrap.sh
==> Fetching File::Tools
==> Building File::Tools
==> Testing File::Tools
t/01-file-find.t ...... ===SORRY!===
Missing or wrong version of dependency 'src/gen/CORE.setting'
t/01-file-find.t ...... Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
t/02-shell-command.t .. ===SORRY!===
Missing or wrong version of dependency 'src/gen/Metamodel.pm'
t/02-shell-command.t .. Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
Test Summary Report
-------------------
t/01-file-find.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/02-shell-command.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=2, Tests=0, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.56 cusr 0.13 csys = 0.72 CPU)
Result: FAIL
Any()
test stage failed for File::Tools: Tests failed
in sub indir at /Users/cog/git/panda/lib/Panda/Common.pm:15
in method test at /Users/cog/git/panda/lib/Panda/Tester.pm:12
in method test-helper at /Users/cog/git/panda/lib/Pies.pm:54
in method resolve-helper at /Users/cog/git/panda/lib/Pies.pm:86
in method resolve at /Users/cog/git/panda/lib/Pies.pm:98
in any call_with_capture at src/gen/Metamodel.pm:2684
in block <anon> at src/gen/CORE.setting:445
in method resolve at /Users/cog/git/panda/lib/Panda.pm:84
in block <anon> at bin/panda:86
in method reify at src/gen/CORE.setting:5061
in method reify at src/gen/CORE.setting:4960
in method reify at src/gen/CORE.setting:4960
in method gimme at src/gen/CORE.setting:5344
in method eager at src/gen/CORE.setting:5319
in method eager at src/gen/CORE.setting:1076
in sub eager at src/gen/CORE.setting:5609
in sub MAIN at bin/panda:83
in block <anon> at bin/panda:1
===SORRY!===
Missing or wrong version of dependency 'src/gen/Metamodel.pm'
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment