Bug#666668: cglib: FTBFS: [javadoc] Constants.java:62: cannot find symbol

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Mar 31 19:30:39 UTC 2012


Source: cglib
Version: 2.2.2+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120331 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/asm3-commons.jar:/usr/share/java/asm3-util.jar:/usr/share/java/junit.jar:/usr/share/java/asm3.jar:/usr/share/java/jarjar.jar:/usr/lib/jvm/default-java/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -Dcomponent.version=`expr match 2.2.2+dfsg '\(.*\)+dfsg'`    -propertyfile /«BUILDDIR»/cglib-2.2.2+dfsg/debian/ant.properties jar javadoc
> Buildfile: /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml
> 
> init:
>      [echo] -------- cglib 2.2.2 --------
> 
> prepare:
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/classes
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/samples/classes
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/conf
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/test/classes
> 
> compile:
>     [javac] /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 126 source files to /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/classes
>     [javac] AbstractTransformTask.java:69: warning: [deprecation] toURL() in java.io.File has been deprecated
>     [javac]             log("ignoring " + file.toURL(), Project.MSG_WARN);
>     [javac]                                   ^
>     [javac] AbstractTransformTask.java:91: warning: [deprecation] toURL() in java.io.File has been deprecated
>     [javac]                 log("processing " + file.toURL());
>     [javac]                                         ^
>     [javac] AbstractTransformTask.java:131: warning: [deprecation] toURL() in java.io.File has been deprecated
>     [javac]             log("processing " + file.toURL());
>     [javac]                                     ^
>     [javac] 3 warnings
> 
> jar:
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/dist
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/src
>      [copy] Copying 1 file to /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/classes
>      [copy] Copying 1 file to /«BUILDDIR»/cglib-2.2.2+dfsg/build/proxy/classes
>       [jar] Building jar: /«BUILDDIR»/cglib-2.2.2+dfsg/dist/cglib-2.2.2.jar
>    [jarjar] Building jar: /«BUILDDIR»/cglib-2.2.2+dfsg/dist/cglib-nodep-2.2.2.jar
> 
> init:
>      [echo] -------- cglib 2.2.2 --------
> 
> prepare:
> 
> compile:
>     [javac] /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> 
> javadoc:
>     [mkdir] Created dir: /«BUILDDIR»/cglib-2.2.2+dfsg/docs/api
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Loading source files for package net.sf.cglib.beans...
>   [javadoc] Loading source files for package net.sf.cglib.core...
>   [javadoc] Loading source files for package net.sf.cglib.proxy...
>   [javadoc] Loading source files for package net.sf.cglib.reflect...
>   [javadoc] Loading source files for package net.sf.cglib.transform...
>   [javadoc] Loading source files for package net.sf.cglib.transform.impl...
>   [javadoc] Loading source files for package net.sf.cglib.util...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] BeanMap.java:23: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] AbstractClassGenerator.java:21: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassReader;
>   [javadoc]                         ^
>   [javadoc] AbstractClassGenerator.java:22: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] AbstractClassGenerator.java:23: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassWriter;
>   [javadoc]                         ^
>   [javadoc] AbstractClassGenerator.java:24: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] ClassGenerator.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] BeanMap.java:125: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.beans.BeanMap.Generator
>   [javadoc]         public void generateClass(ClassVisitor v) throws Exception {
>   [javadoc]                                   ^
>   [javadoc] ClassGenerator.java:21: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: interface net.sf.cglib.core.ClassGenerator
>   [javadoc]     void generateClass(ClassVisitor v) throws Exception;
>   [javadoc]                        ^
>   [javadoc] BeanGenerator.java:21: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] BeanGenerator.java:22: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] BeanGenerator.java:92: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.beans.BeanGenerator
>   [javadoc]     public void generateClass(ClassVisitor v) throws Exception {
>   [javadoc]                               ^
>   [javadoc] BeanCopier.java:21: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] BeanCopier.java:22: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] Signature.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] Signature.java:37: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.Signature
>   [javadoc]     public Signature(String name, Type returnType, Type[] argumentTypes) {
>   [javadoc]                                   ^
>   [javadoc] Signature.java:37: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.Signature
>   [javadoc]     public Signature(String name, Type returnType, Type[] argumentTypes) {
>   [javadoc]                                                    ^
>   [javadoc] Signature.java:49: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.Signature
>   [javadoc]     public Type getReturnType() {
>   [javadoc]            ^
>   [javadoc] Signature.java:53: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.Signature
>   [javadoc]     public Type[] getArgumentTypes() {
>   [javadoc]            ^
>   [javadoc] BeanCopier.java:93: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.beans.BeanCopier.Generator
>   [javadoc]         public void generateClass(ClassVisitor v) {
>   [javadoc]                                   ^
>   [javadoc] BulkBeanEmitter.java:23: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.ClassVisitor;
>   [javadoc]                         ^
>   [javadoc] BulkBeanEmitter.java:24: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] ClassEmitter.java:20: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.*;
>   [javadoc] ^
>   [javadoc] ClassEmitter.java:25: cannot find symbol
>   [javadoc] symbol: class ClassAdapter
>   [javadoc] public class ClassEmitter extends ClassAdapter {
>   [javadoc]                                   ^
>   [javadoc] BulkBeanEmitter.java:33: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.beans.BulkBeanEmitter
>   [javadoc]     private static final Type BULK_BEAN =
>   [javadoc]                          ^
>   [javadoc] BulkBeanEmitter.java:35: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.beans.BulkBeanEmitter
>   [javadoc]     private static final Type BULK_BEAN_EXCEPTION =
>   [javadoc]                          ^
>   [javadoc] BulkBeanEmitter.java:38: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.beans.BulkBeanEmitter
>   [javadoc]     public BulkBeanEmitter(ClassVisitor v,
>   [javadoc]                            ^
>   [javadoc] ClassInfo.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Attribute;
>   [javadoc]                         ^
>   [javadoc] ClassInfo.java:19: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] ClassEmitter.java:30: cannot find symbol
>   [javadoc] symbol  : class MethodVisitor
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     private MethodVisitor rawStaticInit;
>   [javadoc]             ^
>   [javadoc] CodeEmitter.java:20: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.*;
>   [javadoc] ^
>   [javadoc] LocalVariablesSorter.java:32: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Label;
>   [javadoc]                         ^
>   [javadoc] LocalVariablesSorter.java:33: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.MethodAdapter;
>   [javadoc]                         ^
>   [javadoc] LocalVariablesSorter.java:34: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.MethodVisitor;
>   [javadoc]                         ^
>   [javadoc] LocalVariablesSorter.java:35: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Opcodes;
>   [javadoc]                         ^
>   [javadoc] LocalVariablesSorter.java:36: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] LocalVariablesSorter.java:46: cannot find symbol
>   [javadoc] symbol: class MethodAdapter
>   [javadoc] public class LocalVariablesSorter extends MethodAdapter {
>   [javadoc]                                           ^
>   [javadoc] ClassEmitter.java:35: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public ClassEmitter(ClassVisitor cv) {
>   [javadoc]                         ^
>   [javadoc] ClassEmitter.java:44: cannot find symbol
>   [javadoc] symbol  : class ClassVisitor
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public void setTarget(ClassVisitor cv) {
>   [javadoc]                           ^
>   [javadoc] ClassEmitter.java:61: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public void begin_class(int version, final int access, String className, final Type superType, final Type[] interfaces, String source) {
>   [javadoc]                                                                                    ^
>   [javadoc] ClassEmitter.java:61: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public void begin_class(int version, final int access, String className, final Type superType, final Type[] interfaces, String source) {
>   [javadoc]                                                                                                          ^
>   [javadoc] ClassEmitter.java:111: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public Type getClassType() {
>   [javadoc]            ^
>   [javadoc] ClassEmitter.java:115: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public Type getSuperType() {
>   [javadoc]            ^
>   [javadoc] ClassEmitter.java:135: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) {
>   [javadoc]                                                                ^
>   [javadoc] ClassEmitter.java:178: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public void declare_field(int access, String name, Type type, Object value) {
>   [javadoc]                                                        ^
>   [javadoc] ClassEmitter.java:258: cannot find symbol
>   [javadoc] symbol  : class FieldVisitor
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public FieldVisitor visitField(int access,
>   [javadoc]            ^
>   [javadoc] ClassEmitter.java:267: cannot find symbol
>   [javadoc] symbol  : class MethodVisitor
>   [javadoc] location: class net.sf.cglib.core.ClassEmitter
>   [javadoc]     public MethodVisitor visitMethod(int access,
>   [javadoc]            ^
>   [javadoc] ClassInfo.java:26: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassInfo
>   [javadoc]     abstract public Type getType();
>   [javadoc]                     ^
>   [javadoc] ClassInfo.java:27: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassInfo
>   [javadoc]     abstract public Type getSuperType();
>   [javadoc]                     ^
>   [javadoc] ClassInfo.java:28: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.ClassInfo
>   [javadoc]     abstract public Type[] getInterfaces();
>   [javadoc]                     ^
>   [javadoc] MethodInfo.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Attribute;
>   [javadoc]                         ^
>   [javadoc] MethodInfo.java:19: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] CodeEmitter.java:105: cannot find symbol
>   [javadoc] symbol  : class MethodVisitor
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
>   [javadoc]                                  ^
>   [javadoc] CodeEmitter.java:105: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
>   [javadoc]                                                                               ^
>   [javadoc] CodeEmitter.java:125: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public Type getReturnType() {
>   [javadoc]            ^
>   [javadoc] Block.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Label;
>   [javadoc]                         ^
>   [javadoc] CodeEmitter.java:145: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void catch_exception(Block block, Type exception) {
>   [javadoc]                                              ^
>   [javadoc] CodeEmitter.java:155: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); }
>   [javadoc]                      ^
>   [javadoc] CodeEmitter.java:156: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); }
>   [javadoc]                        ^
>   [javadoc] CodeEmitter.java:157: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); }
>   [javadoc]                           ^
>   [javadoc] CodeEmitter.java:159: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void if_jump(int mode, Label label) {
>   [javadoc]                                   ^
>   [javadoc] CodeEmitter.java:163: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void if_icmp(int mode, Label label) {
>   [javadoc]                                   ^
>   [javadoc] CodeEmitter.java:167: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void if_cmp(Type type, int mode, Label label) {
>   [javadoc]                        ^
>   [javadoc] CodeEmitter.java:167: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void if_cmp(Type type, int mode, Label label) {
>   [javadoc]                                             ^
>   [javadoc] CodeEmitter.java:221: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void swap(Type prev, Type type) {
>   [javadoc]                      ^
>   [javadoc] CodeEmitter.java:221: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void swap(Type prev, Type type) {
>   [javadoc]                                 ^
>   [javadoc] CodeEmitter.java:243: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void math(int op, Type type) { mv.visitInsn(type.getOpcode(op)); }
>   [javadoc]                              ^
>   [javadoc] CodeEmitter.java:245: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void array_load(Type type) { mv.visitInsn(type.getOpcode(Constants.IALOAD)); }
>   [javadoc]                            ^
>   [javadoc] CodeEmitter.java:246: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void array_store(Type type) { mv.visitInsn(type.getOpcode(Constants.IASTORE)); }
>   [javadoc]                             ^
>   [javadoc] CodeEmitter.java:251: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void cast_numeric(Type from, Type to) {
>   [javadoc]                              ^
>   [javadoc] CodeEmitter.java:251: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void cast_numeric(Type from, Type to) {
>   [javadoc]                                         ^
>   [javadoc] CodeEmitter.java:343: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void newarray(Type type) {
>   [javadoc]                          ^
>   [javadoc] CodeEmitter.java:396: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     private void load_local(Type t, int pos) {
>   [javadoc]                             ^
>   [javadoc] CodeEmitter.java:401: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     private void store_local(Type t, int pos) {
>   [javadoc]                              ^
>   [javadoc] Local.java:18: package org.objectweb.asm does not exist
>   [javadoc] import org.objectweb.asm.Type;
>   [javadoc]                         ^
>   [javadoc] CodeEmitter.java:434: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void super_getfield(String name, Type type) {
>   [javadoc]                                             ^
>   [javadoc] CodeEmitter.java:438: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void super_putfield(String name, Type type) {
>   [javadoc]                                             ^
>   [javadoc] CodeEmitter.java:442: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void super_getstatic(String name, Type type) {
>   [javadoc]                                              ^
>   [javadoc] CodeEmitter.java:446: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void super_putstatic(String name, Type type) {
>   [javadoc]                                              ^
>   [javadoc] CodeEmitter.java:450: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void getfield(Type owner, String name, Type type) {
>   [javadoc]                          ^
>   [javadoc] CodeEmitter.java:450: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void getfield(Type owner, String name, Type type) {
>   [javadoc]                                                   ^
>   [javadoc] CodeEmitter.java:454: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void putfield(Type owner, String name, Type type) {
>   [javadoc]                          ^
>   [javadoc] CodeEmitter.java:454: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void putfield(Type owner, String name, Type type) {
>   [javadoc]                                                   ^
>   [javadoc] CodeEmitter.java:458: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void getstatic(Type owner, String name, Type type) {
>   [javadoc]                           ^
>   [javadoc] CodeEmitter.java:458: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void getstatic(Type owner, String name, Type type) {
>   [javadoc]                                                    ^
>   [javadoc] CodeEmitter.java:462: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void putstatic(Type owner, String name, Type type) {
>   [javadoc]                           ^
>   [javadoc] CodeEmitter.java:462: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void putstatic(Type owner, String name, Type type) {
>   [javadoc]                                                    ^
>   [javadoc] CodeEmitter.java:467: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     void emit_field(int opcode, Type ctype, String name, Type ftype) {
>   [javadoc]                                 ^
>   [javadoc] CodeEmitter.java:467: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     void emit_field(int opcode, Type ctype, String name, Type ftype) {
>   [javadoc]                                                          ^
>   [javadoc] CodeEmitter.java:482: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void invoke_constructor(Type type) {
>   [javadoc]                                    ^
>   [javadoc] CodeEmitter.java:494: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     private void emit_invoke(int opcode, Type type, Signature sig) {
>   [javadoc]                                          ^
>   [javadoc] CodeEmitter.java:506: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void invoke_interface(Type owner, Signature sig) {
>   [javadoc]                                  ^
>   [javadoc] CodeEmitter.java:510: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void invoke_virtual(Type owner, Signature sig) {
>   [javadoc]                                ^
>   [javadoc] CodeEmitter.java:514: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void invoke_static(Type owner, Signature sig) {
>   [javadoc]                               ^
>   [javadoc] CodeEmitter.java:526: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void invoke_constructor(Type type, Signature sig) {
>   [javadoc]                                    ^
>   [javadoc] CodeEmitter.java:542: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void new_instance(Type type) {
>   [javadoc]                              ^
>   [javadoc] CodeEmitter.java:546: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     private void emit_type(int opcode, Type type) {
>   [javadoc]                                        ^
>   [javadoc] CodeEmitter.java:565: cannot find symbol
>   [javadoc] symbol  : class Label
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public Label make_label() {
>   [javadoc]            ^
>   [javadoc] CodeEmitter.java:573: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public Local make_local(Type type) {
>   [javadoc]                             ^
>   [javadoc] CodeEmitter.java:581: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void checkcast(Type type) {
>   [javadoc]                           ^
>   [javadoc] CodeEmitter.java:587: cannot find symbol
>   [javadoc] symbol  : class Type
>   [javadoc] location: class net.sf.cglib.core.CodeEmitter
>   [javadoc]     public void instance_of(Type type) {
>   [javadoc]                             ^
>   [javadoc] Standard Doclet version 1.6.0_24
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] AbstractClassGenerator.java:146: warning - Tag @see cannot be used in inline documentation.  It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
>   [javadoc] AbstractClassGenerator.java:146: warning - Tag @see cannot be used in inline documentation.  It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
>   [javadoc] CodeEmitter.java:43: cannot find symbol
>   [javadoc] symbol  : variable IADD
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int ADD = Constants.IADD;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:44: cannot find symbol
>   [javadoc] symbol  : variable IMUL
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int MUL = Constants.IMUL;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:45: cannot find symbol
>   [javadoc] symbol  : variable IXOR
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int XOR = Constants.IXOR;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:46: cannot find symbol
>   [javadoc] symbol  : variable IUSHR
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int USHR = Constants.IUSHR;
>   [javadoc]                                             ^
>   [javadoc] CodeEmitter.java:47: cannot find symbol
>   [javadoc] symbol  : variable ISUB
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int SUB = Constants.ISUB;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:48: cannot find symbol
>   [javadoc] symbol  : variable IDIV
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int DIV = Constants.IDIV;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:49: cannot find symbol
>   [javadoc] symbol  : variable INEG
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int NEG = Constants.INEG;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:50: cannot find symbol
>   [javadoc] symbol  : variable IREM
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int REM = Constants.IREM;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:51: cannot find symbol
>   [javadoc] symbol  : variable IAND
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int AND = Constants.IAND;
>   [javadoc]                                            ^
>   [javadoc] CodeEmitter.java:52: cannot find symbol
>   [javadoc] symbol  : variable IOR
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int OR = Constants.IOR;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:54: cannot find symbol
>   [javadoc] symbol  : variable IFGT
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int GT = Constants.IFGT;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:55: cannot find symbol
>   [javadoc] symbol  : variable IFLT
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int LT = Constants.IFLT;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:56: cannot find symbol
>   [javadoc] symbol  : variable IFGE
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int GE = Constants.IFGE;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:57: cannot find symbol
>   [javadoc] symbol  : variable IFLE
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int LE = Constants.IFLE;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:58: cannot find symbol
>   [javadoc] symbol  : variable IFNE
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int NE = Constants.IFNE;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:59: cannot find symbol
>   [javadoc] symbol  : variable IFEQ
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int EQ = Constants.IFEQ;
>   [javadoc]                                           ^
>   [javadoc] CodeEmitter.java:732: warning - @return tag cannot be used in method with void return type.
>   [javadoc] Constants.java:62: cannot find symbol
>   [javadoc] symbol  : variable ACC_PRIVATE
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int PRIVATE_FINAL_STATIC = ACC_PRIVATE | ACC_FINAL | ACC_STATIC;
>   [javadoc]                                                    ^
>   [javadoc] Constants.java:62: cannot find symbol
>   [javadoc] symbol  : variable ACC_FINAL
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int PRIVATE_FINAL_STATIC = ACC_PRIVATE | ACC_FINAL | ACC_STATIC;
>   [javadoc]                                                                  ^
>   [javadoc] Constants.java:62: cannot find symbol
>   [javadoc] symbol  : variable ACC_STATIC
>   [javadoc] location: interface net.sf.cglib.core.Constants
>   [javadoc]     public static final int PRIVATE_FINAL_STATIC = ACC_PRIVATE | ACC_FINAL | ACC_STATIC;
>   [javadoc]                                                                              ^
>   [javadoc] Constants.java:62: incompatible types
>   [javadoc] found   : boolean
>   [javadoc] required: int
>   [javadoc]     public static final int PRIVATE_FINAL_STATIC = ACC_PRIVATE | ACC_FINAL | ACC_STATIC;
>   [javadoc]                                                                            ^
>   [javadoc] LocalVariablesSorter.java:46: warning - Tag @link: reference not found: MethodAdapter
>   [javadoc] Enhancer.java:674: warning - @param argument "type" is not a parameter name.
>   [javadoc] Enhancer.java:691: warning - @param argument "type" is not a parameter name.
>   [javadoc] InterfaceMaker.java:71: warning - @param argument "class" is not a parameter name.
>   [javadoc] InvocationHandler.java:33: warning - Tag @see: can't find invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) in java.lang.reflect.InvocationHandler
>   [javadoc] FastClass.java:174: warning - Tag @see: missing '#': "getIndex(name, Class[])"
>   [javadoc] FastClass.java:174: warning - Tag @see: can't find getIndex(name, Class[]) in net.sf.cglib.reflect.FastClass
>   [javadoc] FastClass.java:183: warning - Tag @see: missing '#': "getIndex(Class[])"
>   [javadoc] UndeclaredThrowableStrategy.java:27: warning - Tag @link: reference not found: net.sf.cglib.Enhancer
>   [javadoc] ParallelSorter.java:65: warning - @param argument "loader" is not a parameter name.
>   [javadoc] ParallelSorter.java:137: warning - @param argument "lo" is not a parameter name.
>   [javadoc] ParallelSorter.java:137: warning - @param argument "hi" is not a parameter name.
>   [javadoc] LocalVariablesSorter.java:46: warning - Tag @link: reference not found: MethodAdapter
>   [javadoc] UndeclaredThrowableStrategy.java:27: warning - Tag @link: reference not found: net.sf.cglib.Enhancer
>   [javadoc] com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.objectweb.asm.MethodAdapter not found
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] LocalVariablesSorter.java:46: warning - Tag @link: reference not found: MethodAdapter
>   [javadoc] UndeclaredThrowableStrategy.java:27: warning - Tag @link: reference not found: net.sf.cglib.Enhancer
>   [javadoc] Building index for all classes...
>   [javadoc] Generating /«BUILDDIR»/cglib-2.2.2+dfsg/docs/stylesheet.css...
>   [javadoc] 20 errors
>   [javadoc] 119 warnings
> 
> BUILD SUCCESSFUL
> Total time: 24 seconds
> touch debian/stamp-ant-build
> cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/asm3-commons.jar:/usr/share/java/asm3-util.jar:/usr/share/java/junit.jar:/usr/share/java/asm3.jar:/usr/share/java/jarjar.jar:/usr/lib/jvm/default-java/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -Dcomponent.version=`expr match 2.2.2+dfsg '\(.*\)+dfsg'`    -propertyfile /«BUILDDIR»/cglib-2.2.2+dfsg/debian/ant.properties test
> Buildfile: /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml
> 
> init:
>      [echo] -------- cglib 2.2.2 --------
> 
> prepare:
> 
> compile:
>     [javac] /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> 
> compile-samples:
>     [javac] /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:166: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 4 source files to /«BUILDDIR»/cglib-2.2.2+dfsg/build/samples/classes
>     [javac] Note: Trace.java uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
> 
> build-test:
>     [javac] /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:221: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 68 source files to /«BUILDDIR»/cglib-2.2.2+dfsg/build/test/classes
>     [javac] CodeGenTestCase.java:54: warning: [deprecation] toURL() in java.io.File has been deprecated
>     [javac]             classPath.add( new File(tokenizer.nextToken()).toURL() );
>     [javac]                                                           ^
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 1 warning
> 
> test:
>      [java] -- listing properties --
>      [java] java.runtime.name=OpenJDK Runtime Environment
>      [java] sun.boot.library.path=/usr/lib/jvm/java-6-openjdk-amd64/jre...
>      [java] java.vm.version=20.0-b12
>      [java] cglib.debugLocation=/home/user/cglib-debug
>      [java] java.vm.vendor=Sun Microsystems Inc.
>      [java] java.vendor.url=http://java.sun.com/
>      [java] path.separator=:
>      [java] java.vm.name=OpenJDK 64-Bit Server VM
>      [java] file.encoding.pkg=sun.io
>      [java] user.country=US
>      [java] sun.java.launcher=SUN_STANDARD
>      [java] sun.os.patch.level=unknown
>      [java] java.vm.specification.name=Java Virtual Machine Specification
>      [java] user.dir=/«BUILDDIR»/cglib-2.2.2+dfsg
>      [java] java.runtime.version=1.6.0_24-b24
>      [java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
>      [java] java.endorsed.dirs=/usr/lib/jvm/java-6-openjdk-amd64/jre...
>      [java] os.arch=amd64
>      [java] java.io.tmpdir=/tmp
>      [java] line.separator=
>      [java] 
>      [java] java.vm.specification.vendor=Sun Microsystems Inc.
>      [java] os.name=Linux
>      [java] sun.jnu.encoding=ANSI_X3.4-1968
>      [java] java.library.path=/usr/lib/jvm/java-6-openjdk-amd64/jre...
>      [java] java.specification.name=Java Platform API Specification
>      [java] java.class.version=50.0
>      [java] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
>      [java] os.version=2.6.32-5-xen-amd64
>      [java] user.home=/home/user
>      [java] user.timezone=
>      [java] java.awt.printerjob=sun.print.PSPrinterJob
>      [java] file.encoding=ANSI_X3.4-1968
>      [java] java.specification.version=1.6
>      [java] user.name=user
>      [java] java.class.path=/«BUILDDIR»/cglib-2.2.2+dfsg/...
>      [java] java.vm.specification.version=1.0
>      [java] sun.arch.data.model=64
>      [java] java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
>      [java] sun.java.command=net.sf.cglib.TestAll net.sf.cglib.Tes...
>      [java] java.specification.vendor=Sun Microsystems Inc.
>      [java] user.language=en
>      [java] java.vm.info=mixed mode
>      [java] java.version=1.6.0_24
>      [java] java.ext.dirs=/usr/lib/jvm/java-6-openjdk-amd64/jre...
>      [java] sun.boot.class.path=/usr/lib/jvm/java-6-openjdk-amd64/jre...
>      [java] java.vendor=Sun Microsystems Inc.
>      [java] file.separator=/
>      [java] java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport...
>      [java] sun.cpu.endian=little
>      [java] sun.io.unicode.encoding=UnicodeLittle
>      [java] sun.cpu.isalist=
>      [java] CGLIB debugging enabled, writing to '/home/user/cglib-debug'
>      [java] net.sf.cglib.core.CodeGenerationException: java.io.FileNotFoundException-->/home/user/cglib-debug/net/sf/cglib/transform/impl/TestAddClassInit.class (No such file or directory)
>      [java] 	at net.sf.cglib.core.DebuggingClassWriter$1.run(DebuggingClassWriter.java:104)
>      [java] 	at java.security.AccessController.doPrivileged(Native Method)
>      [java] 	at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:71)
>      [java] 	at net.sf.cglib.transform.AbstractClassLoader.loadClass(AbstractClassLoader.java:91)
>      [java] 	at net.sf.cglib.transform.AbstractTransformTest.transform(AbstractTransformTest.java:52)
>      [java] 	at net.sf.cglib.transform.impl.TestAddClassInit.suite(TestAddClassInit.java:89)
>      [java] 	at net.sf.cglib.TestAll.suite(TestAll.java:80)
>      [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>      [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>      [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      [java] 	at java.lang.reflect.Method.invoke(Method.java:616)
>      [java] 	at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:126)
>      [java] 	at junit.textui.TestRunner.start(TestRunner.java:184)
>      [java] 	at junit.textui.TestRunner.main(TestRunner.java:143)
>      [java] 	at net.sf.cglib.TestAll.main(TestAll.java:99)
>      [java] Caused by: java.io.FileNotFoundException: /home/user/cglib-debug/net/sf/cglib/transform/impl/TestAddClassInit.class (No such file or directory)
>      [java] 	at java.io.FileOutputStream.open(Native Method)
>      [java] 	at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
>      [java] 	at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
>      [java] 	at net.sf.cglib.core.DebuggingClassWriter$1.run(DebuggingClassWriter.java:83)
>      [java] 	... 14 more
>      [java] Failed to invoke suite():net.sf.cglib.core.CodeGenerationException: java.io.FileNotFoundException-->/home/user/cglib-debug/net/sf/cglib/transform/impl/TestAddClassInit.class (No such file or directory)
> 
> BUILD FAILED
> /«BUILDDIR»/cglib-2.2.2+dfsg/build.xml:241: Java returned: 1
> 
> Total time: 7 seconds
> make: *** [debian/stamp-ant-check] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/31/cglib_2.2.2+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.





More information about the pkg-java-maintainers mailing list