It looked promising from the output, but no. tomorrow...

Test Summary Report
-------------------
t/load_core.t (Wstat: 6912 Tests: 27 Failed: 27)
  Failed tests:  1-27
  Non-zero exit status: 27
Files=1, Tests=27,  1 wallclock secs ( 0.01 usr +  0.08 sys =  0.09 CPU)
Result: FAIL
Failed 1/1 test programs. 27/27 subtests failed.
dmake.exe:  Error code 155, while making 'test_dynamic'
  DOY/Devel-REPL-1.003012.tar.gz
  C:\Perl\site\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports DOY/Devel-REPL-1.003012.tar.gz
Running make install
Installing C:\Perl\site\lib\Devel\REPL.pm
Installing C:\Perl\site\lib\Devel\REPL\Plugin.pm
Installing C:\Perl\site\lib\Devel\REPL\Plugin\DDS.pm
Appending installation info to C:\Perl\lib/perllocal.pod
  DOY/Devel-REPL-1.003012.tar.gz
  C:\Perl\site\bin\dmake.exe install  -- OK

C:\Users\eclisob\Desktop>pdl2
pdl2: Devel::REPL version 1.003011 not found, running perldl instead...
perlDL shell v1.354
 PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
 'COPYING' in the PDL distribution. This is free software and you
 are welcome to redistribute it under certain conditions, see
 the same file for details.
ReadLines, NiceSlice, MultiLines  enabled
Reading PDL/default.pdl...
Found docs database C:\Perl\site\lib/PDL/pdldoc.db
Type 'help' for online help
Type 'demo' for online demos
Loaded PDL v2.4.9 (supports bad values)

Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)


pdl> q 


CLIFF SOBCHUK
Core RF Engineering
Phone 613-667-1974   ecn: 8109-71974
mobile 403-819-9233
yahoo: sobchuk
www.ericsson.com 

"The author works for Telefonaktiebolaget L M Ericsson ("Ericsson"), who is 
solely responsible for this email and its contents. All inquiries regarding 
this email should be addressed to Ericsson. The web site for Ericsson is 
www.ericsson.com."

This Communication is Confidential. We only send and receive email on the basis 
of the terms set out at www.ericsson.com/email_disclaimer


-----Original Message-----
From: Sisyphus [mailto:[email protected]] 
Sent: Wednesday, January 25, 2012 10:57 PM
To: Clifford Sobchuk; [email protected]
Subject: Re: [Perldl] Close Dialog On /GW Device PGPLOT - SOLVED(?)


----- Original Message -----
From: "Clifford Sobchuk" <[email protected]>
To: "Sisyphus" <[email protected]>; <[email protected]>
Sent: Thursday, January 26, 2012 2:42 AM
Subject: RE: [Perldl] Close Dialog On /GW Device PGPLOT - SOLVED(?)


> Hi Rob.
>
> I wiped everything last night and used just sysiphusion. Devel::REPL never 
> gets installed. The instructions on the page don't indicate if it supposed 
> to be done separately. I have been trying to install Devel::REPL from 
> source and there seems to be something possibly wrong between git and my 
> minGW because running make I get the following strange response.
>
> C:\Users\eclisob\Downloads\Devel-REPL-1.003011>make
> "C:/Program Files/Git/bin/sh.exe": C:perlbinperl.exe: command not found
> make: *** [blib\lib\Devel\\.exists] Error 127
>
> I am going through the Makefile to see if I can find out what is tripping 
> it up.

I suspect that the makefile that 'make' is finding was generated for 
'dmake', and that 'make' cannot parse it correctly.
Use 'dmake' instead of 'make'.

> It worked for the most part though, I can get in to perldl :
> -----------------SNIP----------------------------
> C:\Users\eclisob\Desktop>pdl2
> pdl2: Devel::REPL version 1.003011 not found, running perldl instead...
> perlDL shell v1.354
> PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
> 'COPYING' in the PDL distribution. This is free software and you
> are welcome to redistribute it under certain conditions, see
> the same file for details.
> ReadLines, NiceSlice, MultiLines  enabled
> Reading PDL/default.pdl...
> Found docs database C:\Perl\site\lib/PDL/pdldoc.db
> Type 'help' for online help
> Type 'demo' for online demos
> Loaded PDL v2.4.9 (supports bad values)
>
> Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)

Yes - that looks right for the case that Devel::REPL is not installed.
Normally you'd install Devel::REPL with something like:

cpan -i Devel::REPL

I think there's one dependency that doesn't pass its tests and needs to be 
installed using -f.

Cheers,
Rob 


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to