I can't remember now, I think it bailed on RHEL4 x86 as well, but I have
an email confirming that it did _not_ work on RHEL4 x86_64:

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Bernard Li
> Sent: Tuesday, March 14, 2006 15:50
> To: [email protected]
> Subject: [Oscar-devel] RHEL4u3 x86_64 and trunk r4450
> 
> 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/I
O/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

Come to think of it - I may have been testing Fedora Core 4 x86 at home
which caused the problem, could be the same issue as what DongInn was
encountering.

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