-devel won't compile beanshell
Ion-Mihai Tetcu
itetcu at people.tecnik93.com
Mon Jun 27 06:40:49 GMT 2005
Hi,
Every now and then, when I have enough time and space on my desktop HDD
I try to build -devel; it hasn't completed successfully until now, but
I keep trying. :)
Bellow is the result of my last try, with the latest Ports Tree and
native jdk-1.5.0p1_2. A hint about what could be wrong would be greatly
appreciated.
# make -DDISABLE_VULNERABILITIES -DWITH_CCACHE WRKDIRPREFIX=/home/tmp
[...]
=============
Building project beanshell
=============
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell
mkout -- version: 1.4
touch /home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/inc/minormkchanged.flg
------------------------------
Making: ./unxfbsd.pro/misc/ooo_beanshell.dpc
dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC
------------------------------
No Dependencies
-------------
mv ./unxfbsd.pro/misc/build/BeanShell ./unxfbsd.pro/misc/build/BeanShell_removeme
mv: rename ./unxfbsd.pro/misc/build/BeanShell to ./unxfbsd.pro/misc/build/BeanShell_removeme: No such file or directory
rm -rf ./unxfbsd.pro/misc/build/BeanShell_removeme
mkdir: ./unxfbsd.pro/misc/: File exists
cd ./unxfbsd.pro/misc/build && ( sh -c "gunzip -c ../../../download/bsh-2.0b1-src.tar.gz | tar -xvf - ") && touch so_unpacked_ooo_beanshell
x BeanShell/
[ ...]
Making: ../../../../unxfbsd.pro/misc/jarall.dpc
dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC
------------------------------
No Dependencies
-------------
/usr/local/bin/ant -Dprj=../../../.. -Dprjname=ooo_beanshell -Ddebug=off -Doptimize=on -Dtarget=jarall -Dsolar.update=on -Dout=../../../../unxfbsd.pro -Dinpath=unxfbsd.pro -Dproext=".pro" -Dsolar.bin=/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/bin -Dsolar.jar=/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/bin -Dsolar.doc=/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/doc -Dcommon.jar=/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/common.pro/bin -Dcommon.doc=/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/solver/680/common.pro/doc -f build.xml -emacs
Buildfile: build.xml
checkjjt:
jjtree:
checkjj:
javacc:
builddir:
compile:
Compiling 143 source files to /home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/classes
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BshMethod.java:306: warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has been deprecated
argValues[i] = Types.getAssignableForm(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BshMethod.java:387: warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has been deprecated
ret = Types.getAssignableForm( ret, (Class)returnType );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BSHEnhancedForStatement.java:66: warning: [deprecation] setTypedVariable(java.lang.String,java.lang.Class,java.lang.Object,boolean) in bsh.NameSpace has been deprecated
eachNameSpace.setTypedVariable(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BSHPrimarySuffix.java:193: warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has been deprecated
indexVal = Types.getAssignableForm( indexVal, Integer.TYPE);
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BSHTryStatement.java:123: warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has been deprecated
thrown = (Throwable)Types.getAssignableForm(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/BSHTryStatement.java:151: warning: [deprecation] setTypedVariable(java.lang.String,java.lang.Class,java.lang.Object,boolean) in bsh.NameSpace has been deprecated
cbNameSpace.setTypedVariable(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
this.superClassName = Type.getInternalName( superClass );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137: cannot find symbol
symbol : method getInternalName(java.lang.Class)
location: interface java.lang.reflect.Type
this.superClassName = Type.getInternalName( superClass );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
interfaceNames[i]=Type.getInternalName( interfaces[i] );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185: cannot find symbol
symbol : method getInternalName(java.lang.Class)
location: interface java.lang.reflect.Type
interfaceNames[i]=Type.getInternalName( interfaces[i] );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:362: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(Object.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:362: cannot find symbol
symbol : method getType(java.lang.Class<java.lang.Object>)
location: interface java.lang.reflect.Type
Type.getType(Object.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:363: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
new Type [] {
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:364: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(String.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:364: cannot find symbol
symbol : method getType(java.lang.Class<java.lang.String>)
location: interface java.lang.reflect.Type
Type.getType(String.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:365: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(Object [].class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:365: cannot find symbol
symbol : method getType(java.lang.Class<java.lang.Object[]>)
location: interface java.lang.reflect.Type
Type.getType(Object [].class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:366: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(Interpreter.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:366: cannot find symbol
symbol : method getType(java.lang.Class<bsh.Interpreter>)
location: interface java.lang.reflect.Type
Type.getType(Interpreter.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:367: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(CallStack.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:367: cannot find symbol
symbol : method getType(java.lang.Class<bsh.CallStack>)
location: interface java.lang.reflect.Type
Type.getType(CallStack.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:368: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(SimpleNode.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:368: cannot find symbol
symbol : method getType(java.lang.Class<bsh.SimpleNode>)
location: interface java.lang.reflect.Type
Type.getType(SimpleNode.class),
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:369: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getType(Boolean.TYPE)
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:369: cannot find symbol
symbol : method getType(java.lang.Class<java.lang.Boolean>)
location: interface java.lang.reflect.Type
Type.getType(Boolean.TYPE)
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:361: reference to Type is ambiguous, both class java.lang.reflect.Type in java.lang.reflect and class bsh.org.objectweb.asm.Type in bsh.org.objectweb.asm match
Type.getMethodDescriptor(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/Reflect.java:129: warning: [deprecation] getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has been deprecated
tmpArgs[i] = Types.getAssignableForm( args[i], types[i] );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/Remote.java:143: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
sb.append( URLEncoder.encode( text ) );
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:223: warning: [deprecation] getPeer() in java.awt.Component has been deprecated
((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition(
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:328: warning: [deprecation] show() in java.awt.Window has been deprecated
f.show();
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/util/ClassBrowser.java:412: warning: [deprecation] show() in java.awt.Window has been deprecated
f.show();
^
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/src/bsh/util/Util.java:83: warning: [deprecation] show() in java.awt.Window has been deprecated
win.show();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
20 errors
12 warnings
BUILD FAILED
/home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell/unxfbsd.pro/misc/build/BeanShell/build.xml:176: Compile failed; see the compiler error output for details.
Total time: 20 seconds
dmake: Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake: Error code 255, while making './unxfbsd.pro/misc/build/so_built_ooo_beanshell'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /home/tmp/usr/ports/editors/openoffice-2.0-devel/work/beanshell
dmake: Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
*** Error code 255
--
IOnut
Unregistered ;) FreeBSD "user"
More information about the freebsd-openoffice
mailing list