PadreIDE/Padre

Build hanging during install of Debug::Client

Opened this issue · 1 comments

CJD14 commented

Im attempting to install from CPAN and at a certain point after the two network tests that you have to type y to confirm, a little later when it gets to installing Debug::Client dependency installation, it hangs at this no matter how long I let it sit.

CPAN: Storable loaded ok (v2.49_01)
Reading '/root/.cpan/Metadata'
  Database was generated on Fri, 22 May 2015 04:29:02 GMT
Running install for module 'Debug::Client'
CPAN: Digest::SHA loaded ok (v5.88)
CPAN: Compress::Zlib loaded ok (v2.064)
Checksum for /root/.cpan/sources/authors/id/B/BO/BOWTIE/Debug-Client-0.29.tar.gz ok
CPAN: File::Temp loaded ok (v0.2304)
'YAML' not installed, will not store persistent state
CPAN: Parse::CPAN::Meta loaded ok (v1.4414)
CPAN: CPAN::Meta loaded ok (v2.150001)
CPAN: Module::CoreList loaded ok (v5.20150214)
Configuring B/BO/BOWTIE/Debug-Client-0.29.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Debug::Client
Writing MYMETA.yml and MYMETA.json
  BOWTIE/Debug-Client-0.29.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for B/BO/BOWTIE/Debug-Client-0.29.tar.gz
cp lib/Debug/Client.pm blib/lib/Debug/Client.pm
Manifying blib/man3/Debug::Client.3pm
  BOWTIE/Debug-Client-0.29.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-check-deps.t ..... ok    
t/01-compile.t ........ 1/18 # Info: Testing Debug::Client 0.29
# Info: Perl v5.20.2
t/01-compile.t ........ ok     
t/02-exports.t ........ ok   
t/03-pod.t ............ skipped: Author tests, not required for installation.
t/04-pod-coverage.t ... skipped: Author tests, not required for installation.
t/06-term.t ........... 1/7 # 
# Info: Perl v5.20.2
# Info: OS linux
# Info: Term::ReadLine::Gnu installed
# Info: Using ReadLine implementation -> Term::ReadLine::Gnu
# INFO: $ENV{TERM} -> xterm-256color
t/06-term.t ........... ok   
t/07-initialize.t ..... 1/4

It just hangs forever at that point, there seems to be some semi related bugs to this, in regards to Debug::Client and Term-ReadLine-Gnu, which would crash it after initialize.t but those all seemed to be during actual usage of the debugger. I cant seem to find anyone with the same issue I am experiencing.

Term::ReadLine::Gnu is also up to date to version 1.26 which is apparently the version that fixed the other issue I referred to above.

When I try to install the dependency by itself using sudo cpan Debug::Client I get the same output.

Ive also tried installing directly using the Makefile.pl from the svn source and everything looks good but still shows I need Debug::Client as a dependency.

any thoughts on what I should try?

Thank you for your time.

CJD14 commented

I found the patch listed in the link at the bottom of this issue: PadreIDE/Debug-Client#1 was able to fix my issue with installing Debug::Client thankfully.