Your message dated Sat, 03 Dec 2022 20:46:19 +0000 with message-id <[email protected]> and subject line Bug#922682: fixed in jruby 9.3.9.0+ds-1 has caused the Debian Bug report #922682, regarding jruby: jgem install fails with NoSuchMethodError 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.) -- 922682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922682 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: jruby Version: 9.1.13.0-1 Severity: important Dear Maintainer, when trying to install a gem with jgem in a new and fully updated Debian unstable docker container, jgem install fails with the following error. The same error occurs for all packages I tried to install (bundler, trollop, and a local gem). root@8c89b7e3ed84:/# apt install openjdk-8-jre jruby root@8c89b7e3ed84:/# update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in manual mode root@8c89b7e3ed84:/# jgem install trollop Unhandled Java exception: java.lang.NoSuchMethodError: org.yaml.snakeyaml.events.ScalarEvent.getStyle()Lorg/yaml/snakeyaml/DumperOptions$ScalarStyle; java.lang.NoSuchMethodError: org.yaml.snakeyaml.events.ScalarEvent.getStyle()Lorg/yaml/snakeyaml/DumperOptions$ScalarStyle; handleScalar at org/jruby/ext/psych/PsychParser.java:299 parse at org/jruby/ext/psych/PsychParser.java:221 call at org/jruby/ext/psych/PsychParser$INVOKER$i$parse.gen:-1 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:358 call at org/jruby/runtime/callsite/CachingCallSite.java:195 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:323 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 call at org/jruby/internal/runtime/methods/DynamicMethod.java:200 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:338 call at org/jruby/runtime/callsite/CachingCallSite.java:163 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:314 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 wrapBlock at org/jruby/ext/zlib/RubyGzipFile.java:70 wrap19 at org/jruby/ext/zlib/RubyGzipFile.java:96 call at org/jruby/ext/zlib/RubyGzipFile$INVOKER$s$0$1$wrap19.gen:-1 call at org/jruby/internal/runtime/methods/DynamicMethod.java:204 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:348 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:173 call at org/jruby/runtime/callsite/CachingCallSite.java:177 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 yield at org/jruby/ir/runtime/IRRuntimeHelpers.java:415 interpret at org/jruby/ir/instructions/YieldInstr.java:83 processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:187 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:111 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:348 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:173 call at org/jruby/runtime/callsite/CachingCallSite.java:177 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 call at org/jruby/internal/runtime/methods/DynamicMethod.java:200 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:338 call at org/jruby/runtime/callsite/CachingCallSite.java:163 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:314 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 yield at org/jruby/ir/runtime/IRRuntimeHelpers.java:415 interpret at org/jruby/ir/instructions/YieldInstr.java:83 processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:187 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:111 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:348 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:173 call at org/jruby/runtime/callsite/CachingCallSite.java:177 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 ensureYieldClose at org/jruby/RubyIO.java:1163 open at org/jruby/RubyIO.java:1156 open19 at org/jruby/RubyKernel.java:306 call at org/jruby/RubyKernel$INVOKER$s$0$3$open19.gen:-1 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:348 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:173 call at org/jruby/runtime/callsite/CachingCallSite.java:177 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 each at org/jruby/RubyArray.java:1734 call at org/jruby/RubyArray$INVOKER$i$0$0$each.gen:-1 call at org/jruby/internal/runtime/methods/JavaMethod.java:498 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 call at org/jruby/internal/runtime/methods/DynamicMethod.java:200 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:338 call at org/jruby/runtime/callsite/CachingCallSite.java:163 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:314 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:89 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:214 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:200 call at org/jruby/internal/runtime/methods/DynamicMethod.java:208 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:358 call at org/jruby/runtime/callsite/CachingCallSite.java:195 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:323 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132 commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148 doYield at org/jruby/runtime/IRBlockBody.java:186 yield at org/jruby/runtime/BlockBody.java:116 yield at org/jruby/runtime/Block.java:165 each at org/jruby/RubyArray.java:1734 call at org/jruby/RubyArray$INVOKER$i$0$0$each.gen:-1 call at org/jruby/internal/runtime/methods/JavaMethod.java:498 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298 callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79 call at org/jruby/runtime/callsite/CachingCallSite.java:83 interpret at org/jruby/ir/instructions/CallBase.java:428 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:355 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:77 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130 call at org/jruby/internal/runtime/methods/DynamicMethod.java:192 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318 call at org/jruby/runtime/callsite/CachingCallSite.java:131 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:339 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:89 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:214 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:200 call at org/jruby/internal/runtime/methods/DynamicMethod.java:208 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:358 call at org/jruby/runtime/callsite/CachingCallSite.java:195 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:323 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:89 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:214 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:200 call at org/jruby/internal/runtime/methods/DynamicMethod.java:208 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:358 call at org/jruby/runtime/callsite/CachingCallSite.java:195 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:323 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:89 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:214 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:200 call at org/jruby/internal/runtime/methods/DynamicMethod.java:208 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:358 call at org/jruby/runtime/callsite/CachingCallSite.java:195 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:323 interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73 interpret at org/jruby/ir/interpreter/InterpreterEngine.java:83 INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179 call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165 call at org/jruby/internal/runtime/methods/DynamicMethod.java:200 cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:338 call at org/jruby/runtime/callsite/CachingCallSite.java:163 invokeOther17:run at usr/bin//usr/bin/jgem:21 <main> at /usr/bin/jgem:21 invokeWithArguments at java/lang/invoke/MethodHandle.java:627 load at org/jruby/ir/Compiler.java:95 runScript at org/jruby/Ruby.java:828 runNormally at org/jruby/Ruby.java:747 runNormally at org/jruby/Ruby.java:765 runFromMain at org/jruby/Ruby.java:578 doRunFromMain at org/jruby/Main.java:417 internalRun at org/jruby/Main.java:305 run at org/jruby/Main.java:232 main at org/jruby/Main.java:204 -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.15.0-45-generic (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE, TAINT_SOFTLOCKUP Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect Versions of packages jruby depends on: ii ant 1.10.5-2 ii junit4 4.12-8 ii libasm-java 7.0-1 ii libbsf-java 1:2.4.0-8 ii libbytelist-java 1.0.15-1 ii libdirgra-java 0.3-1 ii libheadius-options-java 1.4-2 ii libinvokebinder-java 1.7-2 ii libjansi-java 1.17.1-1 ii libjcodings-java 1.0.42-1 ii libjffi-jni 1.2.7-11 ii libjitescript-java 0.4.1-3 ii libjnr-constants-java 0.9.9-2 ii libjnr-enxio-java 0.16-2 ii libjnr-ffi-java 2.1.7-1 ii libjnr-netdb-java 1.1.6-1 ii libjnr-posix-java 3.0.45-2 ii libjnr-unixsocket-java 0.18-3 ii libjnr-x86asm-java 1.0.2-5 ii libjoda-time-java 2.10.1-1 ii libjruby-joni-java 2.1.25-1 ii libjzlib-java 1.1.3-2 ii libosgi-core-java 6.0.0-1 ii libpsych-java 3.0.3~pre1-2 ii libunsafe-fences-java 1.0-1 ii libunsafe-mock-java 8.0-3 ii libyaml-snake-java 1.23-1 ii nailgun 0.9.3-3 ii openjdk-8-jre [java7-runtime] 8u191-b12-2 ii ruby-jar-dependencies 0.3.10-2 ii ruby-psych 3.0.3~pre1-2 Versions of packages jruby recommends: ii jruby-openssl 0.9.21-1 ii ri 1:2.5.1 ii ruby-json 2.1.0+dfsg-2+b1 ii ruby-rspec 3.8.0c0e1m0s0-1 ii ruby-test-unit 3.2.8-1 jruby suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: jruby Source-Version: 9.3.9.0+ds-1 Done: Jérôme Charaoui <[email protected]> We believe that the bug you reported is fixed in the latest version of jruby, 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 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, 03 Dec 2022 12:32:59 -0500 Source: jruby Architecture: source Version: 9.3.9.0+ds-1 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Jérôme Charaoui <[email protected]> Closes: 895837 922682 960247 1014818 Changes: jruby (9.3.9.0+ds-1) unstable; urgency=medium . * New upstream release incorporating security fixes for CVE-2021-31810 CVE-2021-32066 (Closes: #895837, #1014818) * From this release onwards, JRuby no longer loads any C Ruby shared system libraries, and instead bundles a set of Ruby 2.6-compatible gems in a pair of orig-source tarballs. See d/README.source for details. (Closes: #922682, #960247) * Updated d/copyright for latest release and new components * Repacked source to exclude prebuilt Windows binaries * d/control: - Dropped C Ruby shared system libs from Build-Deps - Dropped jruby-openssl from Build-Deps, now bundled via orig-source gem - Dropped upstream deprecated Build-Deps: libbytelist-java, libmodulator-java, libunsafe-fences-java, libunsafe-mock-java, nailgun - Dropped redundant Build-Dep: libjnr-x86asm-java + Added minimum versions for invokebinder and jffi Build-Deps + Added myself to Uploaders + Flagged testsuite-related Build-Deps with !nocheck + Bumped Standards-Version to 4.6.1, no changes needed + Added Rules-Requires-Root: no * d/patches: - Dropped LOAD_PATH jruby patch fully + Rebased patches for new upstream version + Added several patches for testsuite fixes and workarounds * d/rules: + Added get-orig-source target to pull upstream tarball and generate tarballs containing the required gems + Added execute_before_dh_auto_configure target to install ruby gems into the jruby source tree prior to subsequent build and test targets, and replace gem-bundled jars by those shipped in Debian packages - Streamlined build and test targets to avoid unnecessary maven invocations - Scaled down testing scope to java tests during build to focus unit and integration testing in new autopkgtests + Fixed bin script shebangs not to use /usr/bin/env + Patched out code for loading bundled jars in readline and psych gems + Removed or replaced bundled fonts in documentation * Updated maven rules and ignoreRules, cleaned up empty mavenhelper files * Updated d/watch * Added d/upstream/metadata * Added autopkgtests * Fixed typos in manpages Checksums-Sha1: 492e8405a780c6cf09761d7aa576e235ba590fab 2874 jruby_9.3.9.0+ds-1.dsc c1018767194fbb2979d77ad8f14011ec2d74ba3a 12637736 jruby_9.3.9.0+ds.orig-rubygems-default.tar.xz 86876ddc3e0d0acbe5d37b6a6a4cd3f51c48a0bd 5334168 jruby_9.3.9.0+ds.orig.tar.xz 5c6d0b9d94e14f5a496325269d529fbc018359ce 37712 jruby_9.3.9.0+ds-1.debian.tar.xz 74dd4eac4af9f242d2797e5f541dfe3861d38a77 16241 jruby_9.3.9.0+ds-1_amd64.buildinfo Checksums-Sha256: c566ef66d00f2811160e866c236dc519fc37f40f1803e041bdd24f2d72a25cbd 2874 jruby_9.3.9.0+ds-1.dsc d207feac4f3479529b2394c765455d3114d86cc2844707cd958fb897b361b235 12637736 jruby_9.3.9.0+ds.orig-rubygems-default.tar.xz f826c30426bb15bbe5be8d7290f48474d9e2833a521b5b9a01fca43cb3780997 5334168 jruby_9.3.9.0+ds.orig.tar.xz 27d25f1a393a4bad171acddbe796f527f8470ceb31945cf05f95546638f229f1 37712 jruby_9.3.9.0+ds-1.debian.tar.xz 1b1a4bf3cbcccd0332d4d59e3da9babf773b2fd03b1fc6dbc1d4d82b1741eb78 16241 jruby_9.3.9.0+ds-1_amd64.buildinfo Files: 970d050bb7043ac79e96f92f73a77b78 2874 ruby optional jruby_9.3.9.0+ds-1.dsc 7eca75a64f78892b7cd6e5d87afb0731 12637736 ruby optional jruby_9.3.9.0+ds.orig-rubygems-default.tar.xz 9e38d1a2dbcd7c2accc07156732b6737 5334168 ruby optional jruby_9.3.9.0+ds.orig.tar.xz a7e4943d1b5e861e81d75025a7b48c7e 37712 ruby optional jruby_9.3.9.0+ds-1.debian.tar.xz 6de8754ca3a0b5937659cf93906fa792 16241 ruby optional jruby_9.3.9.0+ds-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCY4uwjAAKCRBpxS9ljpiF Qit2AP0aVFR/cFJ5LPaiXCQYM+2TW8qb9WztUl2811HjMKzd+wD+LahHcNjQPlZi i2K0pLEXWFGkitd/W51DxUfCqJ2fKAw= =a8yr -----END PGP SIGNATURE-----
--- End Message ---

