Your message dated Tue, 09 Feb 2016 11:09:16 +0000
with message-id <e1at6aw-0007c2...@franck.debian.org>
and subject line Bug#814006: Removed package(s) from unstable
has caused the Debian Bug report #807251,
regarding libdebug-client-perl: FTBFS: tests hang with current 
Term::ReadLine::Gnu
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
807251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdebug-client-perl
Version: 0.29-2
Severity: serious
Tags: sid

This package fails to build on current sid. The tests
hang in t/07-initialize.t after
  ok 1 - initialize with prams

This broke with libterm-readline-gnu-perl 1.28-1. Debug::Client
creates a network server that a 'perl -d' process configured with
PERLDB_OPTS='RemotePort=host:port' can connect to. With the new
Term::ReadLine::Gnu, the perl debugger no longer outputs its prompt and
other messages to the socket, so Debug::Client can't interact with it
and hangs forever waiting.

The package build-depends on libterm-readline-gnu-perl, so the build
fails. I suppose a workaround would be to build-conflict on it instead.

Without libterm-readline-gnu-perl installed, with netcat listening
for connections in place of Debug::Client, we see everything working
correctly:

(window 1)
 % nc -l -p 65400
(window 2)
 % PERLDB_OPTS="RemotePort=127.0.0.1:65400" perl -d -e 'print "Hello, world!\n"'
(window 1)
 Loading DB routines from perl5db.pl version 1.44
 Editor support available.
 
 Enter h or 'h h' for help, or 'man perldebug' for more help.
 
 main::(-e:1):   print "Hello, world!\n"
 DB<1> c
 Debugged program terminated.  Use q to quit or R to restart,
 use o inhibit_exit to avoid stopping after program termination,
 h q, h R or h o to get additional info.
 DB<1> q
(window 2)
 Hello, world!

With libterm-readline-gnu-perl_1.28-1, we no longer get the DB<x> prompts
or the 'Debugged program terminated' messages, but typing blindly works.

(window 1)
 nc -l -p 65400
(window 2)
 % PERLDB_OPTS="RemotePort=127.0.0.1:65400" perl -d -e 'print "Hello, world!\n"'
(window 1)
 Loading DB routines from perl5db.pl version 1.44
 Editor support available.
 
 Enter h or 'h h' for help, or 'man perldebug' for more help.
 
 main::(-e:1):   print "Hello, world!\n"
 c
 q
(window 2)
 Hello, world!

The upstream version that broke this is Term-ReadLine-Gnu-1.26.
-- 
Niko Tyni   nt...@debian.org

--- End Message ---
--- Begin Message ---
Version: 0.29-2+rm

Dear submitter,

as the package libdebug-client-perl has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/814006

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to