panda build fails
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
| siddhant@siddhant-laptop:~/panda$ git pull | |
| Already up-to-date. | |
| siddhant@siddhant-laptop:~/panda$ ./bootstrap.sh | |
| use of uninitialized value of type Command in string context in method Str at src/gen/CORE.setting:670 | |
| ==> Installing panda from a local directory '.' | |
| ==> Fetching panda | |
| ==> Building panda | |
| ===SORRY!=== | |
| No object at index 102 | |
| Any() | |
| resolve stage failed for .: Dependency resolution has failed: stage build failed for panda | |
| in block <anon> at /home/siddhant/panda/lib/Panda.pm:92 | |
| in sub indir at /home/siddhant/panda/lib/Panda/Common.pm:15 | |
| in method build at /home/siddhant/panda/lib/Panda/Builder.pm:38 | |
| in method build-helper at /home/siddhant/panda/lib/Pies.pm:50 | |
| in method resolve-helper at /home/siddhant/panda/lib/Pies.pm:85 | |
| in method resolve at /home/siddhant/panda/lib/Pies.pm:98 | |
| in <anon> at src/gen/Metamodel.pm:2589 | |
| in any call_with_args at src/gen/Metamodel.pm:2586 | |
| in block <anon> at src/gen/CORE.setting:398 | |
| in method resolve at /home/siddhant/panda/lib/Panda.pm:80 | |
| in block <anon> at bin/panda:12 | |
| in method reify at src/gen/CORE.setting:4782 | |
| in method reify at src/gen/CORE.setting:4677 | |
| in method reify at src/gen/CORE.setting:4677 | |
| in method gimme at src/gen/CORE.setting:5064 | |
| in method eager at src/gen/CORE.setting:5039 | |
| in method eager at src/gen/CORE.setting:1028 | |
| in sub eager at src/gen/CORE.setting:5327 | |
| in sub installprojects at bin/panda:9 | |
| in block <anon> at bin/panda:71 | |
| in sub execute at bin/panda:69 | |
| in sub MAIN at bin/panda:111 | |
| in block <anon> at bin/panda:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment