Your message dated Mon, 26 Dec 2022 23:21:49 +0000
with message-id <e1p9wmz-007sjt...@fasolo.debian.org>
and subject line Bug#1026679: fixed in maven-ejb-plugin 3.2.1-1
has caused the Debian Bug report #1026679,
regarding maven-ejb-plugin: FTBFS: make: *** [debian/rules:4: build] Error 25
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.)


-- 
1026679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-ejb-plugin
Version: 2.5.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibmaven-ejb-plugin-java --debian-build 
> --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /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
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -------------< org.apache.maven.plugins:maven-ejb-plugin 
> >--------------
> [INFO] Building Apache Maven EJB Plugin 2.5.1
> [INFO] ----------------------------[ maven-plugin 
> ]----------------------------
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to 
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 
> has been relocated to org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
> [WARNING] The artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.2 
> has been relocated to org.apache.maven.plugins:maven-plugin-plugin:jar:3.6.0
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated 
> to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has 
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> maven-ejb-plugin ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> maven-ejb-plugin ---
> [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 1 source file to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.6 is no longer supported, switching to 7
> Use of source 1.6 is no longer supported, switching to 7
> [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to 
> get full output
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java:[444,53]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper> cannot be 
> converted to 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java:[451,35]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [INFO] 2 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  1.316 s
> [INFO] Finished at: 2022-12-20T09:45:31Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
> (default-compile) on project maven-ejb-plugin: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java:[444,53]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper> cannot be 
> converted to 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java:[451,35]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [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
> 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/2022/12/20/maven-ejb-plugin_2.5.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: maven-ejb-plugin
Source-Version: 3.2.1-1
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
maven-ejb-plugin, 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 1026...@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 maven-ejb-plugin 
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: Mon, 26 Dec 2022 23:46:49 +0100
Source: maven-ejb-plugin
Architecture: source
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1026679
Changes:
 maven-ejb-plugin (3.2.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
     - Depend on libmaven-archiver-java (>= 3.5)
     - Updated the Maven rules
   * Fixed the compatibility with maven-filtering 3.3.0 (Closes: #1026679)
   * Standards-Version updated to 4.6.1
   * Switch to debhelper level 13
   * Use salsa.debian.org Vcs-* URLs
   * Track and download the new releases from GitHub
Checksums-Sha1:
 98e7146c765049966cc3436fdf5d706afedfcaf1 2278 maven-ejb-plugin_3.2.1-1.dsc
 b6798d01fdfc432b7189e9d7107db56a9bceea4b 25716 
maven-ejb-plugin_3.2.1.orig.tar.xz
 8bb3a0d999654b556cd113597172618a4e839d8d 2700 
maven-ejb-plugin_3.2.1-1.debian.tar.xz
 130186d0b38251784c310eaef43278a2e39ef8bf 15893 
maven-ejb-plugin_3.2.1-1_source.buildinfo
Checksums-Sha256:
 d858c9dfb3872eb397347f96d8da629da98f78a910d150901594ff3a00abe5b1 2278 
maven-ejb-plugin_3.2.1-1.dsc
 65d910335695ee49b4e57bf40caf98d1920d3238f0bc3ee165141a6f64c8e2cc 25716 
maven-ejb-plugin_3.2.1.orig.tar.xz
 e10cc46d24c1f934bff9cab760a248dd6aa4bc248d64544c5efe48117a8b9919 2700 
maven-ejb-plugin_3.2.1-1.debian.tar.xz
 b26b870a173b3dc6ce323568723e6669a304ce83ef5279beb58f1a7b5af41b4b 15893 
maven-ejb-plugin_3.2.1-1_source.buildinfo
Files:
 31c71391561778c1f8086c8bb2c1e5bd 2278 java optional 
maven-ejb-plugin_3.2.1-1.dsc
 d0bb6045958fc212ebde76f43042a6bc 25716 java optional 
maven-ejb-plugin_3.2.1.orig.tar.xz
 2f016431be8be782b12ee6bf99f6f5f9 2700 java optional 
maven-ejb-plugin_3.2.1-1.debian.tar.xz
 72101e8d0d3ef46df147fe0e6af41d9c 15893 java optional 
maven-ejb-plugin_3.2.1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmOqJakACgkQ9RPEGeS5
0KxDMhAAnQnYV9KndjlJkvDamqGVP+Bb2PJOWzcejeoDJNKBRnmDCFg97oFETyyE
XHXn3OP5Sgum2E2lyBU6U7dkzhmyc8yW1xWdSaNP2/bU0am46EgfhAA8SIcsBaXT
DbYwyMncs//5l+6x4sjKbUzBSZaZSN2NOfX/queOkMfk9VVHPNTX1OKwuP81Ikui
E95bS72iFzor/sqrIajVe9bipswi25WaL9n3XcdHh1G3kmFGfHVex+6NhYCwnciK
Jb+HUl5WBv+pfYQPgxdHNm3I7cFBJAzQFrF0zDwItB8hcAlcv0a21c3dlgKNv8Wn
iwAkqBayr0YK90grd5ZxLgrg2cbyZr/j13ofqMpOT4njlJThVoJ9w2HOXsk+m4hY
zdjQIe+FsVgXWUV7P4ubTiTpnpuQTHD2PFwwLEymOVXxOLIeZrsvNKlGPKWKmrt5
CZ5yiYpqSxTA9P6c4jXRfvfURhdTCU4nldTbW9s3n+iELn6s/IoncOANMhX4zXg4
2w3FPnOyCDgTCL1qLcLbkx2LETxxh7nIoIdChT7FHsQlFLdv/YqquuaZM8DvuEKr
Cv7AIOgBi4eNE58U6B+atPHop5ayu9HpODrbj+MGNM05SKk9KEihFR86nPrCQxzw
zLv9O5zFyBmHFhvaJqliDuB79NNIIf5xd0hHcaDBlnp5ThSFwpk=
=U/ZW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to