Tadeusz, I tried using -force because I initially thought I would be reinstalling Bailador.
Eliminating --force and --prefix had no effect. Here is the entire output. $ sudo panda install Digest::HMAC ==> Fetching Digest::HMAC ==> Building Digest::HMAC ==> Testing Digest::HMAC ===SORRY!=== Could not find Digest at line 6 in: /Users/jpolanik/Documents/myPerl6/Bailador/life/.panda-work/1461964706_1/lib /Users/jpolanik/.perl6 /Applications/Rakudo/share/perl6/site /Applications/Rakudo/share/perl6/vendor /Applications/Rakudo/share/perl6 CompUnit::Repository::AbsolutePath<140471828218032> CompUnit::Repository::NQP<140471823022992> CompUnit::Repository::Perl5<140471823023032> t/01-basic.t .. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Test Summary Report ------------------- t/01-basic.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: No plan found in TAP output Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.60 cusr 0.10 csys = 1.73 CPU) Result: FAIL test stage failed for Digest::HMAC: Tests failed in method install at /Applications/Rakudo/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 157 in method resolve at /Applications/Rakudo/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 234 in sub MAIN at /Applications/Rakudo/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 18 in block <unit> at /Applications/Rakudo/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 152 Failure Summary ---------------- Digest::HMAC( *test stage failed for Digest::HMAC: Tests failed) Thanks, Joe From: Tadeusz Sośnierz <tadeusz.sosni...@onet.pl<mailto:tadeusz.sosni...@onet.pl>> Date: Friday, April 29, 2016 at 5:10 PM To: "perl6-us...@perl.org<mailto:perl6-us...@perl.org>" <perl6-us...@perl.org<mailto:perl6-us...@perl.org>> Subject: Re: Difficulty Installing Module on Latest Rakudo Star Hey Joe, Can you post the entire panda output? Also, does the situation change when you don't use --prefix, and/or is there a particular reason why you use --force? On 29/04/16 23:02, Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco) wrote: I'm trying to install Bailador on a Mac running OSX 10.11.4 with the Latest Rakudo Star (2016.04). The installation fails on a dependency. Digest::HMAC can't be installed using sudo panda --prefix=/Applications/Rakudo/share/perl6/site/bin/ --force install Digest::HMAC The error message says Could not find Digest at line 6 in: /Applications/Rakudo/share/perl6/site /Applications/Rakudo/share/perl6/vendor /Applications/Rakudo/share/perl6 However, Digest itself is installed. It's visible in the file system browser and my .per.6/panda/state file lists it as having been successfully installed. Any advice would be appreciated. Thanks, Joe