Your message dated Sun, 15 Jan 2023 17:13:48 +0000
with message-id <[email protected]>
and subject line Bug#1028855: fixed in sisu-mojos 0.3.5-1
has caused the Debian Bug report #1028855,
regarding sisu-mojos: FTBFS: [ERROR]
/<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java:[37,13]
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 [email protected]
immediately.)
--
1028855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sisu-mojos
Version: 0.3.4-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 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 -plibeclipse-sisu-maven-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.
> [0m[0m[INFO] Scanning for projects...
> [INFO]
> [INFO] -----------------< org.eclipse.sisu:sisu-maven-plugin
> >-----------------
> [INFO] Building Sisu Maven Plugin 0.3.4
> [INFO] ----------------------------[ maven-plugin
> ]----------------------------
> [INFO]
> [INFO] --- maven-plugin-plugin:3.7.0:helpmojo (generated-helpmojo) @
> sisu-maven-plugin ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> sisu-maven-plugin ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @
> sisu-maven-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 4 source files 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] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java:[20,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java:[37,13]
> cannot find symbol
> symbol: class MavenProject
> location: class org.eclipse.sisu.mojos.TestIndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[25,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[135,13]
> cannot find symbol
> symbol: class MavenProject
> location: class org.eclipse.sisu.mojos.IndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[141,35]
> cannot find symbol
> symbol: class MavenProject
> location: class org.eclipse.sisu.mojos.IndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java:[20,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java:[37,13]
> cannot find symbol
> symbol: class MavenProject
> location: class org.eclipse.sisu.mojos.MainIndexMojo
> [INFO] 7 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.235 s
> [INFO] Finished at: 2023-01-13T20:35:45Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile
> (default-compile) on project sisu-maven-plugin: Compilation failure:
> Compilation failure:
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java:[20,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java:[37,13]
> cannot find symbol
> [ERROR] symbol: class MavenProject
> [ERROR] location: class org.eclipse.sisu.mojos.TestIndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[25,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[135,13]
> cannot find symbol
> [ERROR] symbol: class MavenProject
> [ERROR] location: class org.eclipse.sisu.mojos.IndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java:[141,35]
> cannot find symbol
> [ERROR] symbol: class MavenProject
> [ERROR] location: class org.eclipse.sisu.mojos.IndexMojo
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java:[20,32]
> package org.apache.maven.project does not exist
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java:[37,13]
> cannot find symbol
> [ERROR] symbol: class MavenProject
> [ERROR] location: class org.eclipse.sisu.mojos.MainIndexMojo
> [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
> [0m[0mdh_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/2023/01/13/sisu-mojos_0.3.4-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&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: sisu-mojos
Source-Version: 0.3.5-1
Done: Emmanuel Bourg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sisu-mojos, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated sisu-mojos 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 15 Jan 2023 17:25:07 +0100
Source: sisu-mojos
Architecture: source
Version: 0.3.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1028855
Changes:
sisu-mojos (0.3.5-1) unstable; urgency=medium
.
* New upstream release
* Fixed the build failure with maven-common-artifact-filters 3.3
(Closes: #1028855)
* Standards-Version updated to 4.6.2
Checksums-Sha1:
bac9ade3d3d95b1ed1603a53ba08fb26c1a95f5e 2245 sisu-mojos_0.3.5-1.dsc
e29a83a6ff848a89628e54d09ba3ba88560a0ba1 9708 sisu-mojos_0.3.5.orig.tar.xz
33ba441d5673f769e23de918dc6d17ffcabaf675 6656 sisu-mojos_0.3.5-1.debian.tar.xz
34272a7d76cd613e8f23269e33a9ba83df182552 15189
sisu-mojos_0.3.5-1_source.buildinfo
Checksums-Sha256:
17847ca649c695e8841d35a511edb31ad9ca8f6896b97cdc5d0c2b0e70af7583 2245
sisu-mojos_0.3.5-1.dsc
8bd52fe3f68c03558f7217ecd504c1920ef44239a039d6f81c9d618e10f553a0 9708
sisu-mojos_0.3.5.orig.tar.xz
915118968f5cb76c1c9cf8e7198cdb70872a00c9e3cb150d7112dab638ad883a 6656
sisu-mojos_0.3.5-1.debian.tar.xz
9ba3fa24c4919fb2aa02a82545d39850d3b3ffd4f0068d07cd3b62b8778b7bdf 15189
sisu-mojos_0.3.5-1_source.buildinfo
Files:
df693df18fa0b78798777c9a13891f1e 2245 java optional sisu-mojos_0.3.5-1.dsc
5651bd775d6a17fd1fd4249aa76e227c 9708 java optional
sisu-mojos_0.3.5.orig.tar.xz
cb3dc04ece73377a67ee89666d7bee69 6656 java optional
sisu-mojos_0.3.5-1.debian.tar.xz
137cb58764adb7e8a4bcc892c7a2601d 15189 java optional
sisu-mojos_0.3.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmPELGQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsyc4P/1tn8mA+irftPYa2HrqioAlpFF6b9O+F
oOir5vE6NrRSwQNX5F8JLXRMCQhK9Yo0CEjtO/yZo26cwejEPmBz0zEiidnSOLT9
K7zygPZW8Ul6msLYOAifBhi3Tm2s0ztJoKauhJa2o6is0VcvR2qKRAvrXkP8XcFw
xQE2jU5iGGv51IirOi55/UGVT/l/RlFc1SxNtioUK3kSvzHdZCjsvZ+ARuS1Y1GA
W/ZPJnssl69zhNNXZhmWnSxCrUfFXjmnr8ZKx90hZG2yFEYIphTKGULuCa8nwmw0
4LkB11RLfGYgyORboPEm45V0rtc3hOlE3E0esizBIAG/7Q60t4fJfWLZEDGXMeOm
TUzpfVI1kRieEEv4bogdmiGc2g0eObh1zRrvagBZjcd6lhH5DPlXX4d/PZ4BqiC2
Q5E0yC4StL094u2mvR4sBadi4RfC9odXEyi4ew4YKv4OJQPO3NYThOdkLL4TcLtY
km9Nb3cHzaem7J1GK5aUs9n0JtFAjI4KmRsZ24alJyhaA9EUcPxmI1VARipFyKZH
AQ2EkDa12TpeFomuvfXqAAqGSAfrpQ/IzvxElhWnJnDdYNU682zFZSc8AJL2P6ZE
bdfe+7h65PQvKsEnuy4IoTVykPB5sWlk8qbdapNKpuW8qIfRWWWA7iZTYRBsAHxv
L0w0cWQgRzD6
=lPgb
-----END PGP SIGNATURE-----
--- End Message ---