Your message dated Mon, 30 Sep 2024 08:34:15 +0000
with message-id <[email protected]>
and subject line Bug#1078377: fixed in ivyplusplus 1.42-4
has caused the Debian Bug report #1078377,
regarding lombok-ast: FTBFS: [ivy:compile]
/<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:54: error: cannot find symbol
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1078377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lombok-ast
Version: 0.2+ds-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240809 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p build
> cp -r src/main main_backup
> cp -r lombok.ast_generatedSource/* src/main/
> cp -r lombok.ast_generatedSource build
> ant dist
> Buildfile: /<<PKGBUILDDIR>>/build.xml
>
> templateProcessor:
> [compile:mkdir] Created dir: /<<PKGBUILDDIR>>/build/templateProcessor
> [compile:javac] Compiling 10 source files to
> /<<PKGBUILDDIR>>/build/templateProcessor
> [ivy:compile] warning: [options] bootstrap class path not set in conjunction
> with -source 8
> [ivy:compile] warning: [options] source value 8 is obsolete and will be
> removed in a future release
> [ivy:compile] warning: [options] target value 8 is obsolete and will be
> removed in a future release
> [ivy:compile] warning: [options] To suppress warnings about obsolete options,
> use -Xlint:-options.
> [ivy:compile] Note:
> /<<PKGBUILDDIR>>/src/template/lombok/ast/template/TemplateProcessor.java uses
> or overrides a deprecated API.
> [ivy:compile] Note: Recompile with -Xlint:deprecation for details.
> [ivy:compile] 4 warnings
> [compile:javac] Creating empty
> /<<PKGBUILDDIR>>/build/templateProcessor/lombok/ast/template/package-info.class
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/templateProcessor/META-INF
> [mkdir] Created dir:
> /<<PKGBUILDDIR>>/build/templateProcessor/META-INF/services
> [jar] Building jar: /<<PKGBUILDDIR>>/build/templateProcessor.jar
>
> compile:
> [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been
> set to 1660300492
> [compile:mkdir] Created dir: /<<PKGBUILDDIR>>/build/lombok.ast
> [compile:javac] Using javac -source 1.6 is no longer supported, switching to 8
> [compile:javac] Using javac -target 1.6 is no longer supported, switching to 8
> [compile:javac] Compiling 667 source files to
> /<<PKGBUILDDIR>>/build/lombok.ast
> [ivy:compile] warning: [options] bootstrap class path not set in conjunction
> with -source 8
> [ivy:compile] warning: [options] source value 8 is obsolete and will be
> removed in a future release
> [ivy:compile] warning: [options] target value 8 is obsolete and will be
> removed in a future release
> [ivy:compile] warning: [options] To suppress warnings about obsolete options,
> use -Xlint:-options.
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:54: error:
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.CompilationResult;
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationResult
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:55: error:
> cannot find symbol
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
> [ivy:compile] ^
> [ivy:compile] symbol: class DefaultErrorHandlingPolicies
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:56: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ASTNode;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:57: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:58: error:
> package org.eclipse.jdt.internal.compiler.batch does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.batch.CompilationUnit;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:59: error:
> package org.eclipse.jdt.internal.compiler.classfmt does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:60: error:
> package org.eclipse.jdt.internal.compiler.impl does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:61: error:
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.parser.Parser;
> [ivy:compile] ^
> [ivy:compile] symbol: class Parser
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler.parser
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:62: error:
> package org.eclipse.jdt.internal.compiler.problem does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory;
> [ivy:compile] ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:63: error:
> package org.eclipse.jdt.internal.compiler.problem does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.problem.ProblemReporter;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:30: error:
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ASTVisitor;
> [ivy:compile] ^
> [ivy:compile] symbol: class ASTVisitor
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:31: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:32: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:33: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:34: error:
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:35: error:
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.lookup.BlockScope;
> [ivy:compile] ^
> [ivy:compile] symbol: class BlockScope
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:36: error:
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.lookup.ClassScope;
> [ivy:compile] ^
> [ivy:compile] symbol: class ClassScope
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:37: error:
> cannot find symbol
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope;
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitScope
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:60: error:
> cannot find symbol
> [ivy:compile] static final Operation<CompilationUnitDeclaration,
> CompilationUnitDeclaration> ecjToEcjBugsNormalizedEcj = new
> Operation<CompilationUnitDeclaration, CompilationUnitDeclaration>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitDeclaration
> [ivy:compile] location: class EcjBugsNormalization
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:60: error:
> cannot find symbol
> [ivy:compile] static final Operation<CompilationUnitDeclaration,
> CompilationUnitDeclaration> ecjToEcjBugsNormalizedEcj = new
> Operation<CompilationUnitDeclaration, CompilationUnitDeclaration>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitDeclaration
> [ivy:compile] location: class EcjBugsNormalization
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:402: error:
> cannot find symbol
> [ivy:compile] protected CompilerOptions ecjCompilerOptions() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilerOptions
> [ivy:compile] location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:422: error:
> cannot find symbol
> [ivy:compile] private final Operation<Void, ASTNode> parseWithEcj =
> new Operation<Void, ASTNode>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class ASTNode
> [ivy:compile] location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:467: error:
> cannot find symbol
> [ivy:compile] private final Operation<CompilationUnitDeclaration,
> Node> ecjToLombok = new Operation<CompilationUnitDeclaration, Node>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitDeclaration
> [ivy:compile] location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:485: error:
> cannot find symbol
> [ivy:compile] private final Operation<Node,
> CompilationUnitDeclaration> lombokToEcj = new Operation<Node,
> CompilationUnitDeclaration>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitDeclaration
> [ivy:compile] location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:542: error:
> cannot find symbol
> [ivy:compile] private final Operation<CompilationUnitDeclaration,
> String> ecjToText = new Operation<CompilationUnitDeclaration, String>() {
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationUnitDeclaration
> [ivy:compile] location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:577: error:
> cannot find symbol
> [ivy:compile] private final List<Operation<?, ? extends ASTNode>>
> TO_ECJ = ImmutableList.of(lombokToEcj, parseWithEcj);
> [ivy:compile] ^
> [ivy:compile] symbol: class ASTNode
> [ivy:compile] location: class Main
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:54:
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.core.compiler.CategorizedProblem;
> [ivy:compile] ^
> [ivy:compile] symbol: class CategorizedProblem
> [ivy:compile] location: package org.eclipse.jdt.core.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:55:
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.core.compiler.CharOperation;
> [ivy:compile] ^
> [ivy:compile] symbol: class CharOperation
> [ivy:compile] location: package org.eclipse.jdt.core.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:56:
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.CompilationResult;
> [ivy:compile] ^
> [ivy:compile] symbol: class CompilationResult
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:57:
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
> [ivy:compile] ^
> [ivy:compile] symbol: class IErrorHandlingPolicy
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:58:
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.IProblemFactory;
> [ivy:compile] ^
> [ivy:compile] symbol: class IProblemFactory
> [ivy:compile] location: package org.eclipse.jdt.internal.compiler
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:59:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:60:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ASTNode;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:61:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:62:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:63:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.AllocationExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:64:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Annotation;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:65:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:66:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Argument;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:67:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:68:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayInitializer;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:69:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:70:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:71:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:72:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.AssertStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:73:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Assignment;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:74:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.BinaryExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:75:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Block;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:76:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.BreakStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:77:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CaseStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:78:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CastExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:79:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CharLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:80:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:81:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:82:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:83:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ConditionalExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:84:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:85:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ContinueStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:86:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.DoStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:87:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:88:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.EmptyStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:89:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.EqualExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:90:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:91:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Expression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:92:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:93:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FalseLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:94:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:95:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FieldReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:96:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FloatLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:97:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ForStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:98:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ForeachStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:99:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IfStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:100:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ImportReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:101:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Initializer;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:102:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:103:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IntLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:104:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:105:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Javadoc;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:106:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LabeledStatement;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:107:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:108:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LongLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:109:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:110:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:111:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MemberValuePair;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:112:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MessageSend;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:113:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:114:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NameReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:115:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NormalAnnotation;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:116:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NullLiteral;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:117:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:118:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.OperatorIds;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:119:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:120:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:121:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.PostfixExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:122:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.PrefixExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:123:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:124:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:125:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:126:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference;
> [ivy:compile] ^
> [ivy:compile]
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:127:
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import
> org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference;
> [ivy:compile] ^
> [ivy:compile] 100 errors
> [ivy:compile] 4 warnings
> [ivy:compile] only showing the first 100 errors, of 387 total; use -Xmaxerrs
> if you would like to see more
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:135: Compile failed; see the compiler error output
> for details.
>
> Total time: 9 seconds
> make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/08/09/lombok-ast_0.2+ds-7_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ivyplusplus
Source-Version: 1.42-4
Done: Emmanuel Bourg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ivyplusplus, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated ivyplusplus package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 30 Sep 2024 10:10:24 +0200
Source: ivyplusplus
Architecture: source
Version: 1.42-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1078377
Changes:
ivyplusplus (1.42-4) unstable; urgency=medium
.
* Team upload.
* Add eclipse-jdt-core-compiler-batch to the classpath (Closes: #1078377)
Checksums-Sha1:
6e4635ef2ad1281960070c48dda3e88c57f4405d 2138 ivyplusplus_1.42-4.dsc
383b6930a938ff4fba78e08df2b4f3d35d350647 4296 ivyplusplus_1.42-4.debian.tar.xz
4498b3274c6e03e55b5098416cedb1feadedc0ca 14319
ivyplusplus_1.42-4_source.buildinfo
Checksums-Sha256:
9ec044cdb42dd5a54dd5add2f51fbb8b69ab6a2f129836a236499ec4fd4b3f6c 2138
ivyplusplus_1.42-4.dsc
0c6ce66901ab5cb59570fe789d22ad67caf7cac435bef47fe9c62f2917f47db0 4296
ivyplusplus_1.42-4.debian.tar.xz
1b7ce83ccc8d3a609918463f51148e8d20f06077c5a5e5744d8cdbf957bbb910 14319
ivyplusplus_1.42-4_source.buildinfo
Files:
5000cb3f6bbaf569a51b2436b9a61214 2138 java optional ivyplusplus_1.42-4.dsc
5293dfa70099019bae12a8731e239c54 4296 java optional
ivyplusplus_1.42-4.debian.tar.xz
f2ba49d8ea63c05eeba46b8658645808 14319 java optional
ivyplusplus_1.42-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmb6XV8SHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs7pQP/j4E9oLckCqIHIcxC0gdS6AaXNrpXvka
qzDLe5wYg5kkGuolZUbmWFcp2+E93/vxV9otxB2T6rHNkD5jzlHQtTowmmo/t/G8
qH+RRsv3JShkytK+qhu+R+imhlC1jzkq5QXOIEYsTjC0PEtnOZY6t+53nLOACSMz
sxIubQ7JHD0i/Z3BvW3E4KS2jlv7Cju9SHvyVAwaTIaJkBYhFFMhjVJBsWF2aQAe
cXQC482mrTXsRsJGdiHIOj1gYjZ0FmP6qAGMPZVXMy1F83R0IolcGDJ5nzYCtwJU
QmUvrNW1RGz2u1HkOH0Myf3doiI7wfMCVSOTNCfUyPlyYdI4XlYhjhai+SErD7xu
S/8VOqXU+cD4Xjri9Art9aifrNVPMSE2vKiaMdewve1R/nmrxTxpDegPMrkg2QoP
/sWvQPSYUuMHiTP0LJ7v5Zc+yCXn6ixIv60UOUYgu2f4IuHsx5Uos2qTZDp5Nt9o
bLeOKI2BSGjpHdKAWdqJ+Tr1K5EgsRDA5T+Und5mn/KaBj1SNiI5Rs0XXcO2mnh1
VUBw1PYOybQhjlHKzMGFM0rVrFOlPe6+1WiVSPgCm76WixtktVlGTPzR1yvQxlmD
0VrEnbP1TD7uVP9pNHoXx5HtjKAQVNEEWIo9azkNagbWqWhxhfeDaAOPJC/Yikum
c73dUlYjjGZ5
=tUdG
-----END PGP SIGNATURE-----
pgpPBkUawxJLc.pgp
Description: PGP signature
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.