From: Robert W. B. <rb...@di...> - 2000-11-19 23:26:02
|
On Sun, 19 Nov 2000, Finn Bock wrote: > [Robert W. Bill] > >================================================================= > >Addition Solaris note: > > > >While testing the installers > jython-20pa2.class on Solaris, > >all console messages are related to uninstall. <snip> > The pa3 version is broken and can not install. The pa4 version should > work, it mainly contain some necesary changes for macs. So far the pa5 > have been purely internal. I have been trying to track down a bug on the > SF shell machine (Linux 2.2.16-urw3 + Linux_JDK_1.2_pre-release-v2) > where one or sometime both script turned up empty (zero byte length). > > I think I finally got it right, so the jython-20pa5 version is now the > latest test version. Version pa5 also allow for a relative pathname as > argument to the -o option. Sorry for being unclear. The above note was meant to read as greater-than jython-20pa2.class. I tested pa3, pa4, and pa5. I was unable to get any of the three to work. Expected behavior for 3, but 4&5 both create EOFExceptions and uninstall error messages. Here is the console (note: classpath already set): [bash]:java jython-20pa5 -o /export/home/rbill/jython-20pa5 try path /export/home/rbill/ error while copying Tools/jythonc/main.py to /export/home/rbill/jython-20pa5/Tools/jythonc/main.py: java.io.EOFException: Unexpected end of ZLIB input stream IOException java.io.EOFException: Unexpected end of ZLIB input stream uninstall /export/home/rbill/jython-20pa5/ACKNOWLEDGMENTS uninstall /export/home/rbill/jython-20pa5/Doc/api/org.python.util.PythonInterpreter.html <snip similar ~50 lines> remove dir /export/home/rbill/jython-20pa5/installer remove dir /export/home/rbill/jython-20pa5/data <snip similar ~15 lines> can not remove dir /export/home/rbill/jython-20pa5 Abort ================================================== I've tried other directories, UIDs, paths, etc (I was reaching here :), but the exception/uninstall result is consistent. Let me know if there is more info needed. Regards, Robert |