Your message dated Thu, 31 Dec 2020 19:48:55 +0000
with message-id <e1kv3wn-000fxq...@fasolo.debian.org>
and subject line Bug#976546: fixed in libmiglayout-java 5.1-3
has caused the Debian Bug report #976546,
regarding libmiglayout-java: FTBFS on arm64,ppc64el (arch:all-only src pkg): 
[ERROR] 
/<<PKGBUILDDIR>>/swt/src/main/java/net/miginfocom/swt/MigLayout.java:[527,33] 
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 ow...@bugs.debian.org
immediately.)


-- 
976546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: libmiglayout-java
Source-Version: 5.1-3
Done: Pierre Gruet <pgtdeb...@free.fr>

We believe that the bug you reported is fixed in the latest version of
libmiglayout-java, 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 976...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <pgtdeb...@free.fr> (supplier of updated libmiglayout-java 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 31 Dec 2020 17:57:00 +0100
Source: libmiglayout-java
Architecture: source
Version: 5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Pierre Gruet <pgtdeb...@free.fr>
Closes: 976546
Changes:
 libmiglayout-java (5.1-3) unstable; urgency=medium
 .
   [ Pierre Gruet ]
   * Team upload.
   * Set Standards version to 4.5.1 (Rules-Requires-Root: no)
   * Update Vcs- fields in d/control
   * Removing useless scripts for package update
   * Depending on debhelper-compat 13
   * Putting a default Maven dependency on org.eclipse.swt (Closes: #976546)
 .
   [ Markus Koschany ]
   * Add javafx.patch
   * Add a Maven rule for javafx-base.
   * Add javafx.patch
   * Add a Maven rule for javafx-base.
Checksums-Sha1:
 f0d7fc10a0a03b624cba3997b03967e68efc7891 2165 libmiglayout-java_5.1-3.dsc
 c54fa86e90c8045dab5827c176100d75091bd903 4936 
libmiglayout-java_5.1-3.debian.tar.xz
 f3058fcafe886e6c45a3c8c3bae4ea36c15b02ff 16906 
libmiglayout-java_5.1-3_amd64.buildinfo
Checksums-Sha256:
 d247e69b1a8c088cef8eae7dd384eeb85fa0706e1d1eaa9284ef6a9eed5fab36 2165 
libmiglayout-java_5.1-3.dsc
 0ae99f3b1be420c77bfaad92c955b3b242ab9cde9511b4f85f0df46ba20052e4 4936 
libmiglayout-java_5.1-3.debian.tar.xz
 0690ed061db32d772fe4a266193d0bffedf03eea319952870a23b893daf7334f 16906 
libmiglayout-java_5.1-3_amd64.buildinfo
Files:
 206a8379516cba9e17a5abea17f94fbe 2165 java optional libmiglayout-java_5.1-3.dsc
 e7cddc408c1fb79de9d2915644e3fdb6 4936 java optional 
libmiglayout-java_5.1-3.debian.tar.xz
 243a26809b7c3a4c5d71ccd1a10363ad 16906 java optional 
libmiglayout-java_5.1-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAl/uJl4ACgkQYAMWptwn
dHZ6hxAAmmD9IxHDtNPjejcB7knv6t5nvhRXOfYC5CHhKnwBdRBB1PkcQSSuSMbp
QYZ1athvXLBJ+GY84xfFxOjOwprexJcHPyo6oMahMD7ytz8ahA1LxXbaPawrfe8s
dRVd3BWPiNJb1czK8FiwpSx4f0ywCy+iiMyyJeho0ImidE7UMkpD15XUf7P/7Ma6
+rXQb903eehtw9Gva6g+IfGocDMw69uwJfc0gx648MGFb153DcupDGboNmURQt7k
2jPAaf9D+poaW1nqSp2qcvRRZhXJETP937I7+mD4exgVahTP+fpu9CX7J4RhFJTI
swlfHAuLSE7bt/as8SczQd30zoP7Hu3j3Wb+T1og7LEf6ubyYEPjblyZioXsWJa6
QLNMg4Njiof5nqR7uDNpJGaHwMSJKbQ3+HdOp5xIE8l00t30Dqop4A0iRKLEiu6a
eOJahirP26FlGpc1/uIhx+y7s/8JYrPWDGKzB9BfGA9JlOk3mB9yy4GPw/QWNvb3
/kc9nUfs44F9Y+MY18ubS50rFVFZI90brlgg7Umvz5ApBuPPOZFcNh4qfAKY2DVk
ZL4ra3yORLjcYi9spVD0wHa0bTe8ml0H6rBQomSAUy/pkgK7Wfes6z0BiWDjFE0D
IGfiHdmg7nBRuj5tRvkwRzfkH8yLn47MhOJ2SnIeeceO/175/I0=
=6KOU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to