Bug#1026494: eclipse-wtp: FTBFS: [javac] /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/sources/org/eclipse/wst/common/core/util/RegistryReader.java:62: error: cannot find symbol
Lucas Nussbaum
lucas at debian.org
Tue Dec 20 16:17:33 GMT 2022
Source: eclipse-wtp
Version: 3.18-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd org.eclipse.wst.xml.core/DevTimeSupport; \
> ant -f buildNames.xml; \
> ant -f buildParser.xml;
> Buildfile: /<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/DevTimeSupport/buildNames.xml
>
> init:
>
> XML10Names:
>
> init:
>
> run-jflex:
> [jflex] Reading "/<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/DevTimeSupport/HeadParsers/XML10Names.jFlex"
> [jflex]
> [jflex] Parsing took 77ms
> [jflex]
> [jflex] Constructing NFA :
> [jflex]
> [jflex] NFA construction took 5ms
> [jflex]
> [jflex] 36 states in NFA
> [jflex]
> [jflex] Converting NFA to DFA :
> [jflex]
> [jflex]
> [jflex] DFA construction took 4ms
> [jflex]
> [jflex] 13 states before minimization,
> [jflex] 7 states in minimized DFA
> [jflex]
> [jflex] Minimization took 0ms
> [jflex]
> [jflex] Writing code to "/<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/parser/XML10Names.java"
> [jflex]
> [jflex] Writing took 13ms
> [jflex]
> [jflex] Overall scanner generation time: 129ms
> [jflex]
>
> BUILD SUCCESSFUL
> Total time: 0 seconds
> Buildfile: /<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/DevTimeSupport/buildParser.xml
>
> init:
>
> HeadTokenizer:
>
> init:
>
> run-jflex:
> [jflex] Reading "/<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/DevTimeSupport/HeadParsers/XMLHeadTokenizer.jFlex"
> [jflex]
> [jflex] Parsing took 90ms
> [jflex]
> [jflex] Constructing NFA :
> [jflex]
> [jflex] NFA construction took 4ms
> [jflex]
> [jflex] 300 states in NFA
> [jflex]
> [jflex] Converting NFA to DFA :
> [jflex]
> [jflex]
> [jflex] DFA construction took 29ms
> [jflex]
> [jflex] 160 states before minimization,
> [jflex] 111 states in minimized DFA
> [jflex]
> [jflex] Minimization took 3ms
> [jflex]
> [jflex] Writing code to "/<<PKGBUILDDIR>>/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/contenttype/XMLHeadTokenizer.java"
> [jflex]
> [jflex] Writing took 17ms
> [jflex]
> [jflex] Overall scanner generation time: 184ms
> [jflex]
>
> BUILD SUCCESSFUL
> Total time: 0 seconds
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build -O--buildsystem=eclipse_bundles
> ant -Dbasedir . -Dbundledir -f debian/build.xml org.eclipse.jem.util org.eclipse.wst.common.core org.eclipse.wst.common.emf org.eclipse.wst.common.emfworkbench.integration org.eclipse.wst.common.environment org.eclipse.wst.common.frameworks org.eclipse.wst.common.frameworks.ui org.eclipse.wst.common.project.facet.core org.eclipse.wst.common.ui org.eclipse.wst.common.uriresolver org.eclipse.wst.sse.core org.eclipse.wst.sse.ui org.eclipse.wst.validation org.eclipse.wst.validation.ui org.eclipse.wst.xml.core org.eclipse.wst.xml.ui org.eclipse.wst.xsd.core -Duser.name debian
> Buildfile: /<<PKGBUILDDIR>>/debian/build.xml
>
> org.eclipse.wst.common.core:
> [echo] Building bundle 'WST Common Core Plug-in' (org.eclipse.wst.common.core:1.3.0)
> [mkdir] Created dir: /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/classes
> [touch] Creating /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/dependencies
> [mkdir] Created dir: /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/sources
> [copy] Copying 35 files to /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/sources
> [javac] Compiling 35 source files to /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/classes
> [javac] /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/sources/org/eclipse/wst/common/core/util/RegistryReader.java:62: error: cannot find symbol
> [javac] public RegistryReader(IPluginRegistry registry, String pluginID, String extensionPoint) {
> [javac] ^
> [javac] symbol: class IPluginRegistry
> [javac] location: class RegistryReader
> [javac] Note: /<<PKGBUILDDIR>>/org.eclipse.wst.common.core/target/sources/org/eclipse/wst/common/core/search/SearchEngine.java uses or overrides a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 1 error
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/debian/build.xml:7: The following error occurred while executing this line:
> /usr/share/eclipse-debian-helper/build-eclipse-bundle.xml:64: Compile failed; see the compiler error output for details.
>
> Total time: 1 second
> dh_auto_build: error: ant -Dbasedir . -Dbundledir -f debian/build.xml org.eclipse.jem.util org.eclipse.wst.common.core org.eclipse.wst.common.emf org.eclipse.wst.common.emfworkbench.integration org.eclipse.wst.common.environment org.eclipse.wst.common.frameworks org.eclipse.wst.common.frameworks.ui org.eclipse.wst.common.project.facet.core org.eclipse.wst.common.ui org.eclipse.wst.common.uriresolver org.eclipse.wst.sse.core org.eclipse.wst.sse.ui org.eclipse.wst.validation org.eclipse.wst.validation.ui org.eclipse.wst.xml.core org.eclipse.wst.xml.ui org.eclipse.wst.xsd.core -Duser.name debian returned exit code 1
> make: *** [debian/rules:6: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/12/20/eclipse-wtp_3.18-5_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas@debian.org&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.
More information about the pkg-java-maintainers
mailing list