I needed to modify
/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi/IO/Tty.pm
(perl-IO-Tty) otherwise it'll fail midway during install_cluster:

---
/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi/IO/Tty.pm.o
ld  2006-03-14 15:48:33.000000000 -0800
+++
/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi/IO/Tty.pm
2006-03-14 15:48:40.000000000 -0800
@@ -50,7 +50,7 @@

 sub clone_winsize_from {
   my ($self, $fh) = @_;
-  my $winsize = "";
+  my $winsize = chr(0) x 8192;
   croak "Given filehandle is not a tty in clone_winsize_from, called"
     if not POSIX::isatty($fh);
   return 1 if not POSIX::isatty($self);  # ignored for master ptys

Cheers,

Bernard


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to