# New Ticket Created by  Eric Hanchrow 
# Please include the string:  [perl #41617]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41617 >


Here's what I did:
$ svn co -r14402 http://svn.pugscode.org/pugs pugs
$ cd pugs
$ perl Makefile.PL
$ make
$ PATH=$PATH:/usr/local/src/langs/parrot-svn/ make test-pir

I saw this:

    Linking pugs.new ...
    cp pugs /usr/local/src/langs/pugs/blib/script/pugs
    /usr/bin/perl -Iinc "-MExtUtils::MY" -e "MY->fixin(shift)" 
/usr/local/src/langs/pugs/blib/script/pugs
    cd perl5/Data-Capture && perl Makefile.PL && make
    Can't open  for input:
    No such file or directory at /usr/share/perl5/Module/Install/Admin.pm line 
135.
    BEGIN failed--compilation aborted at Makefile.PL line 3.
    make[1]: *** [build_perl5] Error 2
    make[1]: Leaving directory `/usr/local/src/langs/pugs'

If it matters, I made parrot by:

$ svn co -r17151 https://svn.perl.org/parrot/trunk parrot-svn
$ perl Configure.pl
$ make

-- 
It must be a wondrous thing to be the lard king of Genoa.
        -- Roger Ebert

Reply via email to