I think that the cause of this bug is the use of BSD pty.
Currently in debian/rules, ttyrec is compiled for BSD standard
(deprecated, I think).
I think following patch should apply for Debian build.
--------------------------
--- rules.orig 2007-08-25 16:16:16.000000000 +0900
+++ rules 2007-08-25 16:04:24.000000000 +0900
@@ -19,7 +19,7 @@
build-stamp:
dh_testdir
- $(MAKE)
+ $(MAKE) CFLAGS="-O2 -Wall -DSVR4"
uudecode debian/sample1.tty.uue
--------------------------
Then, it works for UNIX98 pty standard.
--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]