Re: dacapo jython regression

2007-04-02 Thread Mark Wielaard
Hi Christian,

On Wed, 2007-03-28 at 20:36 +0200, Christian Thalinger wrote:
 Another regression (it works with 0.93):
 
 $ cacao -jar dacapo-2006-10-MR2.jar -s small jython

This should have been fixed by Roman's reversal of the io streams patch
on 2007-03-28 (we will try again after the release), could you confirm?

Thanks,

Mark




dacapo jython regression

2007-03-28 Thread Christian Thalinger
Hi!

Another regression (it works with 0.93):

$ cacao -jar dacapo-2006-10-MR2.jar -s small jython
*sys-package-mgr*: processing new jar, 
'/home/twisti/cacao/dacapo/dacapo-2006-10-MR2.jar'
*sys-package-mgr*: processing new jar, 
'/home/twisti/cacao/cacao-twisti/src/lib/vm.zip'
*sys-package-mgr*: processing new jar, 
'/home/twisti/tmp/classpath/share/classpath/glibj.zip'
*sys-package-mgr*: processing new jar, 
'/home/twisti/cacao/sun/openjdk/compiler/dist/lib/javac.jar'
error importing site
Traceback (innermost last):
  File /home/twisti/cacao/dacapo/./scratch/jython/Lib/site.py, line 69, in ?
  File /home/twisti/cacao/dacapo/./scratch/jython/Lib/site.py, line 63, in 
makepath
  File /home/twisti/cacao/dacapo/./scratch/jython/Lib/javaos.py, line 31, in ?
  File /home/twisti/cacao/dacapo/./scratch/jython/Lib/javapath.py, line 336
SyntaxError: invalid syntax

- twisti