Bug#976546: libmiglayout-java: FTBFS: [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[527, 33] cannot find symbol

Lucas Nussbaum lucas at debian.org
Sat Dec 5 13:24:55 GMT 2020


Source: libmiglayout-java
Version: 5.1-2
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails on amd64).

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=maven
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_autoreconf -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
> 	mh_patchpoms -plibmiglayout-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build -O--buildsystem=maven
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] MiGLayout                                                          [pom]
> [INFO] MiGLayout Core                                                     [jar]
> [INFO] MiGLayout Swing                                                    [jar]
> [INFO] MiGLayout SWT                                                      [jar]
> [INFO] MiGLayout JavaFX                                                   [jar]
> [INFO] MiGLayout IDEUtil                                                  [jar]
> [INFO] 
> [INFO] -------------------< com.miglayout:miglayout-parent >-------------------
> [INFO] Building MiGLayout 5.1-SNAPSHOT                                    [1/6]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ miglayout-parent ---
> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
> [INFO] 
> [INFO] --------------------< com.miglayout:miglayout-core >--------------------
> [INFO] Building MiGLayout Core 5.1-SNAPSHOT                               [2/6]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ miglayout-core ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/core/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ miglayout-core ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
> [INFO] Compiling 18 source files to /<<PKGBUILDDIR>>/core/target/classes
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/CC.java: Some input files use or override a deprecated API.
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/CC.java: Recompile with -Xlint:deprecation for details.
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/LinkHandler.java: /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/LinkHandler.java uses unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/LinkHandler.java: Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ miglayout-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ miglayout-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ miglayout-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ miglayout-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ miglayout-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/miglayout-core-5.1-SNAPSHOT.jar
> [INFO] 
> [INFO] -------------------< com.miglayout:miglayout-swing >--------------------
> [INFO] Building MiGLayout Swing 5.1-SNAPSHOT                              [3/6]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ miglayout-swing ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/swing/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ miglayout-swing ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
> [INFO] Compiling 3 source files to /<<PKGBUILDDIR>>/swing/target/classes
> [INFO] /<<PKGBUILDDIR>>/swing/src/main/java/net/miginfocom/swing/MigLayout.java: /<<PKGBUILDDIR>>/swing/src/main/java/net/miginfocom/swing/MigLayout.java uses unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/swing/src/main/java/net/miginfocom/swing/MigLayout.java: Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ miglayout-swing ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ miglayout-swing ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ miglayout-swing ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ miglayout-swing ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ miglayout-swing ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/swing/target/miglayout-swing-5.1-SNAPSHOT.jar
> [INFO] 
> [INFO] --------------------< com.miglayout:miglayout-swt >---------------------
> [INFO] Building MiGLayout SWT 5.1-SNAPSHOT                                [4/6]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ miglayout-swt ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/swt/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ miglayout-swt ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
> [INFO] Compiling 3 source files to /<<PKGBUILDDIR>>/swt/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[38,23] package org.eclipse.swt does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[39,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[40,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[40,23] package org.eclipse.swt does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[41,30] package org.eclipse.swt.custom does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[46,36] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,24] cannot find symbol
>   symbol:   class Color
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[56,23] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[59,36] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[191,17] cannot find symbol
>   symbol:   class Point
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[42,1] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[43,1] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[37,32] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[38,32] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[39,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[40,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[41,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[42,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[52,38] cannot find symbol
>   symbol: class Layout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[58,27] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[239,20] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[247,42] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[264,50] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[292,44] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[372,33] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[409,37] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[432,46] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[443,42] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[448,42] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[454,37] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[454,19] cannot find symbol
>   symbol:   class Point
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[465,31] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[485,38] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,52] cannot find symbol
>   symbol:   class Color
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,58] cannot find symbol
>   symbol:   variable Display
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[81,33] cannot find symbol
>   symbol:   class GC
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[81,45] cannot find symbol
>   symbol:   class GC
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[82,33] cannot find symbol
>   symbol:   class FontMetrics
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[194,35] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[195,36] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[197,30] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[197,54] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[199,42] cannot find symbol
>   symbol:   class Scrollable
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[200,33] cannot find symbol
>   symbol:   class Rectangle
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[200,52] cannot find symbol
>   symbol:   class Scrollable
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[205,38] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[307,17] cannot find symbol
>   symbol:   class Point
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,17] cannot find symbol
>   symbol:   class Point
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,41] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,54] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[326,17] cannot find symbol
>   symbol:   class GC
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[326,29] cannot find symbol
>   symbol:   class GC
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[328,32] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[329,31] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[330,33] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[351,34] cannot find symbol
>   symbol:   class Text
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[351,55] cannot find symbol
>   symbol:   class StyledText
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[352,37] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[353,41] cannot find symbol
>   symbol:   class Label
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[354,37] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[355,41] cannot find symbol
>   symbol:   class Button
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[356,34] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[356,57] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[359,41] cannot find symbol
>   symbol:   class Canvas
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[361,41] cannot find symbol
>   symbol:   class List
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[363,41] cannot find symbol
>   symbol:   class Table
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[365,41] cannot find symbol
>   symbol:   class Spinner
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[367,41] cannot find symbol
>   symbol:   class ProgressBar
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[369,41] cannot find symbol
>   symbol:   class Slider
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[371,41] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,38] cannot find symbol
>   symbol:   class Text
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,59] cannot find symbol
>   symbol:   class StyledText
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,90] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[54,17] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[54,32] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[55,17] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[65,26] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[71,26] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[77,27] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[77,67] cannot find symbol
>   symbol:   variable SWT
>   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[58,79] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[241,44] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[251,32] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[342,25] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[342,59] cannot find symbol
>   symbol:   class Composite
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[411,17] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[412,25] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[412,62] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[417,25] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[417,38] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[426,22] cannot find symbol
>   symbol:   class Control
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[453,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[461,28] cannot find symbol
>   symbol:   class Point
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[464,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[472,17] cannot find symbol
>   symbol:   class Rectangle
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[484,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[509,21] cannot find symbol
>   symbol:   method getClass()
>   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[527,33] cannot find symbol
>   symbol:   variable Display
>   location: class net.miginfocom.swt.MigLayout.MyDebugRepaintTask
> [INFO] 98 errors 
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for MiGLayout 5.1-SNAPSHOT:
> [INFO] 
> [INFO] MiGLayout .......................................... SUCCESS [  0.047 s]
> [INFO] MiGLayout Core ..................................... SUCCESS [  1.937 s]
> [INFO] MiGLayout Swing .................................... SUCCESS [  0.250 s]
> [INFO] MiGLayout SWT ...................................... FAILURE [  0.123 s]
> [INFO] MiGLayout JavaFX ................................... SKIPPED
> [INFO] MiGLayout IDEUtil .................................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  2.888 s
> [INFO] Finished at: 2020-12-05T01:41:43Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project miglayout-swt: Compilation failure: Compilation failure: 
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[38,23] package org.eclipse.swt does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[39,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[40,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[40,23] package org.eclipse.swt does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[41,30] package org.eclipse.swt.custom does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[46,36] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,24] cannot find symbol
> [ERROR]   symbol:   class Color
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[56,23] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[59,36] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[191,17] cannot find symbol
> [ERROR]   symbol:   class Point
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[42,1] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[43,1] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[37,32] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[38,32] package org.eclipse.swt.graphics does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[39,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[40,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[41,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[42,31] package org.eclipse.swt.widgets does not exist
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[52,38] cannot find symbol
> [ERROR]   symbol: class Layout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[58,27] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[239,20] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[247,42] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[264,50] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[292,44] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[372,33] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[409,37] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[432,46] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[443,42] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[448,42] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[454,37] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[454,19] cannot find symbol
> [ERROR]   symbol:   class Point
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[465,31] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[485,38] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,52] cannot find symbol
> [ERROR]   symbol:   class Color
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[51,58] cannot find symbol
> [ERROR]   symbol:   variable Display
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[81,33] cannot find symbol
> [ERROR]   symbol:   class GC
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[81,45] cannot find symbol
> [ERROR]   symbol:   class GC
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[82,33] cannot find symbol
> [ERROR]   symbol:   class FontMetrics
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[194,35] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[195,36] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[197,30] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[197,54] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[199,42] cannot find symbol
> [ERROR]   symbol:   class Scrollable
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[200,33] cannot find symbol
> [ERROR]   symbol:   class Rectangle
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[200,52] cannot find symbol
> [ERROR]   symbol:   class Scrollable
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[205,38] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[307,17] cannot find symbol
> [ERROR]   symbol:   class Point
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,17] cannot find symbol
> [ERROR]   symbol:   class Point
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,41] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[308,54] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[326,17] cannot find symbol
> [ERROR]   symbol:   class GC
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[326,29] cannot find symbol
> [ERROR]   symbol:   class GC
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[328,32] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[329,31] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[330,33] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[351,34] cannot find symbol
> [ERROR]   symbol:   class Text
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[351,55] cannot find symbol
> [ERROR]   symbol:   class StyledText
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[352,37] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[353,41] cannot find symbol
> [ERROR]   symbol:   class Label
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[354,37] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[355,41] cannot find symbol
> [ERROR]   symbol:   class Button
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[356,34] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[356,57] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[359,41] cannot find symbol
> [ERROR]   symbol:   class Canvas
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[361,41] cannot find symbol
> [ERROR]   symbol:   class List
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[363,41] cannot find symbol
> [ERROR]   symbol:   class Table
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[365,41] cannot find symbol
> [ERROR]   symbol:   class Spinner
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[367,41] cannot find symbol
> [ERROR]   symbol:   class ProgressBar
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[369,41] cannot find symbol
> [ERROR]   symbol:   class Slider
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[371,41] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,38] cannot find symbol
> [ERROR]   symbol:   class Text
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,59] cannot find symbol
> [ERROR]   symbol:   class StyledText
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtComponentWrapper.java:[401,90] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtComponentWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[54,17] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[54,32] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[55,17] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[65,26] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[71,26] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[77,27] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/SwtContainerWrapper.java:[77,67] cannot find symbol
> [ERROR]   symbol:   variable SWT
> [ERROR]   location: class net.miginfocom.swt.SwtContainerWrapper
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[58,79] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[241,44] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[251,32] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[342,25] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[342,59] cannot find symbol
> [ERROR]   symbol:   class Composite
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[411,17] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[412,25] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[412,62] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[417,25] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[417,38] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[426,22] cannot find symbol
> [ERROR]   symbol:   class Control
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[453,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[461,28] cannot find symbol
> [ERROR]   symbol:   class Point
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[464,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[472,17] cannot find symbol
> [ERROR]   symbol:   class Rectangle
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[484,9] method does not override or implement a method from a supertype
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[509,21] cannot find symbol
> [ERROR]   symbol:   method getClass()
> [ERROR]   location: class net.miginfocom.swt.MigLayout
> [ERROR] /<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[527,33] cannot find symbol
> [ERROR]   symbol:   variable Display
> [ERROR]   location: class net.miginfocom.swt.MigLayout.MyDebugRepaintTask
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :miglayout-swt
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/12/05/libmiglayout-java_5.1-2_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!

If you reassign this bug to another package, please marking 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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-java-maintainers mailing list