Package: libexpect-perl
Version: 1.21-1.1
Severity: important
X-Debbugs-Cc: [email protected]

When using Expect.pm, the script dies with the above message.

The startup code is

  $gdb = new Expect;
  $gdb->raw_pty(1);
  $gdb->log_stdout(1);
  $gdb->spawn("gdb 2>&1", ()) or die "Cannot spawn gdb: $!\n";

followed later on by

  $obj->print_log_file("...");
  $obj->send("...");
  $obj->expect($TIMEOUT, "...");


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libexpect-perl depends on:
ii  libio-pty-perl   1:1.15-2
ii  libio-stty-perl  0.04-1
ii  perl             5.32.1-6

libexpect-perl recommends no packages.

libexpect-perl suggests no packages.

-- no debconf information

Reply via email to