Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 4.0.1-pre-5 (solaris issues)



On May 22, 11:11am, Jason Price wrote:
} Subject: Re: 4.0.1-pre-5 (solaris issues)
}
} In Solaris 8.  This is from part of 'make test' with a strait './configure ; 
} make':
} 
} ./A04redirect.ztst: starting.
} *** /tmp/zsh.ztst.out.10981     Tue May 22 10:41:37 2001
} --- /tmp/zsh.ztst.tout.10981    Tue May 22 10:41:37 2001
} ***************
} *** 1,3 ****
}   out1 out2
} ! out1: All files
} ! out2: All files
} --- 1,3 ----
}   out1 out2
} ! out1: 
} ! out2: 
} Test ./A04redirect.ztst failed: output differs from expected as shown above 
} for:
}   print *
}   print "out1: $(<out1)\nout2: $(<out2)"
} Was testing: read multio with globbing

This is a race condition; the "read multio" test depends on a background
job from the "setup multio" test.
 
} And later in make test:
} 
} ./V01zmodload.ztst: starting.
} Segmentation Fault
} 
} ------------------------------------------------------------------------------
} 
} In Solaris 7.  This is also from 'make test' with './configure ; make':
} 
} ./V01zmodload.ztst: starting.
} Segmentation Fault

Please run "ZTST_verbose=2 make check TESTNUM=V01" so we can see where
this is happening.

} ------------------------------------------------------------------------------
} 
} And in solaris 2.6, we've got lots of issues.  First and formost, it won't
} compile out of the box.

That's right, it won't compile out of the box.  I have an uncommitted edit
for /etc/MACHINES to document this.  You must use --disable-lfs.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author