Joe,

You don't need to specify the --prefix in the panda line just ensure
that panda and perl6 are both in the shell path and type

"panda install Bailador"

I tried this on the Mac with the most recent Rakudo Star and both
dependencies Digest and Digest::HMAC installed fine.  You may need to
delete and reinstall.

But I did then see a test failure on the Mac

==> Testing Bailador

t/00-load.t ................... ok

body must be a Supply

  in sub de-supply-response at
/Applications/Rakudo/.panda-work/1462050408_3/lib/Bailador/Test.pm
(Bailador::Test) line 42

  in sub get-psgi-response at
/Applications/Rakudo/.panda-work/1462050408_3/lib/Bailador/Test.pm
(Bailador::Test) line 24

  in block <unit> at t/01-OO-route-existance.t line 42

I didn't see this on linux and it installed fine on that platform.
It's certainly worked on the Mac recently so I'd guess its broken on
that platform due to a recent change.   You could try an older version
or  adding a --notests option to panda might install a mostly working
one.

Steve


On 29 April 2016 at 22:21, Joe Polanik -X (jpolanik - RESOLVIT
RESOURCES LLC at Cisco) <jpola...@cisco.com> wrote:
> 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>
> Date: Friday, April 29, 2016 at 5:10 PM
> To: "perl6-us...@perl.org" <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
>
>



-- 
4096R/EA75174B Steve Mynott <steve.myn...@gmail.com>
  • Difficulty Ins... Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco)
    • Re: Diffi... Tadeusz Sośnierz
      • Re: D... Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco)
        • R... Tadeusz Sośnierz
          • ... Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco)
            • ... Tadeusz Sośnierz
              • ... Joe Polanik -X (jpolanik - RESOLVIT RESOURCES LLC at Cisco)
        • R... Steve Mynott

Reply via email to