Skip to content

Instantly share code, notes, and snippets.

@leto
Created July 5, 2011 15:16
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 leto/1065034 to your computer and use it in GitHub Desktop.
Save leto/1065034 to your computer and use it in GitHub Desktop.
(sarkomand)(~/git/parrot-gmp master )$ git rev-parse HEAD
0d303915ef430673279fe2e04cd991ac0d1b01ec
(sarkomand)(~/git/parrot-gmp master )$ parrot setup.pir
stat failed: No such file or directory
current instr.: 'setup' pc 913 (/home/leto/git/parrot/installed_parrot/lib/3.5.0-devel/library/distutils.pir:390)
called from Sub 'main' pc 223 (setup.pir:92) (setup.winxed:38)
thrown from:
called from Sub 'newer' pc 178 (runtime/parrot/library/osutils.pir:103)
called from Sub 'build_pir_winxed' pc 2012 (/home/leto/git/parrot/installed_parrot/lib/3.5.0-devel/library/distutils.pir:854)
called from Sub '_build_pir_winxed' pc 1979 (/home/leto/git/parrot/installed_parrot/lib/3.5.0-devel/library/distutils.pir:840)
called from Sub 'run_step' pc 967 (/home/leto/git/parrot/installed_parrot/lib/3.5.0-devel/library/distutils.pir:418)
current instr.: 'setup' pc 913 (/home/leto/git/parrot/installed_parrot/lib/3.5.0-devel/library/distutils.pir:390)
called from Sub 'main' pc 223 (setup.pir:92) (setup.winxed:38)
@leto
Copy link
Author

leto commented Jul 5, 2011

stat("src/GMP/raw.pir", {st_mode=S_IFREG|0644, st_size=14176, ...}) = 0
stat("src/GMP/raw.pir", {st_mode=S_IFREG|0644, st_size=14176, ...}) = 0
stat("src/GMP/raw.pir", {st_mode=S_IFREG|0644, st_size=14176, ...}) = 0
stat("src/GMP/raw.winxed", 0x7fff1272e2c0) = -1 ENOENT (No such file or directory)
write(2, "stat failed: No such file or dir"..., 39stat failed: No such file or directory

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