Your message dated Sun, 22 Oct 2023 18:00:16 +0000
with message-id <[email protected]>
and subject line Bug#1029243: fixed in jruby-maven-plugins 3.0.1-1
has caused the Debian Bug report #1029243,
regarding jruby-maven-plugins: FTBFS: make[1]: *** [debian/rules:9:
override_dh_auto_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 [email protected]
immediately.)
--
1029243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jruby-maven-plugins
Version: 1.1.5+ds1-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230120 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- install
> /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=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> -Dproperties.file.manual=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian/maven.properties
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Ddebian.dir=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian
> -Dmaven.repo.local=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian/maven-repo
> --batch-mode install -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] Reactor Build Order:
> [INFO]
> [INFO] JRuby Maven Mojos
> [pom]
> [INFO] Mojo Parent
> [pom]
> [INFO] Ruby Tools
> [jar]
> [INFO] JRuby Maven Mojo
> [maven-plugin]
> [INFO] Gem Maven Mojo
> [maven-plugin]
> [INFO]
> [INFO] -----------------< de.saumya.mojo:jruby-maven-plugins
> >-----------------
> [INFO] Building JRuby Maven Mojos 1.1.5
> [1/5]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [WARNING] The artifact org.apache.maven.plugins:maven-install-plugin:jar:2.4
> has been relocated to org.apache.maven.plugins:maven-install-plugin:jar:3.1.0
> [INFO]
> [INFO] --- maven-install-plugin:3.1.0:install (default-install) @
> jruby-maven-plugins ---
> [INFO] Installing /<<PKGBUILDDIR>>/pom.xml to
> /<<PKGBUILDDIR>>/debian/maven-repo/de/saumya/mojo/jruby-maven-plugins/1.1.5/jruby-maven-plugins-1.1.5.pom
> [INFO]
> [INFO] ---------------------< de.saumya.mojo:parent-mojo
> >---------------------
> [INFO] Building Mojo Parent 1.1.5
> [2/5]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --- maven-plugin-plugin:3.7.0:helpmojo (default) @ parent-mojo ---
> [INFO] Unsupported packaging type pom, execution skipped
> [INFO]
> [INFO] >>> maven-source-plugin:3.2.1:jar (default) > generate-sources @
> parent-mojo >>>
> [INFO]
> [INFO] <<< maven-source-plugin:3.2.1:jar (default) < generate-sources @
> parent-mojo <<<
> [INFO]
> [INFO]
> [INFO] --- maven-source-plugin:3.2.1:jar (default) @ parent-mojo ---
> [INFO]
> [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ parent-mojo
> ---
> [INFO] Installing /<<PKGBUILDDIR>>/parent-mojo/pom.xml to
> /<<PKGBUILDDIR>>/debian/maven-repo/de/saumya/mojo/parent-mojo/1.1.5/parent-mojo-1.1.5.pom
> [INFO]
> [INFO] ---------------------< de.saumya.mojo:ruby-tools
> >----------------------
> [INFO] Building Ruby Tools 1.1.5
> [3/5]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact
> org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 has been relocated
> to org.codehaus.plexus:plexus-component-annotations:jar:debian
> [WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5
> has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian
> [INFO]
> [INFO] --- maven-dependency-plugin:3.5.0:copy (copy jruby) @ ruby-tools ---
> [INFO] Configured Artifact: org.jruby:jruby-complete:debian:jar
> [INFO] Copying jruby-complete-debian.jar to
> /<<PKGBUILDDIR>>/ruby-tools/target/jruby-complete-debian.jar
> [INFO]
> [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy gems) @
> ruby-tools ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> ruby-tools ---
> [INFO] Copying 18 resources
> [INFO]
> [INFO] --- exec-maven-plugin:3.1.0:exec (install gems) @ ruby-tools ---
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/objectweb/asm/ClassVisitor
> at org.jruby.RubyInstanceConfig.<init>(RubyInstanceConfig.java:78)
> at org.jruby.Main.<init>(Main.java:108)
> at org.jruby.Main.main(Main.java:205)
> Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
> at
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
> at
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
> ... 3 more
> [ERROR] Command execution failed.
> org.apache.commons.exec.ExecuteException: Process exited with an error: 1
> (Exit value: 1)
> at org.apache.commons.exec.DefaultExecutor.executeInternal
> (DefaultExecutor.java:404)
> at org.apache.commons.exec.DefaultExecutor.execute
> (DefaultExecutor.java:166)
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:1000)
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:947)
> at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:471)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
> (MojoExecutor.java:370)
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute
> (MojoExecutor.java:351)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:215)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:171)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:163)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
> at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:185)
> at org.debian.maven.Wrapper.main (Wrapper.java:89)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:77)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:568)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard
> (Launcher.java:322)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:235)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:407)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:348)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby Maven Mojos 1.1.5:
> [INFO]
> [INFO] JRuby Maven Mojos .................................. SUCCESS [ 0.095
> s]
> [INFO] Mojo Parent ........................................ SUCCESS [ 0.659
> s]
> [INFO] Ruby Tools ......................................... FAILURE [ 0.637
> s]
> [INFO] JRuby Maven Mojo ................................... SKIPPED
> [INFO] Gem Maven Mojo ..................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.503 s
> [INFO] Finished at: 2023-01-20T03:51:33Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec
> (install gems) on project ruby-tools: Command execution failed. Process
> exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <args> -rf :ruby-tools
> [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=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> -Dproperties.file.manual=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian/maven.properties
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Ddebian.dir=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian
> -Dmaven.repo.local=/<<BUILDDIR>>/jruby-maven-plugins-1.1.5\+ds1/debian/maven-repo
> --batch-mode install -DskipTests -Dnotimestamp=true -Dlocale=en_US returned
> exit code 1
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/01/20/jruby-maven-plugins_1.1.5+ds1-2.1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230120;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230120&[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: jruby-maven-plugins
Source-Version: 3.0.1-1
Done: Jérôme Charaoui <[email protected]>
We believe that the bug you reported is fixed in the latest version of
jruby-maven-plugins, 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.
Jérôme Charaoui <[email protected]> (supplier of updated jruby-maven-plugins
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: SHA256
Format: 1.8
Date: Sat, 21 Oct 2023 17:40:58 -0400
Source: jruby-maven-plugins
Binary: libjruby-maven-plugin-java
Architecture: source all
Version: 3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Jérôme Charaoui <[email protected]>
Description:
libjruby-maven-plugin-java - Maven plugins to handle Ruby gems in a Maven
compatible way
Closes: 1029243
Changes:
jruby-maven-plugins (3.0.1-1) unstable; urgency=medium
.
* New upstream version 3.0.1
* removed poms from new upstream version
* d/maven.rules: use new package namespace
* add gem-maven-plugin relocation for version 3.0.0
* ignore unneeded maven deps
* add d/docs to ship upstream README
* d/copyright: update copyright infos
* d/control:
+ rename binary package to conform to policy
+ add myself to Uploaders
+ build using headless jdk
+ update Vcs-* and Homepage URLs
+ add Rules-Require-Root: no
+ bump Standards-Version to 4.6.2, no change needed
+ run wrap-and-sort -bastk
* d/patches:
+ rebase patches for new upstream version
+ fix dep-3 patch metadata
+ add new patch to fix jruby execution
* add lintian override for javalib-but-no-public-jars
* do not embed maven-tools gem or jruby-complete (Closes: #1029243)
* d/rules: cleanup unnecessary rules
Checksums-Sha1:
0a181cfe454a45a89f588fdf8632f0df34fc3bf1 1746 jruby-maven-plugins_3.0.1-1.dsc
c68e2569350b9a0dd5bae80fa52dc82e7cbf4a9e 1555500
jruby-maven-plugins_3.0.1.orig.tar.xz
6a9c47f27ba1043f7497773e59ae09983a0c70e6 5472
jruby-maven-plugins_3.0.1-1.debian.tar.xz
0116071476b5f656192b1943fcd722222c737004 11759
jruby-maven-plugins_3.0.1-1_amd64.buildinfo
bdfe668addb37e8e56fc9a1a52c7d69bbd4acbe1 211564
libjruby-maven-plugin-java_3.0.1-1_all.deb
Checksums-Sha256:
74cc9c627115a6e7eef68313992360bda35ae9913b37b0ea32f115d8f031afd5 1746
jruby-maven-plugins_3.0.1-1.dsc
ffc7418312456976444c50d5fc3c7ed1c57cd5a5bd92b03773a16ec219638f88 1555500
jruby-maven-plugins_3.0.1.orig.tar.xz
1b9f76ddc7eefe6dcccf400753409be5328b3cc748f87a228a89df81fed2937e 5472
jruby-maven-plugins_3.0.1-1.debian.tar.xz
666c42e7e132787e31473075c8dbd21dda89f29d2a6adaf0e94b741322ef5de1 11759
jruby-maven-plugins_3.0.1-1_amd64.buildinfo
d4427e22b48efe803ef621bdae7c95e2f35fddb6df51485c904a8a6bd5a0a451 211564
libjruby-maven-plugin-java_3.0.1-1_all.deb
Files:
e61b874ac0a1c996445aa86ed0bf986b 1746 java optional
jruby-maven-plugins_3.0.1-1.dsc
89aecbec3ba1231d814a910dae73426b 1555500 java optional
jruby-maven-plugins_3.0.1.orig.tar.xz
6cf104112783f668c9c467a28991cf00 5472 java optional
jruby-maven-plugins_3.0.1-1.debian.tar.xz
334dff9bcd888584cca59ce840f69c67 11759 java optional
jruby-maven-plugins_3.0.1-1_amd64.buildinfo
79600608d5a0c0bc369beebab2907a50 211564 java optional
libjruby-maven-plugin-java_3.0.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCZTU13QAKCRBpxS9ljpiF
Qt1SAP9U/CI3bX9Y43vJdOMq6e1QgptO3uAlWwpdgkkKy3OehwEAxGm42Mwcqn1m
tL0lhFj/jkvfYPYlvOstURkzenPDegE=
=l/b5
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.