Skip to content

Instantly share code, notes, and snippets.

@lucs

lucs/HANDLED Secret

Created December 8, 2015 19:42
  • 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 lucs/58f7141fc26df5dced69 to your computer and use it in GitHub Desktop.
Directory structure created under directory named "(HANDLED) Failed to
open file", created when running "perl6 bootstrap.pl" from my
"/opt/prj/l/perl6/github.perl6/panda" build directory"
.
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- panda
+-- inst#
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- rakudo
+-- install
+-- share
+-- perl6
+-- site
+-- panda: no such file or directory\012 in any at
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- rakudo
+-- install
+-- share
+-- perl6
+-- runtime
+-- CORE.setting.moarvm:1\012 in sub mkpath at
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- panda
+-- ext
+-- Shell__Command
+-- lib
+-- Shell
+-- Command.pm:61\012 in block at
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- panda
+-- lib
+-- Panda
+-- App.pm:14\012 in sub make-default-ecosystem at
+-- opt
+-- prj
+-- l
+-- perl6
+-- github.perl6
+-- panda
+-- lib
+-- Panda
+-- App.pm:11\012 in sub MAIN at bin
+-- panda:16\012 in block <unit> at bin
+-- panda:150\012
60 directories, 0 files
@lucasbuchala
Copy link

For what it's worth, here is a different "view" of the same problem:

(HANDLED) Failed to open file /home/lucas/panda/inst#/home/lucas/local/sw/moarvm/share/perl6/site/panda: no such file or directory
  in any  at /home/lucas/local/sw/moarvm/share/perl6/runtime/CORE.setting.moarvm:1
  in sub mkpath at /home/lucas/panda/ext/Shell__Command/lib/Shell/Command.pm:61
  in block  at /home/lucas/panda/lib/Panda/App.pm:14
  in sub make-default-ecosystem at /home/lucas/panda/lib/Panda/App.pm:11
  in sub MAIN at bin/panda:16
  in block <unit> at bin/panda:150
(HANDLED)\ Failed\ to\ open\ file\ /
`-- home/
 `-- lucas/
  `-- panda/
   `-- inst#/
    `-- home/
     `-- lucas/
      `-- local/
       `-- sw/
        `-- moarvm/
         `-- share/
          `-- perl6/
           `-- site/
            `-- panda:\ no\ such\ file\ or\ directory\n\ \ in\ any\ \ at\ /
             `-- home/
              `-- lucas/
               `-- local/
                `-- sw/
                 `-- moarvm/
                  `-- share/
                   `-- perl6/
                    `-- runtime/
                     `-- CORE.setting.moarvm:1\n\ \ in\ sub\ mkpath\ at\ /
                      `-- home/
                       `-- lucas/
                        `-- panda/
                         `-- ext/
                          `-- Shell__Command/
                           `-- lib/
                            `-- Shell/
                             `-- Command.pm:61\n\ \ in\ block\ \ at\ /
                              `-- home/
                               `-- lucas/
                                `-- panda/
                                 `-- lib/
                                  `-- Panda/
                                   `-- App.pm:14\n\ \ in\ sub\ make-default-ecosystem\ at\ /
                                    `-- home/
                                     `-- lucas/
                                      `-- panda/
                                       `-- lib/
                                        `-- Panda/
                                         `-- App.pm:11\n\ \ in\ sub\ MAIN\ at\ bin/
                                          `-- panda:16\n\ \ in\ block\ <unit>\ at\ bin/
                                           `-- panda:150\n/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment