Skip to content

Instantly share code, notes, and snippets.

@an0maly
Created July 14, 2011 03:14
Show Gist options
  • Save an0maly/1081878 to your computer and use it in GitHub Desktop.
Save an0maly/1081878 to your computer and use it in GitHub Desktop.
panda doesn't build with rakudo
bkurle@lapple-too ~/src/panda $ sh bootstrap.sh
--2011-07-13 19:53:33-- http://feather.perl6.nl:3000/list
Resolving feather.perl6.nl... 2a02:2308:10::f:1, 193.200.132.135
Connecting to feather.perl6.nl|2a02:2308:10::f:1|:3000... failed: No route to host.
Connecting to feather.perl6.nl|193.200.132.135|:3000... connected.
HTTP request sent, awaiting response... 302 Found
Location: projects.json [following]
--2011-07-13 19:53:34-- http://feather.perl6.nl:3000/projects.json
Connecting to feather.perl6.nl|193.200.132.135|:3000... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/json]
Saving to: `/Users/bkurle/.panda/projects.json'
[ <=> ] 17,645 27.8K/s in 0.6s
2011-07-13 19:53:35 (27.8 KB/s) - `/Users/bkurle/.panda/projects.json' saved [17645]
==> Installing panda from a local directory '.'
==> panda depends on File::Tools, JSON::Tiny, Test::Mock
==> Fetching File::Tools
==> Building File::Tools
===SORRY!===
File::Copy is now deprecated, please use Rakudo's IO.copy() instead
===SORRY!===
File::Mkdir is now deprecated, please use Shell::Command mkpath() instead
==> Testing File::Tools
Name "main::running_under_some_shell" used only once: possible typo at /usr/bin/prove5.10.0 line 3.
Unknown option: e
Tests failed for File::Tools
bkurle@lapple-too ~/src/panda $ perl6 --version
This is Rakudo Perl 6, version 2011.04 built on parrot 3.3.0
Copyright 2008-2011, The Perl Foundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment