Your message dated Wed, 19 Apr 2017 11:33:49 +0000
with message-id <e1d0nrp-000f3d...@fasolo.debian.org>
and subject line Bug#860632: fixed in libmiglayout-java 4.2-3
has caused the Debian Bug report #860632,
regarding libmiglayout-java: FTBFS on i386: find:
'/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such
file or directory
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.)
--
860632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860632
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmiglayout-java
Version: 4.2-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386
Hi,
During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.
Relevant part (hopefully):
> debian/rules build
> dh build --buildsystem=maven
> dh_testdir -O--buildsystem=maven
> dh_update_autotools_config -O--buildsystem=maven
> dh_auto_configure -O--buildsystem=maven
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No
> such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar':
> No such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar':
> No such file or directory
> 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:/usr/lib/jvm/default-java/lib/tools.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 package -DskipTests
> -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] MiGLayout
> [INFO] MiGLayout Core
> [INFO] MiGLayout Swing
> [INFO] MiGLayout SWT
> [INFO] MiGLayout IDEUtil
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building MiGLayout 4.2
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building MiGLayout Core 4.2
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> miglayout-core ---
> [WARNING] Using platform encoding (ANSI_X3.4-1968 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.2:compile (default-compile) @
> miglayout-core ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [INFO] Compiling 17 source files to /<<PKGBUILDDIR>>/core/target/classes
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/Grid.java:
> /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/Grid.java uses
> unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/core/src/main/java/net/miginfocom/layout/Grid.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
> miglayout-core ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> miglayout-core ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ miglayout-core ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ miglayout-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/miglayout-core-4.2.jar
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building MiGLayout Swing 4.2
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> miglayout-swing ---
> [WARNING] Using platform encoding (ANSI_X3.4-1968 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.2:compile (default-compile) @
> miglayout-swing ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [INFO] Compiling 3 source files to /<<PKGBUILDDIR>>/swing/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
> miglayout-swing ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> miglayout-swing ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ miglayout-swing
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ miglayout-swing ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/swing/target/miglayout-swing-4.2.jar
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building MiGLayout SWT 4.2
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for org.eclipse.swt.gtk.linux:x86:jar:debian is missing, no
> dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] MiGLayout .......................................... SUCCESS [ 0.002
> s]
> [INFO] MiGLayout Core ..................................... SUCCESS [ 1.474
> s]
> [INFO] MiGLayout Swing .................................... SUCCESS [ 0.128
> s]
> [INFO] MiGLayout SWT ...................................... FAILURE [ 0.003
> s]
> [INFO] MiGLayout IDEUtil .................................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.717 s
> [INFO] Finished at: 2017-04-18T22:27:53+00:00
> [INFO] Final Memory: 15M/278M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project miglayout-swt: Could not resolve
> dependencies for project com.miglayout:miglayout-swt:jar:4.2: Cannot access
> central (https://repo.maven.apache.org/maven2) in offline mode and the
> artifact org.eclipse.swt.gtk.linux:x86:jar:debian has not been downloaded
> from it before. -> [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/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :miglayout-swt
> dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.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 package -DskipTests
> -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/04/18/libmiglayout-java_4.2-2_testing-i386.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on 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: 4.2-3
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 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (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: SHA256
Format: 1.8
Date: Wed, 19 Apr 2017 13:09:42 +0200
Source: libmiglayout-java
Binary: libmiglayout-java
Architecture: source
Version: 4.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libmiglayout-java - Java Layout Manager
Closes: 860632
Changes:
libmiglayout-java (4.2-3) unstable; urgency=medium
.
* Team upload.
* Fixed the build failure on i386 (Closes: #860632)
Checksums-Sha1:
ddf6f930f16de20845d0f21115a4f98b4da1bfa8 2171 libmiglayout-java_4.2-3.dsc
fdbfa3d7d802b3e94c3a00ca145d9696b632b578 4200
libmiglayout-java_4.2-3.debian.tar.xz
efcd49cd63c288f03cedd281b6a03db850dcd182 14653
libmiglayout-java_4.2-3_source.buildinfo
Checksums-Sha256:
54f8d7df4c598645df1cba3b4a84cc7ee4cbb169b45cb1931e3b90ffb12b9192 2171
libmiglayout-java_4.2-3.dsc
b57ba6e77a4c35b666484ecc744fdb2231413e284bf031d9e082de5137094ee6 4200
libmiglayout-java_4.2-3.debian.tar.xz
d0ecbd4c1e9d1882c67baccdaf6408496fa73d46b710e44931b9e42b365d0967 14653
libmiglayout-java_4.2-3_source.buildinfo
Files:
3b5f9863b38aed6bd1ff3744409db24a 2171 java optional libmiglayout-java_4.2-3.dsc
6896b331b66a88fdabd900fe0786e252 4200 java optional
libmiglayout-java_4.2-3.debian.tar.xz
a31d58ea0e38be8d863bd441dc3cfa6a 14653 java optional
libmiglayout-java_4.2-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlj3RZoSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCst8YP/Ares6fjY4UsLvfjwj8xh/4OD8O4RH7B
MwH0lALB1Utzco9tXA4pUl1dGlsqOxWOIPpQ7fdTKSaToJettlA7QHsqfwVUcoX5
R3bbe5o78YW5shYM1jTJ/NZvrgrCZsVqfx7Rsol4ifwTWRHc3q5lH175aUoAFvDK
0wn7ewn9agSlzQKm2jE4KLzUBvv3TAmJeTqGV/VHMAIcmOwHi8B4tX2HhX0Cy8Nc
qfLo1T/cnJ4sJzq7kLP9+oOi4WINfb5DkfFdnHwDBGxnks6l+GPiorrdhJ5duuqW
CNXWwQNEfO0QNNzIzxenEjZ1DepwjwsP5oSA+YEWwUEYxV7KHT8T6nT0ztOiwA7L
CTMfsiTJz9VNMSohGNJbDuUZ4gbxU2QErY5NwOUlmX/qdCQOIIFvPZo0lOW6bC+m
WFhO07lvhWNvi5voKkodbcke6YSsstmbpdc4ALwqr3are03exBCyyFo3qVv/f7h6
WZSDV3nfVFfljNHygDNWa2f2orBQTapdqKQeDkZ63iNlPvrzo3cgtBnVk5xabHIO
iq4z3gnkhVPLs4DZJzitIWfRCpvTo3gP1K7qd2lIB+SaIBMOyBCG35dCFfb5H3TM
wSzvGFfg+9ED7HdhTIdkmuoSWVeOBDGrM4lcOmj7XYlpYxUi1zURkMjRLcXON/BK
Y7gm+CU0MBh3
=acwQ
-----END PGP SIGNATURE-----
--- End Message ---