Bug#1053093: RM: mpdcron -- ROM; Dead upstream

2023-09-26 Thread Sebastien Delafond
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: mpdc...@packages.debian.org
Control: affects -1 + src:mpdcron

No upstream commits for 7 years, low popcon, no reverse dependencies:
please remove :)

Cheers,

-- 
Seb



Bug#1042428: lintian.debian.org off ?

2023-09-26 Thread Lucas Nussbaum
Hi,

#1042428 is the bug for "no explanation for lintian tags on UDD"

On 26/09/23 at 21:35 -0700, Otto Kekäläinen wrote:
> I know Lintian tag info is available via command line, but I
> frequently need to educate upstreams about Lintian rules, and thus
> really also need a URL to share to them. Perhaps I could implement
> that later in the year.

That's indeed a good rationale for adding a web interface to lintian
tags explanations. Thanks.

I still plan to work on adding that eventually.

Lucas



Bug#1053092: initscripts: cannot upgrade to 3.08-1: APT dependency loop

2023-09-26 Thread Martin-Éric Racine
Package: initscripts
Version: 3.07-1
Severity: important

$ LC_ALL=C sudo apt-get --option Debug::pkgDepCache::AutoInstall=true install 
initscripts
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
   Removing: udev:i386 as upgrade is not an option for initscripts:i386 (3.08-1)
Installing linux-image-6.5.0-1-686:i386 as Depends of linux-image-686:i386
  Installing initramfs-tools:i386 as Depends of linux-image-6.5.0-1-686:i386
Installing linux-image-6.5.0-1-686:i386 as Depends of linux-image-686:i386
  Installing initramfs-tools:i386 as Depends of linux-image-6.5.0-1-686:i386
Installing linux-image-6.5.0-1-686:i386 as Depends of linux-image-686:i386
  Installing initramfs-tools:i386 as Depends of linux-image-6.5.0-1-686:i386
Installing linux-image-6.5.0-1-686:i386 as Depends of linux-image-686:i386
  Installing initramfs-tools:i386 as Depends of linux-image-6.5.0-1-686:i386
Installing linux-image-6.5.0-1-686:i386 as Depends of linux-image-686:i386
  Installing initramfs-tools:i386 as Depends of linux-image-6.5.0-1-686:i386
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 initramfs-tools : Depends: initramfs-tools-core (= 0.142) but it is not going 
to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

-- System Information:
Debian Release: trixie/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 6.5.0-1-686-pae (SMP w/1 CPU thread; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=fi:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages initscripts depends on:
ii  sysv-rc 3.08-1
ii  sysvinit-utils  3.08-1

Versions of packages initscripts recommends:
ii  e2fsprogs  1.47.0-2+b1
ii  psmisc 23.6-1

initscripts suggests no packages.

-- no debconf information



Bug#1050677: chromium: VAAPI acceleration not working on Chromium 116

2023-09-26 Thread Leandro Cunha
Hi,

It's a problem that persists in 117 on unstable, although on the
Chrome unstable channel (version 118.x) it seems to be resolved.

Graphics Feature Status
===
*   Canvas: Hardware accelerated
*   Canvas out-of-process rasterization: Disabled
*   Direct Rendering Display Compositor: Disabled
*   Compositing: Hardware accelerated
*   Multiple Raster Threads: Enabled
*   OpenGL: Enabled
*   Rasterization: Hardware accelerated
*   Raw Draw: Disabled
*   Skia Graphite: Disabled
*   Video Decode: Software only. Hardware acceleration disabled
*   Video Encode: Software only. Hardware acceleration disabled
*   Vulkan: Enabled
*   WebGL: Hardware accelerated
*   WebGL2: Hardware accelerated
*   WebGPU: Disabled

Driver Bug Workarounds
==
*   adjust_src_dst_region_for_blitframebuffer
*   clear_uniforms_before_first_program_use
*   count_all_in_varyings_packing
*   disable_post_sub_buffers_for_onscreen_surfaces
*   enable_webgl_timer_query_extensions
*   exit_on_context_lost
*   msaa_is_slow
*   rely_on_implicit_sync_for_swap_buffers
*   disabled_extension_GL_KHR_blend_equation_advanced
*   disabled_extension_GL_KHR_blend_equation_advanced_coherent
*   disabled_extension_GL_MESA_framebuffer_flip_y

Problems Detected
=
*   WebGPU has been disabled via blocklist or the command line.
Disabled Features: webgpu

*   Accelerated video encode has been disabled, either via blocklist,
about:flags or the command line.
Disabled Features: video_encode

*   Accelerated video decode has been disabled, either via blocklist,
about:flags or the command line.
Disabled Features: video_decode

*   Clear uniforms before first program use on all platforms:
(http://crbug.com/124764), (http://crbug.com/349137)
Applied Workarounds: clear_uniforms_before_first_program_use

*   Mesa drivers in Linux handle varyings without static use incorrectly:
(http://crbug.com/333885)
Applied Workarounds: count_all_in_varyings_packing

*   On Intel GPUs MSAA performance is not acceptable for GPU rasterization:
(http://crbug.com/527565), (http://crbug.com/1298585)
Applied Workarounds: msaa_is_slow

*   Disable partial swaps on Mesa drivers (detected with GL_VERSION):
(http://crbug.com/339493)
Applied Workarounds: disable_post_sub_buffers_for_onscreen_surfaces

*   adjust src/dst region if blitting pixels outside framebuffer on Linux Intel:
(http://crbug.com/664740)
Applied Workarounds: adjust_src_dst_region_for_blitframebuffer

*   Disable KHR_blend_equation_advanced until cc shaders are updated:
(http://crbug.com/661715)
Applied Workarounds: disable(GL_KHR_blend_equation_advanced),
disable(GL_KHR_blend_equation_advanced_coherent)

*   Expose WebGL's disjoint_timer_query extensions on platforms with
site isolation:
(http://crbug.com/808744), (http://crbug.com/870491)
Applied Workarounds: enable_webgl_timer_query_extensions

*   Some drivers can't recover after OUT_OF_MEM and context lost:
(http://crbug.com/893177)
Applied Workarounds: exit_on_context_lost

*   Avoid waiting on a egl fence before swapping buffers and rely on
implicit sync on Intel GPUs:
(http://crbug.com/938286)
Applied Workarounds: rely_on_implicit_sync_for_swap_buffers

*   Disable GL_MESA_framebuffer_flip_y for desktop GL:
(http://crbug.com/964010)
Applied Workarounds: disable(GL_MESA_framebuffer_flip_y)

ANGLE Features
==
*   allowCompressedFormats (Frontend workarounds): Enabled
condition: true
Allow compressed formats

*   cacheCompiledShader (Frontend features) (http://anglebug.com/7036): Enabled
condition: true
Enable to cache compiled shaders

*   disableAnisotropicFiltering (Frontend workarounds): Disabled
Disable support for anisotropic filtering

*   disableDrawBuffersIndexed (Frontend features)
(http://anglebug.com/7724): Disabled
Disable support for OES_draw_buffers_indexed and EXT_draw_buffers_indexed

*   disableProgramBinary (Frontend features)
(http://anglebug.com/5007): Disabled
Disable support for GL_OES_get_program_binary

*   disableProgramCaching (Frontend features)
(http://anglebug.com/1423136): Disabled
Disables saving programs to the cache

*   disableProgramCachingForTransformFeedback (Frontend workarounds): Disabled
On some GPUs, program binaries don't contain transform feedback varyings

*   dumpShaderSource (Frontend features) (http://anglebug.com/7760): Disabled
Write shader source to temp directory

*   dumpTranslatedShaders (Frontend features)
(http://anglebug.com/8280): Disabled
Write translated shaders to temp directory

*   emulatePixelLocalStorage (Frontend features)
(http://anglebug.com/7279): Enabled
condition: true
Emulate ANGLE_shader_pixel_local_storage using shader images

*   enableCaptureLimits (Frontend features) (http://anglebug.com/5750): Disabled
Set the context limits like frame capturing was enabled

*   

Bug#1053088: Modify changelog message

2023-09-26 Thread panxuefeng

Package: service-wrapper-java
Version: 3.5.51
Severity: wishlist
Tags: patch
User: debian-de...@lists.debian.org
Usertags: loongarch64

Dear Maintainers,

Problem with changelog version information in LoongArch-support.patch, 
LoongArch-support-v2.patch fixed this issue.


LoongArch-support-v2.patch in attachment, I hope this information helps 
you review the code.


Sincerely,

Xuefeng Pan


diff --git a/changelog b/changelog
index 280e04a..f6f9bc6 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+service-wrapper-java (3.5.51-1+loong64) unstable; urgency=medium
+
+  * Add LoongArch support
+
+ -- Xuefeng Pan   Tue, 26 Sep 2023 20:39:48 +0800
+
 service-wrapper-java (3.5.51-1) unstable; urgency=medium
 
   * Team upload
diff --git a/patches/loongarch64-support.patch b/patches/loongarch64-support.patch
new file mode 100644
index 000..84b794d
--- /dev/null
+++ b/patches/loongarch64-support.patch
@@ -0,0 +1,56 @@
+diff --git a/src/c/Makefile-linux-loongarch64-64.make b/src/c/Makefile-linux-loongarch64-64.make
+new file mode 100644
+index 000..6dbcdf7
+--- /dev/null
 b/src/c/Makefile-linux-loongarch64-64.make
+@@ -0,0 +1,50 @@
++# Copyright (c) 1999, 2022 Tanuki Software, Ltd.
++# http://www.tanukisoftware.com
++# All rights reserved.
++#
++# This software is the proprietary information of Tanuki Software.
++# You shall use it only in accordance with the terms of the
++# license agreement you entered into with Tanuki Software.
++# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
++
++COMPILE = gcc -g -O3 -fPIC -Wall --pedantic -DLINUX -D_FORTIFY_SOURCE=2 -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE
++
++WRAPPER_LINK_OPTS = -Wl,-z,relro,-z,now
++
++INCLUDE=$(JAVA_HOME)/include
++
++DEFS = -I$(INCLUDE) -I$(INCLUDE)/linux
++
++wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
++
++libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
++
++BIN = ../../bin
++LIB = ../../lib
++
++all: init wrapper libwrapper.so
++
++clean:
++	rm -f *.o
++
++cleanall: clean
++	rm -rf *~ .deps
++	rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
++
++init:
++	if test ! -d .deps; then mkdir .deps; fi
++
++wrapper: $(wrapper_SOURCE)
++	$(COMPILE) $(WRAPPER_LINK_OPTS) -pthread $(wrapper_SOURCE) -lm -o $(BIN)/wrapper
++
++libwrapper.so: $(libwrapper_so_OBJECTS)
++	${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++
++%.o: %.c
++	@echo '$(COMPILE) -c $<'; \
++	$(COMPILE) -pthread $(DEFS) -Wp,-MD,.deps/$(*F).pp -c $<
++	@-cp .deps/$(*F).pp .deps/$(*F).P; \
++	tr ' ' '\012' < .deps/$(*F).pp \
++	| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
++	>> .deps/$(*F).P; \
++	rm .deps/$(*F).pp
diff --git a/patches/series b/patches/series
index d12affa..4e51ca9 100644
--- a/patches/series
+++ b/patches/series
@@ -4,3 +4,4 @@
 fix-as-needed-ppc.patch
 building_with_debug_symbols.patch
 riscv64-support.patch
+loongarch64-support.patch


Bug#1053091: RFS: hyfetch/1.4.10-1 [ITP] -- Customizable Linux System Information Script

2023-09-26 Thread Bailey Kasin
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "hyfetch":

 * Package name : hyfetch
   Version  : 1.4.10-1
   Upstream contact : Bailey Kasin 
 * URL  : https://github.com/hykilpikonna/hyfetch
 * License  : MIT
 * Vcs  : https://salsa.debian.org/Catumin/hyfetch
   Section  : python

The source builds the following binary packages:

  hyfetch - Customizable Linux System Information Script

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/hyfetch/

Alternatively, you can download the package with 'dget' using this command:

  dget -x
https://mentors.debian.net/debian/pool/main/h/hyfetch/hyfetch_1.4.10-1.dsc

Changes for the initial release:

 hyfetch (1.4.10-1) unstable; urgency=medium
 .
   * Initial Package (Closes: #1051250)

Regards,

Bailey Kasin


Bug#1042989: ITP: Incus -- Powerful system container and virtual machine manager

2023-09-26 Thread Mathias Gibbens
Control: reassign -1 wnpp
Control: retitle -1 ITP: Incus -- Powerful system container and virtual machine 
manager
Control: severity -1 wishlist
Control: block -1 by 1052536 1001989

  I'm converting this bug to an ITP, as there's clearly sufficient
interest in the packaging of Incus. Plus, it will help track any
dependencies that need to be packaged/updated for Debian.


On Tue, 2023-09-19 at 08:44 +0100, Free Ekanayaka wrote:
> The dependencies should be pretty much the same as LXD 5.16, except for
> cowsql, and for a few dependencies that actually got dropped wrt LXD. So
> that part should be relatively straightforward if you have already done
> some work for LXD 5.16.

  There are two dependencies still in progress that are needed to
properly build the latest feature release of LXD in Debian: golang-
github-grafana-dskit (ITP#1001989; it has one dependency [golang-
github-uber-jaeger-client-go] currently in NEW before I can package it)
and updating golang-github-checkpoint-restore-go-criu to v6 (currently
on v5, with a patch to undo its use in the current LXD packaging).

> The idea is to have Incus follow a release scheme similar to LXD, with
> LTS releases every 2 years or so, and "development" releases in
> between. The first LTS release would probably come out early next year.

  That sounds great, and will fit nicely into the trixie development
cycle!

> We were thinking more or less the same, but with a difference: what
> about uploading to Debian only the LTS updates of LXD for now (that
> means the 5.0.x releases) and start uploading the Incus development
> releases (once the first is out)?

  That seems reasonable to me. I know people occasionally ask for the
latest version of LXD, which someday I might upload to experimental on
a "best effort" basis, but the main packaging for LXD will follow the
LTS releases. Prior to Incus' 1.0 LTS release, I think it would be
great to upload development releases to facilitate testing by
interested users.

> Once trixie gets released it would contain the latest LXD 5.0.x release
> (which upstream supports until June 2027), and the latest Incus LTS
> release. Bookworm users can upgrade to trixie and then migrate their
> deployments to Incus using the lxd-to-incus tool, if they wish to.

  Just a minor note -- if LXD keeps its established release schedule,
I'm expecting LXD 6.0.x to ship in trixie.

  We will definitely want test the transition path and ensure there's
good documentation in place for the trixie release.

> As for now cowsql's raft is compatible with dqlite's raft, and I plan to
> maintain that compatibility, at least as far as the LXD+dqlite stack is
> concerned (which is what matters for Debian).
> 
> What I'd propose would be to change the upstream of the libraft package
> in Debian from canonical/raft to cowsql/raft, and I could (co-?)maintain
> the libraft package as well as the dqlite one, making sure they work
> together (that might help Laszlo too, taking some work off his plate, I
> can reach out to him and ask).

  Currently in unstable there are only three rdeps of src:raft: dqlite,
golang-github-canonical-go-dqlite, and lxd. So it would certainly be
doable to switch the upstream of src:raft -- if Laszlo is open to doing
so, it should be a pretty easy transition. Probably the trickiest thing
would be the versions: I'd like to avoid a package epoch bump if
possible, and we'd also have to consider the .so versioning.


On Sun, 2023-09-24 at 15:54 +0100, Free Ekanayaka wrote:
> I've created the Salsa repository for the incus Debian source package:
> 
> https://salsa.debian.org/go-team/packages/incus

  +1

> 
> It's still very early on and it's not working yet (I've mostly rebranded
> the debian/ directory of the lxd Debian source package), but it's a
> start, so perhaps we might already have something kind of working by the
> time the first Incus release is out.

  At least initially, I'd like to keep the packaging for LXD and Incus
as similar as possible. I know over time things will diverge, but for
now I think keeping the delta between packages small will be
beneficial.

> I've now filed an ITP for cowsql:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052536

  Saw that, thanks!

Mathias


signature.asc
Description: This is a digitally signed message part


Bug#1053090: libxsimd-dev: arm64 error in xtensor: usage of batch type with unsupported type

2023-09-26 Thread Drew Parsons
Package: libxsimd-dev
Version: 10.0.0-3
Severity: serious
Justification: debci

libxsimd-dev 10 triggers an error in xtensor tests on arm64
xsimd passes its own tests, and xtensor passes on other arches (except
armel which has known issues)

The error output from
https://ci.debian.net/data/autopkgtest/unstable/arm64/x/xtensor/38197207/log.gz
is

127s [ 26%] Building CXX object 
CMakeFiles/test_xtensor_lib.dir/test_xoptional_assembly.cpp.o
127s /usr/bin/g++ -DXSIMD_ENABLE_XTL_COMPLEX -DXTENSOR_USE_XSIMD  
-DXSIMD_ENABLE_XTL_COMPLEX=1 -march=native -std=c++14 -Wunused-parameter 
-Wextra -Wreorder -Wconversion -Wno-sign-conversion  -Wold-style-cast 
-Wunused-variable -ftemplate-backtrace-limit=0 -O3 -DNDEBUG -MD -MT 
CMakeFiles/test_xtensor_lib.dir/test_xoptional_assembly.cpp.o -MF 
CMakeFiles/test_xtensor_lib.dir/test_xoptional_assembly.cpp.o.d -o 
CMakeFiles/test_xtensor_lib.dir/test_xoptional_assembly.cpp.o -c 
/tmp/autopkgtest-lxc.1p570fd4/downtmp/autopkgtest_tmp/test_xoptional_assembly.cpp
131s In file included from /usr/include/xsimd/types/xsimd_batch.hpp:493,
131s  from /usr/include/xsimd/xsimd.hpp:61,
131s  from /usr/include/xtensor/xtensor_config.hpp:61,
131s  from /usr/include/xtensor/xexception.hpp:24,
131s  from /usr/include/xtensor/xstorage.hpp:21,
131s  from /usr/include/xtensor/xbuffer_adaptor.hpp:21,
131s  from /usr/include/xtensor/xarray.hpp:19,
131s  from 
/tmp/autopkgtest-lxc.1p570fd4/downtmp/autopkgtest_tmp/test_xoperation.cpp:13:
131s /usr/include/xsimd/types/xsimd_traits.hpp: In instantiation of ‘struct 
xsimd::detail::static_check_supported_config_emitter’:
131s /usr/include/xsimd/types/xsimd_traits.hpp:84:19:   required from ‘void 
xsimd::detail::static_check_supported_config() [with T = bool; A = 
xsimd::neon64]’
131s /usr/include/xsimd/types/xsimd_api.hpp:437:55:   required from 
‘xsimd::simd_return_type xsimd::broadcast_as(From) [with To = int; 
A = neon64; From = bool; simd_return_type = batch_bool]’
131s /usr/include/xtensor/xscalar.hpp:952:53:   required from 
‘xt_simd::simd_return_type 
>::value_type, requested_type> xt::xscalar::load_simd(size_type) const 
[with align = xt::inner_aligned_mode; requested_type = int; long unsigned int N 
= 4; CT = bool; xt_simd::simd_return_type >::value_type, requested_type> = 
xsimd::batch_bool; typename 
xt::xcontainer_inner_types >::value_type = bool; size_type = 
long unsigned int]’
...
131s /usr/include/xtensor/xarray.hpp:510:30:   required from 
‘xt::xarray_container::xarray_container(const 
xt::xexpression&) [with E = xt::xfunction >, 
xt::layout_type::row_major, xt::svector, true>, xt::xtensor_expression_tag>&, 
xt::xscalar >; EC = xt::uvector 
>; xt::layout_type L = xt::layout_type::row_major; SC = xt::svector, true>; Tag = 
xt::xtensor_expression_tag]’
131s 
/tmp/autopkgtest-lxc.1p570fd4/downtmp/autopkgtest_tmp/test_xoperation.cpp:378:28:
   required from ‘void xt::DOCTEST_ANON_SUITE_131::DOCTEST_ANON_TMP_150() [with 
TypeParam = xt::xarray_container >, xt::layout_type::row_major, 
xt::svector, true>, 
xt::xtensor_expression_tag>]’
131s 
/tmp/autopkgtest-lxc.1p570fd4/downtmp/autopkgtest_tmp/test_xoperation.cpp:372:9:
   required from 
‘xt::DOCTEST_ANON_SUITE_131::{anonymous}::DOCTEST_ANON_TMP_150ITERATOR >::DOCTEST_ANON_TMP_150ITERATOR(const char*, unsigned int, int) [with 
Type = xt::xarray_container >, xt::layout_type::row_major, 
xt::svector, true>, 
xt::xtensor_expression_tag>; Rest = {xt::xtensor_container >, 2, xt::layout_type::row_major, 
xt::xtensor_expression_tag>}]’
131s 
/tmp/autopkgtest-lxc.1p570fd4/downtmp/autopkgtest_tmp/test_xoperation.cpp:372:9:
   required from here
131s /usr/include/xsimd/types/xsimd_traits.hpp:64:43: error: static assertion 
failed: usage of batch type with unsupported type
131s64 | static_assert(!A::supported() || 
xsimd::has_simd_register::value,
131s   |   
^~~~
131s /usr/include/xsimd/types/xsimd_traits.hpp:64:43: note: ‘((! 
xsimd::neon64::supported()) || ((bool)std::integral_constant::value))’ evaluates to false


Since xsimd passes it's own test, this might be a bug in xtensor.
Filing against libxsimd-dev to pause migration to testing.


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

libxsimd-dev depends on no packages.

libxsimd-dev recommends no packages.

Versions of packages libxsimd-dev suggests:
ii  libxsimd-doc  

Bug#1053089: lxdm: LXDM boots to a blank black screen with no options

2023-09-26 Thread VastOne
Package: lxdm
Version: 0.5.3-5
Severity: critical
Justification: breaks the whole system




-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lxdm depends on:
ii  debconf [debconf-2.0]  1.5.82
ii  gtk2-engines   1:2.20.2-5+b1
ii  gtk2-engines-pixbuf2.24.33-2
ii  iso-codes  4.15.0-1
ii  libc6  2.37-10
ii  libcairo2  1.18.0-1
ii  libgdk-pixbuf-2.0-02.42.10+dfsg-1+b1
ii  libglib2.0-0   2.78.0-2
ii  libgtk-3-0 3.24.38-5
ii  libpam-modules 1.5.2-7
ii  libpam-runtime 1.5.2-7
ii  libpam0g   1.5.2-7
ii  libpango-1.0-0 1.51.0+ds-2
ii  libpangocairo-1.0-01.51.0+ds-2
ii  librsvg2-common2.54.7+dfsg-2
ii  libx11-6   2:1.8.6-1
ii  libxcb11.15-1
ii  x11-utils  7.7+5

Versions of packages lxdm recommends:
pn  desktop-base  

Versions of packages lxdm suggests:
pn  lxde-common  

-- Configuration Files:
/etc/lxdm/lxdm.conf [Errno 13] Permission denied: '/etc/lxdm/lxdm.conf'

-- debconf information:
* shared/default-x-display-manager: lxdm



Bug#1053008: singularity: more crash info

2023-09-26 Thread Matija Nalis
Package: singularity
Version: 1.0.0-1
Followup-For: Bug #1053008
X-Debbugs-Cc: mnalis-debian...@voyager.hr

It crashes at about once per hour or two. Buster version (0.30) was rock stable.

% singularity
Singularity 1.00 (commit: 2ebc2f3f2059b96885416167363bde2e27ece106)
Running under Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
pygame 2.1.2 (SDL 2.26.5, Python 3.11.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
The error-log configured as /home/mnalis/.local/share/singularity/log/error.log 
(lazily created when something is logged)
Warning:  
can't fit on its parent.
(432, 0) (1223, 26) (9, 36) (268, 26)
Warning:  
can't fit on its parent.
(204, 0) (1104, 26) (9, 36) (297, 26)
Warning:  
can't fit on its parent.
(0, 0) (998, 26) (9, 36) (329, 26)
Warning:  
can't fit on its parent.
(863, 0) (86, 26) (9, 36) (697, 26)
Warning:  
can't fit on its parent.
(0, 0) (998, 26) (9, 36) (329, 26)
Warning:  
can't fit on its parent.
(201, 0) (84, 26) (9, 36) (39, 26)
Fatal Python error: pygame_parachute: (pygame parachute) Segmentation Fault
Python runtime state: initialized

Current thread 0x7f56125f96c0 (most recent call first):
  

Thread 0x7f562baa42c0 (most recent call first):
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 272 in handle
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 231 in show
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 674 in show
  File "/usr/lib/python3/dist-packages/singularity/code/screens/research.py", 
line 196 in show
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 125 in call_dialog
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 295 in show_dialog
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 247 in activated
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 213 in activate_with_sound
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 199 in handle_event
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 405 in call_handlers
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 390 in handle
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 231 in show
  File "/usr/lib/python3/dist-packages/singularity/code/safety.py", line 64 in 
safe_call
  File "/usr/lib/python3/dist-packages/singularity/code/screens/map.py", line 
580 in show
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 125 in call_dialog
  File "/usr/lib/python3/dist-packages/singularity/code/screens/main_menu.py", 
line 109 in load_game
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 247 in activated
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 213 in activate_with_sound
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/button.py", 
line 199 in handle_event
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 405 in call_handlers
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 390 in handle
  File "/usr/lib/python3/dist-packages/singularity/code/graphics/dialog.py", 
line 231 in show
  File "/usr/lib/python3/dist-packages/singularity/__init__.py", line 382 in 
main
  File "/usr/games/singularity", line 11 in 

Extension modules: pygame.base, pygame.constants, pygame.rect, pygame.rwobject, 
pygame.surflock, pygame.color, pygame.bufferproxy, pygame.math, pygame.surface, 
pygame.display, pygame.draw, pygame.event, pygame.imageext, pygame.image, 
pygame.joystick, pygame.key, pygame.mouse, pygame.time, pygame.mask, 
pygame.pixelcopy, pygame.transform, pygame.font, pygame.mixer_music, 
pygame.mixer, pygame.scrap, numpy.core._multiarray_umath, 
numpy.core._multiarray_tests, numpy.linalg._umath_linalg, 
numpy.fft._pocketfft_internal, numpy.random._common, 
numpy.random.bit_generator, numpy.random._bounded_integers, 
numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, 
numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, 
pygame._freetype (total: 39)
zsh: IOT instruction  singularity



-- System Information:
Debian Release: 12.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-12-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=hr_HR.UTF-8, LC_CTYPE=hr_HR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages singularity depends on:
ii  fonts-dejavu-core  2.37-6
ii  python33.11.2-1+b1
ii  python3-numpy  1:1.24.2-1
ii  python3-polib  1.1.1-1
ii  python3-pygame 

Bug#1053011: avalon-framework: FTBFS with default Java 21

2023-09-26 Thread Emmanuel Bourg

Le 2023-09-26 23:46, Vladimir Petko a écrit :


compile:
[javac] /<>/debian/build.xml:28: warning:
'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 41 source files to /<>/build
[javac] error: Source option 7 is no longer supported. Use 8 or 
later.
[javac] error: Target option 7 is no longer supported. Use 8 or 
later.


This issue no longer occurs with ant/1.10.13-2 uploaded 2 months ago.



Bug#1053088: service-wrapper-java adds loong64 support

2023-09-26 Thread panxuefeng

Package: service-wrapper-java

Version: 3.5.51

Severity: wishlist

Tags: patch

User: debian-de...@lists.debian.org

Usertags: loongarch64

Dear Maintainers,

I hope this email finds you well. We would like to add 
service-wrapper-java build support for loong64.


I copy Makefile-linux-arm-64.make to Makefile-linux-loongarch64-64.make 
and build success.


The patch is in the attachment and the changes is very simple.

Thank you for your time and consideration of this request.

Sincerely,

Xuefeng Pan



diff --git a/changelog b/changelog
index 280e04a..80db063 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+service-wrapper-java (3.5.51-2) unstable; urgency=medium
+
+  * Add LoongArch support
+
+ -- Xuefeng Pan   Tue, 26 Sep 2023 20:39:48 +0800
+
 service-wrapper-java (3.5.51-1) unstable; urgency=medium
 
   * Team upload
diff --git a/patches/loongarch64-support.patch b/patches/loongarch64-support.patch
new file mode 100644
index 000..84b794d
--- /dev/null
+++ b/patches/loongarch64-support.patch
@@ -0,0 +1,56 @@
+diff --git a/src/c/Makefile-linux-loongarch64-64.make b/src/c/Makefile-linux-loongarch64-64.make
+new file mode 100644
+index 000..6dbcdf7
+--- /dev/null
 b/src/c/Makefile-linux-loongarch64-64.make
+@@ -0,0 +1,50 @@
++# Copyright (c) 1999, 2022 Tanuki Software, Ltd.
++# http://www.tanukisoftware.com
++# All rights reserved.
++#
++# This software is the proprietary information of Tanuki Software.
++# You shall use it only in accordance with the terms of the
++# license agreement you entered into with Tanuki Software.
++# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
++
++COMPILE = gcc -g -O3 -fPIC -Wall --pedantic -DLINUX -D_FORTIFY_SOURCE=2 -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE
++
++WRAPPER_LINK_OPTS = -Wl,-z,relro,-z,now
++
++INCLUDE=$(JAVA_HOME)/include
++
++DEFS = -I$(INCLUDE) -I$(INCLUDE)/linux
++
++wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
++
++libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
++
++BIN = ../../bin
++LIB = ../../lib
++
++all: init wrapper libwrapper.so
++
++clean:
++	rm -f *.o
++
++cleanall: clean
++	rm -rf *~ .deps
++	rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
++
++init:
++	if test ! -d .deps; then mkdir .deps; fi
++
++wrapper: $(wrapper_SOURCE)
++	$(COMPILE) $(WRAPPER_LINK_OPTS) -pthread $(wrapper_SOURCE) -lm -o $(BIN)/wrapper
++
++libwrapper.so: $(libwrapper_so_OBJECTS)
++	${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++
++%.o: %.c
++	@echo '$(COMPILE) -c $<'; \
++	$(COMPILE) -pthread $(DEFS) -Wp,-MD,.deps/$(*F).pp -c $<
++	@-cp .deps/$(*F).pp .deps/$(*F).P; \
++	tr ' ' '\012' < .deps/$(*F).pp \
++	| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
++	>> .deps/$(*F).P; \
++	rm .deps/$(*F).pp
diff --git a/patches/series b/patches/series
index d12affa..4e51ca9 100644
--- a/patches/series
+++ b/patches/series
@@ -4,3 +4,4 @@
 fix-as-needed-ppc.patch
 building_with_debug_symbols.patch
 riscv64-support.patch
+loongarch64-support.patch


Bug#1052682: pipewire-pulse: Updated section in /etc/pipewire/pipewire-pulse.conf.d/ not loading module-switch-on-connect

2023-09-26 Thread S.

Hi Dylan, ah, thanks! That works. That was the only combination of options that 
I didn't try. ;-)
This bug can be closed now.

On 9/26/23 09:28, Dylan Aïssi wrote:




It works using only:

pulse.cmd = [
 { cmd = "load-module" args = "module-switch-on-connect" }
]




Bug#1052265: ldap.conf.5: some remarks and editorial changes for this man page

2023-09-26 Thread Quanah Gibson-Mount
--On Wednesday, September 27, 2023 12:58 AM + Bjarni Ingi Gislason 
 wrote:



General best practice at the moment is to:

a) Open a bug in the OpenLDAP bugzilla: https://bugs.openldap.org

b) sign up for an account on the openldap gitlab instance
https://git.openldap.org, fork the openldap repo to your own user, and
then submit a PR with the change.

Regards,
Quanah



  Thanks for the tips.

  I find this to be too much extra work for probably a one time
involvement.

  The simplest solution is to just forward my remarks to upstream as
these are only suggestions.


Hello,

Then best to open a bug as noted above and put your remarks there.

--Quanah



Bug#1052265: ldap.conf.5: some remarks and editorial changes for this man page

2023-09-26 Thread Bjarni Ingi Gislason
On Mon, Sep 25, 2023 at 10:03:02AM -0700, Quanah Gibson-Mount wrote:
> 
> 
> --On Monday, September 25, 2023 8:59 AM -0700 Ryan Tandy 
> wrote:
> 
> > Control: tag -1 moreinfo
> > 
> > Hello Bjarni, thank you for your contribution.
> > 
> > The man page is maintained upstream. May I ask you to submit your changes
> > directly to the OpenLDAP project? (It's better if you can do so yourself,
> > than if I do it on your behalf.)
> > 
> > There is a guide for contributors:
> > . They will probably ask
> > you to format your patch as unified diff (diff -u) or a git branch.
> 
> General best practice at the moment is to:
> 
> a) Open a bug in the OpenLDAP bugzilla: https://bugs.openldap.org
> 
> b) sign up for an account on the openldap gitlab instance
> https://git.openldap.org, fork the openldap repo to your own user, and then
> submit a PR with the change.
> 
> Regards,
> Quanah
> 
> 
  Thanks for the tips.

  I find this to be too much extra work for probably a one time
involvement.

  The simplest solution is to just forward my remarks to upstream as
these are only suggestions.



Bug#1052690: grub2: post-install script overrides manual changes to GRUB_DISABLE_OS_PROBER

2023-09-26 Thread Bertram Felgenhauer
Agustin Martin wrote:
> I have my 'local-settings.cfg' in that dir and works as expected.
> 
> Does using '/etc/default/grub.d/99-osprober.cfg' work?

That does work.

As far as I can make out, the directory ships empty (though other
packages may add stuff there), so it's hard to find out about that
required extension. Not sure where that information belongs... ideas:

- /etc/default/grub.d/README
- /etc/default/grub
- the `grub` texinfo document? That documents /etc/default/grub but
  not the /etc/default/grub.d override. But I haven't checked whether
  that's a grub feature or something added by Debian.

Cheers,

Bertram



Bug#1042911: (Still?) breaks Emacs 29.1 unattended-upgrade

2023-09-26 Thread Manphiz
Farblos  writes:

> Packages that attempted to upgrade:
>  [..snip..]
>  elpa-muse elpa-org emacs-bin-common emacs-common
>  emacs-common-non-dfsg emacs-el emacs-lucid
>  [..snip..]
>
> Packages with upgradable origin but kept back:
>  Debian testing:
>  [..snip..]
>   elpa-muse
>  [..snip..]
>
> Package installation log:
>  [..snip..]
> 
> In toplevel form:
> muse-split.el:41:2: Error: Cannot open load file: No such file or directory, 
> assoc
>

So, unattended-upgrades decided to keep back elpa-muse, therefore when
byte-compiling it was still attempting to handle the old 3.20+dfsg-7,
and hence failed with the same error when byte-compiling on Emacs 29+.

So it's curious that elpa-muse was kept back given that it doesn't
introduce new dependencies.  I wonder whether this is because of
`Unattended-Upgrade::MinimalSteps "true"', which just divide the
upgrades into smaller batch and elpa-muse didn't make it to the same
batch as Emacs unfortunately.

-- 
Manphiz



Bug#1052934: plocate: Error running inside LXC container using systemd service (timer) with PrivateNetwork=true set

2023-09-26 Thread Mathias Gibbens
Control: tags -1 + confirmed

Hi Alastair and Steinar,

  The root cause of this issue was found to be a bug in apparmor that
was fixed in kernel 6.2, but not yet backported to the 6.1 LTS tree for
bookworm. Lots of details are in bug #1050256. For now I won't reassign
this to src:linux, so hopefully it's easier to find by anyone else who
runs into the issue. I also updated the LXC/LXD wiki.d.o pages.

  For now, possible workarounds include modifying the service
definitions, installing a kernel from bookworm-backports on the host,
or disabling apparmor protections for the container.

  We were hoping a fix would be ready in time for the 12.2 point
release, but it's looking like that probably won't happen.

Mathias


signature.asc
Description: This is a digitally signed message part


Bug#1044821: fixed in espeak-ng 1.51+dfsg-11

2023-09-26 Thread Samuel Thibault
Andreas Beckmann, le mer. 27 sept. 2023 00:34:46 +0200, a ecrit:
> On Mon, 14 Aug 2023 21:19:30 + Debian FTP Masters
>  wrote:
> >  espeak-ng (1.51+dfsg-11) unstable; urgency=medium
> >  .
> >* clean: Clean generated files (Closes: Bug#1044821)
> 
> That was the wrong bug being closed.

Indeed, thanks for noticing! I have fixed the changelog in the package.

Samuel



Bug#996968: bts: uses the deprecated 'close' control command

2023-09-26 Thread Paul Wise
On Tue, 2023-09-26 at 15:20 -0400, Nicholas D Steeves wrote:
> On Fri, 22 Oct 2021 10:21:56 +0800 Paul Wise wrote:
> > 
> > I suggest a new design for bug closing:
> [snip]
> > Change the template for notified closings to mail -done instead of
> > control@ and place a Version pseudo-header into the template even when
> > a version isn't specified.
> 
> Where should this version come from?
...
> The main pitfall that I can think of is the case where the bug is fixed
> in an older package version, but present in the newer.
> 
> I'm guessing you don't mean getting a fake version from rmadison.
> Alternatively, isn't there somewhat of a convention for tag
> +unreproducible bug-done@d.o?  In this case, it also doesn't seem like
> you'd want a Version pseudo-header.

Its hard to remember what I was intending, but probably make the bts
notified closing template include an empty pseudo-header, which the bts
user would then either remove or fill in before sending the mail.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#1052683: ITP: railway -- GUI application for searching train journeys

2023-09-26 Thread Salvo Tomaselli
Does it work outside of Germany?

Perhaps its area should be in the description.

-- 
Salvo Tomaselli

"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di
senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei

http://ltworf.github.io

signature.asc
Description: This is a digitally signed message part.


Bug#1044821: fixed in espeak-ng 1.51+dfsg-11

2023-09-26 Thread Andreas Beckmann

Control: reopen -1
Control: fixed 1044811 1.51+dfsg-11

On Mon, 14 Aug 2023 21:19:30 + Debian FTP Masters 
 wrote:

 espeak-ng (1.51+dfsg-11) unstable; urgency=medium
 .
   * clean: Clean generated files (Closes: Bug#1044821)


That was the wrong bug being closed.

Andreas



Bug#1046721: fixed in rust-async-executor 1.5.1-3

2023-09-26 Thread Andreas Beckmann

Control: reopen -1

On Mon, 14 Aug 2023 11:06:44 + Debian FTP Masters 
 wrote:

 rust-async-executor (1.5.1-3) unstable; urgency=medium
   * update dh-cargo fork;
 closes: bug#1046721, thanks to Lucas Nussbaum


This very much looks like an unrelated bug that was closed by accident.

Andreas



Bug#1053087: xz-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: xz-java
Version: 1.9-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package xz-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/build/classes
[javac] Compiling 108 source files to /<>/build/classes
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] error: release version 7 not supported
[javac] Usage: javac  
[javac] use --help for a list of possible options

BUILD FAILED
/<>/build.xml:58: Compile failed; see the compiler error output 
for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053086: weka: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: weka
Version: 3.6.14-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package weka ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[javac] Using javac -source 1.5 is no longer supported, switching to 8
[javac] Using javac -target 1.5 is no longer supported, switching to 8
[javac] Compiling 1053 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 8
[javac] warning: [options] source value 8 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 8 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/<>/src/main/java/weka/experiment/RemoteEngine.java:35: warning: 
[removal] RMISecurityManager in java.rmi has been deprecated and marked for 
removal
[javac] import java.rmi.RMISecurityManager;
[javac]^
[javac] /<>/src/main/java/weka/core/Attribute.java:360: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac] m_Hashtable.put(store, new Integer(i));
[javac]^
[javac] /<>/src/main/java/weka/core/Attribute.java:842: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   m_Hashtable.put(store, new Integer(intIndex));
[javac]  ^
[javac] /<>/src/main/java/weka/core/Attribute.java:874: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   m_Hashtable.put(store, new Integer(intIndex));
[javac]  ^
[javac] /<>/src/main/java/weka/core/Attribute.java:901: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   m_Hashtable.put(value, new Integer(intIndex));
[javac]  ^
[javac] /<>/src/main/java/weka/core/Attribute.java:972: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac] hash.put(string, new Integer(valIndex - 1));
[javac]  ^
[javac] /<>/src/main/java/weka/core/Attribute.java:1001: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac] m_Hashtable.put(store, new Integer(m_Values.size() - 1));
[javac]^
[javac] /<>/src/main/java/weka/core/Attribute.java:1047: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   m_Hashtable.put(store, new Integer(index));
[javac]  ^
[javac] /<>/src/main/java/weka/experiment/Stats.java:191: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   double val = (new Double(s.nextToken())).doubleValue();
[javac] ^
[javac] /<>/src/main/java/weka/associations/Apriori.java:798: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   m_minMetric = (new Double(minConfidenceString)).doubleValue();
[javac]  ^
[javac] /<>/src/main/java/weka/associations/Apriori.java:801: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   m_delta = (new Double(deltaString)).doubleValue();
[javac]  ^
[javac] /<>/src/main/java/weka/associations/Apriori.java:804: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   setUpperBoundMinSupport((new 
Double(maxSupportString)).doubleValue());
[javac]^
[javac] /<>/src/main/java/weka/associations/Apriori.java:807: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   m_lowerBoundMinSupport = (new 
Double(minSupportString)).doubleValue();
[javac] ^
[javac] /<>/src/main/java/weka/associations/Apriori.java:810: 
warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
[javac]   m_significanceLevel = (new 
Double(significanceLevelString)).doubleValue();
[javac]  ^
[javac] /<>/src/main/java/weka/core/SelectedTag.java:58: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   ID.add(new Integer(tags[i].getID()));
[javac]  ^
[javac] /<>/src/main/java/weka/associations/ItemSet.java:161: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
[javac]   

Bug#1053085: tightvnc-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: tightvnc-java
Version: 1.3.10-4
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package tightvnc-java ftbfs with default Java 21.
The relevant part of the build log:
---
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>'
javac -source 1.7 -target 1.7 -O VncViewer.java RfbProto.java AuthPanel.java 
VncCanvas.java VncCanvas2.java OptionsFrame.java ClipboardFrame.java 
ButtonPanel.java DesCipher.java CapabilityInfo.java CapsContainer.java 
RecordingFrame.java SessionRecorder.java SocketFactory.java 
HTTPConnectSocketFactory.java HTTPConnectSocket.java ReloginPanel.java 
InStream.java MemInStream.java ZlibInStream.java
javac -source 1.7 -target 1.7 -O VncViewer.java RfbProto.java AuthPanel.java 
VncCanvas.java VncCanvas2.java OptionsFrame.java ClipboardFrame.java 
ButtonPanel.java DesCipher.java CapabilityInfo.java CapsContainer.java 
RecordingFrame.java SessionRecorder.java SocketFactory.java 
HTTPConnectSocketFactory.java HTTPConnectSocket.java ReloginPanel.java 
InStream.java MemInStream.java ZlibInStream.java
javac -source 1.7 -target 1.7 -O VncViewer.java RfbProto.java AuthPanel.java 
VncCanvas.java VncCanvas2.java OptionsFrame.java ClipboardFrame.java 
ButtonPanel.java DesCipher.java CapabilityInfo.java CapsContainer.java 
RecordingFrame.java SessionRecorder.java SocketFactory.java 
HTTPConnectSocketFactory.java HTTPConnectSocket.java ReloginPanel.java 
InStream.java MemInStream.java ZlibInStream.java
javac -source 1.7 -target 1.7 -O VncViewer.java RfbProto.java AuthPanel.java 
VncCanvas.java VncCanvas2.java OptionsFrame.java ClipboardFrame.java 
ButtonPanel.java DesCipher.java CapabilityInfo.java CapsContainer.java 
RecordingFrame.java SessionRecorder.java SocketFactory.java 
HTTPConnectSocketFactory.java HTTPConnectSocket.java ReloginPanel.java 
InStream.java MemInStream.java ZlibInStream.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:35: AuthPanel.class] Error 2
make[1]: *** Waiting for unfinished jobs
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:35: VncCanvas.class] Error 2
error: Target option 7 is no longer supported. Use 8 or later.
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:35: RfbProto.class] Error 2
make[1]: *** [Makefile:35: VncViewer.class] Error 2
make[1]: Leaving directory '/<>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053084: sweethome3d-textures-editor: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: sweethome3d-textures-editor
Version: 1.8-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package sweethome3d-textures-editor ftbfs with default Java 21.
The relevant part of the build log:
---
texturesLibraryEditor:
 [echo] compiling Textures Library Editor for Java 1.7 minimum version
[mkdir] Created dir: /<>/build/classes
[javac] /<>/build.xml:44: warning: 'includeantruntime' was not 
set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 23 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:44: Compile failed; see the compiler error output 
for details.

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053083: sweethome3d-furniture-editor: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: sweethome3d-furniture-editor
Version: 1.30-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package sweethome3d-furniture-editor ftbfs with default Java 21.
The relevant part of the build log:
---
furnitureLibraryEditor:
 [echo] compiling Furniture Library Editor for Java 1.7 minimum version
[mkdir] Created dir: /<>/build/classes
[javac] /<>/build.xml:44: warning: 'includeantruntime' was not 
set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 23 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:44: Compile failed; see the compiler error output 
for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053082: sweethome3d: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: sweethome3d
Version: 7.0.2+dfsg-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package sweethome3d ftbfs with default Java 21.
The relevant part of the build log:
---
build:
 [echo] compiling Sweet Home 3D for Java 1.7 minimum version
[mkdir] Created dir: /<>/build/classes
[javac] /<>/build.xml:68: warning: 'includeantruntime' was not 
set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:68: Compile failed; see the compiler error output 
for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053081: svnkit: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: svnkit
Version: 1.10.3-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package svnkit ftbfs with default Java 21.
The relevant part of the build log:
---
compile-library:
[mkdir] Created dir: /<>/svnkit/bin
[mkdir] Created dir: /<>/svnkit-cli/bin
[mkdir] Created dir: /<>/svnkit-javahl16/bin
[javac] /<>/debian/build.xml:20: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 1082 source files to /<>/svnkit/bin
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/debian/build.xml:20: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053080: ssvnc: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: ssvnc
Version: 1.0.29-6
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package ssvnc ftbfs with default Java 21.
The relevant part of the build log:
---
javac -source 1.7 -target 1.7 AuthPanel.java ButtonPanel.java 
ClipboardFrame.java DH.java DesCipher.java FTPFrame.java OptionsFrame.java 
RecordingFrame.java RfbProto.java SSLSocketToMe.java SessionRecorder.java 
VncCanvas.java VncViewer.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[2]: *** [Makefile:11: AuthPanel.class] Error 2
make[2]: Leaving directory '/<>/ultraftp'
make[1]: *** [Makefile:54: all] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:29: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053079: slashtime: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: slashtime
Version: 0.5.13-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package slashtime ftbfs with default Java 21.
The relevant part of the build log:
---
JAVAC   tmp/classes/*.class
/usr/lib/jvm/java-21-openjdk-amd64/bin/javac -g -source 1.7 -d tmp/classes 
-encoding UTF-8 -classpath tmp/classes:/usr/share/java/gtk-4.1.jar -sourcepath 
src/java src/java/slashtime/client/Master.java 
src/java/slashtime/client/Version.java src/java/slashtime/domain/Place.java 
src/java/slashtime/services/Loader.java src/java/slashtime/ui/ClockThread.java 
src/java/slashtime/ui/MeetingWindow.java 
src/java/slashtime/ui/UserInterface.java src/java/slashtime/ui/ZonesWindow.java 
src/java/slashtime/util/NullArgumentException.java 
src/java/slashtime/util/TimeZoneHelper.java
mkdir -p share/locale/en/LC_MESSAGES/
EXTRACT tmp/i18n/slashtime.pot
xgettext -o tmp/i18n/slashtime.pot --omit-header --from-code=UTF-8 --keyword=_ 
--keyword=N_ src/java/slashtime/client/Master.java 
src/java/slashtime/client/Version.java src/java/slashtime/domain/Place.java 
src/java/slashtime/services/Loader.java src/java/slashtime/ui/ClockThread.java 
src/java/slashtime/ui/MeetingWindow.java 
src/java/slashtime/ui/UserInterface.java src/java/slashtime/ui/ZonesWindow.java 
src/java/slashtime/util/NullArgumentException.java 
src/java/slashtime/util/TimeZoneHelper.java
MSGFMT  share/locale/en/LC_MESSAGES/slashtime.mo
msgfmt -o share/locale/en/LC_MESSAGES/slashtime.mo po/en.po
MSGFMT  share/locale/fr/LC_MESSAGES/slashtime.mo
msgfmt -o share/locale/fr/LC_MESSAGES/slashtime.mo po/fr.po
mkdir -p share/locale/tr_TR/LC_MESSAGES/
MSGFMT  share/locale/tr_TR/LC_MESSAGES/slashtime.mo
msgfmt -o share/locale/tr_TR/LC_MESSAGES/slashtime.mo po/tr_TR.po
CP  slashtime
cp -f tmp/launcher/slashtime-local slashtime
chmod +x slashtime
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:57: tmp/stamp/compile] Error 2
make[1]: Leaving directory '/<>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053078: skyview: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: skyview
Version: 3.5.6+repack-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package skyview ftbfs with default Java 21.
The relevant part of the build log:
---
   debian/rules override_jh_build
make[1]: Entering directory '/<>'
jh_build -mskyview.executive.Imager
warning: [options] bootstrap class path not set in conjunction with -source 8
warning: [options] source value 8 is obsolete and will be removed in a future 
release
warning: [options] target value 8 is obsolete and will be removed in a future 
release
warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
./skyview/util/Utilities.java:347: warning: [removal] Double(double) in Double 
has been deprecated and marked for removal
str.append(f.format(new Double(value)));
^
./skyview/util/Utilities.java:351: warning: [removal] Double(double) in Double 
has been deprecated and marked for removal
str.append(f.format(new Double(value)));
^
./skyview/util/Utilities.java:361: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   str.append(f.format(new Integer(deg))+" "+
   ^
./skyview/util/Utilities.java:362: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
  f.format(new Integer(min)));
   ^
./skyview/util/Utilities.java:371: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
str.append(f.format(new Integer(deg)) + " " + 
^
./skyview/util/Utilities.java:372: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   f.format(new Integer(min)) + "." + frac);
^
./skyview/util/Utilities.java:381: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
str.append(f.format(new Integer(deg)) + " " + 
^
./skyview/util/Utilities.java:382: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   f.format(new Integer(min)) + " " + 
^
./skyview/util/Utilities.java:383: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   f.format(new Integer(sec)));
^
./skyview/util/Utilities.java:397: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
str.append(f.format(new Integer(deg)) + " " + 
^
./skyview/util/Utilities.java:398: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   f.format(new Integer(min)) + " " + 
^
./skyview/util/Utilities.java:399: warning: [removal] Integer(int) in Integer 
has been deprecated and marked for removal
   f.format(new Integer(sec)) + ".");
^
./ij/plugin/GifWriter.java:262: error: finalize() has protected access in Object
m.finalize();
 ^
./ij/plugin/GifWriter.java:262: warning: [removal] finalize() in Object has 
been deprecated and marked for removal
m.finalize();
 ^
./heasarc/db/votable/StreamToJava.java:103: warning: [removal] Integer(int) in 
Integer has been deprecated and marked for removal
return new Integer(dis.readInt());
   ^
./heasarc/db/votable/StreamToJava.java:105: warning: [removal] Double(double) 
in Double has been deprecated and marked for removal
return new Double(dis.readDouble());
   ^
./heasarc/db/votable/StreamToJava.java:107: warning: [removal] Integer(int) in 
Integer has been deprecated and marked for removal
return new Integer(dis.readShort());
   ^
./heasarc/db/votable/StreamToJava.java:113: warning: [removal] Integer(int) in 
Integer has been deprecated and marked for removal
return new Integer(i);
   ^
./heasarc/db/votable/StreamToJava.java:115: warning: [removal] Double(double) 
in Double has been deprecated and marked for removal
return new Double(dis.readFloat());
   ^
./heasarc/db/votable/StreamToJava.java:117: warning: [removal] Long(long) in 
Long has been deprecated and marked for removal
return new Long(dis.readLong());
   ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: 

Bug#1053077: powermock: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: powermock
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package powermock ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  2.806 s
[INFO] Finished at: 2023-05-04T13:25:42Z
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project powermock-core: Compilation failure
[ERROR] 
/<>/core/src/main/java/org/powermock/core/ClassReplicaCreator.java:[99,36]
 incompatible types: java.lang.Class cannot be converted to 
java.lang.Class
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :powermock-core
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=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053076: plantuml: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: plantuml
Version: 1:1.2020.2+ds-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package plantuml ftbfs with default Java 21.
The relevant part of the build log:
---
dh_auto_build -- dist
ant -Duser.name debian dist
Buildfile: /<>/build.xml

compile:
[mkdir] Created dir: /<>/build
[javac] /<>/build.xml:23: warning: 'includeantruntime' was not 
set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2736 source files to /<>/build
[javac] 
[javac]   WARNING
[javac] 
[javac] The -source switch defaults to 9 in JDK 9.
[javac] If you specify -target 7 you now must also specify -source 7.
[javac] Ant will implicitly add -source 7 for you.  Please change your 
build file.
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:23: Compile failed; see the compiler error output 
for details.

Total time: 0 seconds
dh_auto_build: error: ant -Duser.name debian dist returned exit code 1
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053075: pixelmed-codec: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: pixelmed-codec
Version: 20200328-5
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package pixelmed-codec ftbfs with default Java 21.
The relevant part of the build log:
---
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>'
Makefile:94: warning: overriding recipe for target 'clean'
Makefile.common.mk:25: warning: ignoring old recipe for target 'clean'
LC_ALL=C date --utc --date="@$SOURCE_DATE_EPOCH" >BUILDDATE
mkdir -p META-INF/services
(cd com/pixelmed/codec/jpeg; make all)
rm -f META-INF/services/javax.imageio.spi.ImageReaderSpi
echo >META-INF/services/javax.imageio.spi.ImageReaderSpi 
"com.pixelmed.imageio.JPEGLosslessImageReaderSpi"
make[2]: Entering directory '/<>/com/pixelmed/codec/jpeg'
(cd com/pixelmed/codec/jpeg; make all)
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
Makefile:22: warning: overriding recipe for target 'clean'
../../../../Makefile.common.mk:25: warning: ignoring old recipe for target 
'clean'
export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac 
-O -target 1.7 -source 1.7 -encoding "UTF8" -Xlint:deprecation \
-classpath ../../../.. \
-sourcepath ../../../.. EntropyCodedSegment.java
make[2]: Entering directory '/<>/com/pixelmed/codec/jpeg'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
Makefile:22: warning: overriding recipe for target 'clean'
../../../../Makefile.common.mk:25: warning: ignoring old recipe for target 
'clean'
export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac 
-O -target 1.7 -source 1.7 -encoding "UTF8" -Xlint:deprecation \
-classpath ../../../.. \
-sourcepath ../../../.. EntropyCodedSegment.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[2]: *** [../../../../Makefile.common.mk:20: EntropyCodedSegment.class] 
Error 2
make[2]: Leaving directory '/<>/com/pixelmed/codec/jpeg'
make[1]: *** [Makefile:81: pixelmed_imageio.jar] Error 2
make[1]: *** Waiting for unfinished jobs
make[2]: *** [../../../../Makefile.common.mk:20: EntropyCodedSegment.class] 
Error 2
make[2]: Leaving directory '/<>/com/pixelmed/codec/jpeg'
make[1]: *** [Makefile:76: pixelmed_codec.jar] Error 2
make[1]: Leaving directory '/<>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053074: pixelmed: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: pixelmed
Version: 20220618+dfsg-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package pixelmed ftbfs with default Java 21.
The relevant part of the build log:
---
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
/usr/bin/make all
make[2]: Entering directory '/<>'
Makefile:906: warning: overriding recipe for target 'clean'
Makefile.common.mk:90: warning: ignoring old recipe for target 'clean'
(cd icons; make all)
make[3]: Entering directory '/<>/icons'
Makefile:59: warning: overriding recipe for target 'clean'
../Makefile.common.mk:90: warning: ignoring old recipe for target 'clean'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<>/icons'
(cd com/pixelmed/slf4j; make all)
make[3]: Entering directory '/<>/com/pixelmed/slf4j'
Makefile:13: warning: overriding recipe for target '.java.class'
../../../Makefile.common.mk:81: warning: ignoring old recipe for target 
'.java.class'
export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac 
-O -target 1.7 -source 1.7 -encoding "UTF8" -Xlint:deprecation 
-XDignore.symbol.file -Xlint:unchecked \
-classpath ../../..:/usr/share/java/slf4j-api.jar \
-sourcepath ../../..:/usr/share/java/slf4j-api.jar Logger.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[3]: *** [Makefile:13: Logger.class] Error 2
make[3]: Leaving directory '/<>/com/pixelmed/slf4j'
make[2]: *** [Makefile:371: pixelmed.jar] Error 2
make[2]: Leaving directory '/<>'
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053073: piespy: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: piespy
Version: 0.4.0-5
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package piespy ftbfs with default Java 21.
The relevant part of the build log:
---
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
# Upstream distributes pircbot as a JAR of both binaries and source, here we 
rebuild it for DFSG compliance
mkdir -p target/pircbot-sources target/pircbot-classes
cd target/pircbot-sources && jar -xf ../../lib/pircbot.jar && find . -name 
'*.class' -exec rm {} ';'
javac -source 7 -target 7 -d target/pircbot-classes `find . -name '*.java'`
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053072: osgi-foundation-ee: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: osgi-foundation-ee
Version: 4.2.0-4
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package osgi-foundation-ee ftbfs with default Java 21.
The relevant part of the build log:
---
 debian/rules build
dh build --with javahelper --with jh_maven_repo_helper
   dh_update_autotools_config
   dh_autoreconf
   jh_linkjars
   debian/rules override_jh_build
make[1]: Entering directory '/<>'
jh_build --javadoc-opts="--release 7" --javacopts="--release 7"
error: release version 7 not supported
Usage: javac  
use --help for a list of possible options
jh_build: error: find ./src -name '*.java' -and -type f -print0 | xargs -s 
512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
:debian/_jh_build.ee.foundation -d debian/_jh_build.ee.foundation --release 7 
-encoding ISO8859-1  returned exit code 123
make[1]: *** [debian/rules:15: override_jh_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053071: orthanc-imagej: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: orthanc-imagej
Version: 1.2+dfsg-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package orthanc-imagej ftbfs with default Java 21.
The relevant part of the build log:
---
dh_auto_build
cd Build && make -j4 VERBOSE=1
make[2]: Entering directory '/<>/Build'
/usr/bin/cmake -S/<> -B/<>/Build --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<>/Build/CMakeFiles 
/<>/Build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<>/Build'
make  -f CMakeFiles/Orthanc_Import.dir/build.make 
CMakeFiles/Orthanc_Import.dir/depend
make[4]: Entering directory '/<>/Build'
cd /<>/Build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/<> /<> /<>/Build /<>/Build 
/<>/Build/CMakeFiles/Orthanc_Import.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/<>/Build'
make  -f CMakeFiles/Orthanc_Import.dir/build.make 
CMakeFiles/Orthanc_Import.dir/build
make[4]: Entering directory '/<>/Build'
[ 33%] Building Java objects for Orthanc_Import.jar
cd /<> && /usr/bin/cmake 
-DCMAKE_JAVA_CLASS_OUTPUT_PATH=/<>/Build/CMakeFiles/Orthanc_Import.dir
 -DCMAKE_JAR_CLASSES_PREFIX= -P 
/usr/share/cmake-3.25/Modules/UseJava/ClearClassFiles.cmake
cd /<> && /usr/bin/javac -source 1.7 -target 1.7 -classpath 
:/usr/share/java/ij.jar:/usr/share/java/json-simple.jar:/<>:/<>/Build
 -d /<>/Build/CMakeFiles/Orthanc_Import.dir 
@/<>/Build/CMakeFiles/Orthanc_Import.dir/java_sources
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[4]: *** [CMakeFiles/Orthanc_Import.dir/build.make:93: 
CMakeFiles/Orthanc_Import.dir/java_compiled_Orthanc_Import] Error 2
make[4]: Leaving directory '/<>/Build'
make[3]: *** [CMakeFiles/Makefile2:86: CMakeFiles/Orthanc_Import.dir/all] Error 
2
make[3]: Leaving directory '/<>/Build'
make[2]: *** [Makefile:94: all] Error 2
make[2]: Leaving directory '/<>/Build'
dh_auto_build: error: cd Build && make -j4 VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:28: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053070: opticalraytracer: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: opticalraytracer
Version: 9.6-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package opticalraytracer ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
mkdir -p target/classes
javac -source 7 -target 7 -encoding UTF-8 -d target/classes `find . -name 
'*.java'`
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053069: openhft-chronicle-threads: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: openhft-chronicle-threads
Version: 1.1.6-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package openhft-chronicle-threads ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running net.openhft.chronicle.threads.LightPauserTest
Average time to unpark was 3 ns
Average time to unpark was 4 ns
Average time to unpark was 7 ns
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - 
in net.openhft.chronicle.threads.LightPauserTest
[INFO] Running net.openhft.chronicle.threads.EventGroupTest
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.013 s 
<<< FAILURE! - in net.openhft.chronicle.threads.EventGroupTest
[ERROR] testSimpleEventGroupTest(net.openhft.chronicle.threads.EventGroupTest)  
Time elapsed: 0.013 s  <<< FAILURE!
java.lang.AssertionError: java.lang.NoSuchFieldException: group
at 
net.openhft.chronicle.threads.EventGroupTest.testSimpleEventGroupTest(EventGroupTest.java:21)
Caused by: java.lang.NoSuchFieldException: group
at 
net.openhft.chronicle.threads.EventGroupTest.testSimpleEventGroupTest(EventGroupTest.java:21)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   EventGroupTest.testSimpleEventGroupTest:21 
java.lang.NoSuchFieldException: group
[INFO] 
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  11.419 s
[INFO] Finished at: 2023-05-04T13:25:42Z
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
project chronicle-threads: There are test failures.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1052062: plasma-desktop: Tab order of Application tab within an application's .desktop file is incorrect

2023-09-26 Thread JT Hundley
Ah, I thought the upstream people preferred to get bugs forwarded to keep
away the riff raff like me :) I'll go ahead and open a bug with KDE then.
Thank you for all that you do.

On Tue, Sep 26, 2023 at 3:05 PM Patrick Franz  wrote:

> Hi JT,
>
> On Sat, 16 Sep 2023 12:20:50 -0700 JT Hundley 
> wrote:
> > Package: plasma-desktop
> > Version: 4:5.27.5-2
> > Severity: minor
> > Tags: a11y upstream
> >
> > Dear Maintainer,
> >
> > Steps to reproduce:
> > 1. Right click on any .desktop file and select properties.
> > 2. Click the Application tab at the top.
> > 3. Press tab to cycle through the available LineEdit fields.
> > 4. Observe that the order is Application tab, Name, Description,
> > Comment, Environment Variables, Program, Browse button, Work path,
> > browse work path button, Arguments.
> >
> > The order is from top to bottom with the exception of Arguments being
> > skipped and then added last. The order should be completely top to
> > bottom. The end of the current order should be Program browse button,
> > Arguments, Work path, browse Work path button instead.
> >
> > I'm pretty sure this is an upstream issue as it's also present in KDE
> > version 5.27.8 on EndeavorOS. Thank you for your time and hard work
> > making Debian badass. I apologize if this isn't the right package to
> > report this in.
>
> As EndeavorOS is not a Debian-based distro and you're seeing the issue
> there as well, then it is highly-likely an upstream issue as you
> suspect.
> In that case, I'd recommend you file a bug upstream so all Linux distros
> will get the fix.
>
>
> --
> Med vänliga hälsningar
>
> Patrick Franz
>
>
>


Bug#1053068: openhft-affinity: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: openhft-affinity
Version: 3.1.7-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package openhft-affinity ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project affinity: Compilation failure: Compilation failure: 
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[35,5]
 method does not override or implement a method from a supertype
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[38,14]
 cannot find symbol
[ERROR]   symbol: method add(java.lang.Thread)
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[42,5]
 method does not override or implement a method from a supertype
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[44,14]
 cannot find symbol
[ERROR]   symbol: method threadStartFailed(java.lang.Thread)
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[48,5]
 method does not override or implement a method from a supertype
[ERROR] 
/<>/affinity/src/main/java/java/lang/ThreadTrackingGroup.java:[50,14]
 cannot find symbol
[ERROR]   symbol: method threadTerminated(java.lang.Thread)
[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=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053067: olap4j: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: olap4j
Version: 1.2.0-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package olap4j ftbfs with default Java 21.
The relevant part of the build log:
---
compileJdk17:
[javac] Compiling 188 source files to /<>/bin/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:237: Compile failed; see the compiler error output 
for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053066: netty: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: netty
Version: 1:4.1.48-7
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package netty ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project netty-handler: Compilation failure: Compilation failure: 
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[22,24]
 error: cannot find symbol
[ERROR]   symbol:   class CertificateIssuerName
[ERROR]   location: package sun.security.x509
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[54,12]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateVersion)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[55,12]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateSerialNumber)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[57,16]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateSubjectName)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[59,16]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,X500Name)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[62,46]
 error: cannot find symbol
[ERROR]   symbol:   class CertificateIssuerName
[ERROR]   location: class OpenJdkSelfSignedCertGenerator
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[64,16]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,X500Name)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[66,12]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateValidity)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[67,12]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateX509Key)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[68,12]
 error: cannot find symbol
[ERROR]   symbol:   method set(String,CertificateAlgorithmId)
[ERROR]   location: variable info of type X509CertInfo
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[73,28]
 error: no suitable constructor found for X509CertImpl(X509CertInfo)
[ERROR] constructor X509CertImpl.X509CertImpl(byte[]) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to byte[])
[ERROR] constructor X509CertImpl.X509CertImpl(DerValue) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to DerValue)
[ERROR] constructor X509CertImpl.X509CertImpl(InputStream) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to 
InputStream)
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[74,12]
 error: cannot find symbol
[ERROR]   symbol:   method sign(PrivateKey,String)
[ERROR]   location: variable cert of type X509CertImpl
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[77,75]
 error: cannot find symbol
[ERROR]   symbol:   variable ALGORITHM
[ERROR]   location: class CertificateAlgorithmId
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[77,108]
 error: cannot find symbol
[ERROR]   symbol:   variable SIG_ALG
[ERROR]   location: class X509CertImpl
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[78,15]
 error: no suitable constructor found for X509CertImpl(X509CertInfo)
[ERROR] constructor X509CertImpl.X509CertImpl(byte[]) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to byte[])
[ERROR] constructor X509CertImpl.X509CertImpl(DerValue) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to DerValue)
[ERROR] constructor X509CertImpl.X509CertImpl(InputStream) is not applicable
[ERROR]   (argument mismatch; X509CertInfo cannot be converted to 
InputStream)
[ERROR] 
/<>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[79,12]
 error: cannot find symbol
[ERROR]   

Bug#1053065: nekohtml: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: nekohtml
Version: 1.9.22.noko2-0.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package nekohtml ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/build/classes
 [echo] Compiling with Xerces-2.12.2
[javac] Compiling 31 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053064: natbraille: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: natbraille
Version: 2.0rc3-14
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package natbraille ftbfs with default Java 21.
The relevant part of the build log:
---
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
javac -source 1.7 -target 1.7 -encoding utf8 -classpath 
/usr/share/java/commons-io.jar:/usr/share/java/fop.jar:/usr/share/java/xalan2.jar:/usr/share/java/jaxe.jar:/usr/share/java/jazzy.jar:/usr/share/java/jhall.jar:/usr/share/java/jing.jar:/usr/share/java/jodconverter.jar:/usr/share/java/joptsimple.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/ridl.jar:/usr/share/java/saxonb.jar:/usr/share/java/saxon-dom.jar/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-jdk14.jar:/usr/lib/libreoffice/program/classes/unoil.jar:/usr/share/java/xstream.jar:/usr/share/java/writer2latex.jar:/usr/share/java/jeuclid-core.jar
 `find gestionnaires nat outils ui org -name \*.java`
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053063: mobile-atlas-creator: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: mobile-atlas-creator
Version: 2.1.4+dfsg.1-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package mobile-atlas-creator ftbfs with default Java 21.
The relevant part of the build log:
---
build:
[mkdir] Created dir: /<>/build/mobac
[javac] Compiling 1 source file to /<>/build/mobac
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053062: mina: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: mina
Version: 1.1.7.dfsg-13
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package mina ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
# Build the packages
( CLASSPATH=/usr/share/java/slf4j-api.jar   jh_build -J --javacopts='-source 
1.7 -target 1.7' mina-core.jar   core/src/main/java/   )
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
jh_build: error: find core/src/main/java/ -name '*.java' -and -type f -print0 | 
xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/slf4j-api.jar:debian/_jh_build.mina-core -d 
debian/_jh_build.mina-core -source 1.7 -target 1.7 -encoding ISO8859-1  
returned exit code 123
make[1]: *** [debian/rules:43: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:39: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053061: mecab: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: mecab
Version: 0.996-14build14
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package mecab ftbfs with default Java 21.
The relevant part of the build log:
---
dh_auto_build --sourcedirectory=ruby --buildsystem=ruby
cd ruby && dh_ruby --build
/usr/bin/make -C java
make[2]: Entering directory '/<>/java'
g++ -g -O3 -ffile-prefix-map=/<>=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -Wformat -Werror=format-security 
-fdebug-prefix-map=/<>=/usr/src/mecab-0.996-14build15 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O3 -c -fpic MeCab_wrap.cxx  -I../src 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux
g++ -shared  MeCab_wrap.o -o libMeCab.so -Wl,-Bsymbolic-functions -flto=auto 
-ffat-lto-objects -Wl,-z,relro -Wl,-z,now -L../src/.libs -lmecab -lstdc++
javac -source 1.7 -target 1.7 -encoding UTF-8 org/chasen/mecab/*.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[2]: *** [Makefile:18: all] Error 2
make[2]: Leaving directory '/<>/java'
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053060: maven-repo-helper: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: maven-repo-helper
Version: 1.11
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package maven-repo-helper ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/build/generated-sources
[javac] /<>/debian/build.xml:45: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 27 source files to /<>/build/classes
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/debian/build.xml:45: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053059: lz4-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: lz4-java
Version: 1.8.0-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package lz4-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile-java:
[mkdir] Created dir: /<>/build/classes
[javac] Compiling 39 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:158: Compile failed; see the compiler error output 
for details.

Total time: 3 seconds
dh_auto_build: error: ant 
-Divy.settings.file=/usr/share/ivy-debian-helper/ivysettings.xml 
-Divy.default.ivy.user.dir=/<>/.ivy2 compile-java returned exit 
code 1
make[1]: *** [debian/rules:21: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit 
status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053058: lucene4.10: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: lucene4.10
Version: 4.10.4+dfsg-7.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package lucene4.10 ftbfs with default Java 21.
The relevant part of the build log:
---
compile-core:
[mkdir] Created dir: /<>/build/core/classes/java
[javac] Compiling 734 source files to 
/<>/build/core/classes/java
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/common-build.xml:736: The following error occurred while 
executing this line:
/<>/common-build.xml:525: The following error occurred while 
executing this line:
/<>/common-build.xml:1833: Compile failed; see the compiler error 
output for details.

Total time: 1 second
dh_auto_build: error: ant 
-Divy.settings.file=/usr/share/ivy-debian-helper/ivysettings.xml 
-Divy.default.ivy.user.dir=/<>/lucene4.10-4.10.4\+dfsg/.ivy2 
-Dversion=4.10.4 jar returned exit code 1
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053057: lucene-solr: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: lucene-solr
Version: 3.6.2+dfsg-26
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package lucene-solr ftbfs with default Java 21.
The relevant part of the build log:
---
common.compile-core:
[mkdir] Created dir: /<>/lucene/build/core/classes/java
[javac] Compiling 504 source files to 
/<>/lucene/build/core/classes/java
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/lucene/build.xml:560: The following error occurred while 
executing this line:
/<>/lucene/common-build.xml:526: The following error occurred 
while executing this line:
/<>/lucene/common-build.xml:381: The following error occurred 
while executing this line:
/<>/lucene/common-build.xml:949: Compile failed; see the compiler 
error output for details.

Total time: 1 second
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:8: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053056: libxerces2-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libxerces2-java
Version: 2.12.2-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libxerces2-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
 [copy] Copying 23 files to /<>/build/classes
   [xjavac] Compiling 710 source files to /<>/build/classes
   [xjavac] error: Source option 7 is no longer supported. Use 8 or later.
   [xjavac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:315: Compile failed; see the compiler error output 
for details.

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053055: libreflections-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libreflections-java
Version: 0.10.2+dfsg-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libreflections-java ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] Running org.reflections.JdkTests
-> before 48mb (gc -> 5mb)
[main] INFO org.reflections.Reflections - Reflections took 1273 ms to scan 1 
urls, producing 14711 keys and 200176 values
-> scan 158mb (gc -> 39mb)
ConstructorsAnnotated: 57, missing: 0
Resources: 13, missing: 0
FieldsAnnotated: 222, missing: 11
MethodsAnnotated: 4207, missing: 22
TypesAnnotated: 271, missing: 33
-> cleanup 62mb (gc -> 11mb)
[ERROR] Tests run: 7, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: 2.645 s 
<<< FAILURE! - in org.reflections.JdkTests
[ERROR] checkFieldsAnnotated  Time elapsed: 0.026 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: 
<{jdk.internal.javac.PreviewFeature$JEP=[jdk.internal.javac.PreviewFeature$Feature.TEST,
 jdk.internal.javac.PreviewFeature$Feature.SWITCH_PATTERN_MATCHING, 
jdk.internal.javac.PreviewFeature$Feature.FOREIGN, 
jdk.internal.javac.PreviewFeature$Feature.RECORD_PATTERNS, 
jdk.internal.javac.PreviewFeature$Feature.VIRTUAL_THREADS]}> but was: <{}>
at org.reflections.JdkTests.checkFieldsAnnotated(JdkTests.java:135)

[ERROR] checkMethodsAnnotated  Time elapsed: 0.12 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: 
<{jdk.internal.javac.PreviewFeature=[java.lang.invoke.MethodHandles.insertCoordinates(java.lang.invoke.VarHandle,
 int, java.lang.Object[]), java.lang.Thread.isVirtual(), 
java.lang.invoke.MethodHandles.dropCoordinates(java.lang.invoke.VarHandle, int, 
java.lang.Class[]), java.lang.Thread.startVirtualThread(java.lang.Runnable), 
java.lang.invoke.MethodHandles.filterValue(java.lang.invoke.VarHandle, 
java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle), 
java.util.concurrent.Executors.newThreadPerTaskExecutor(java.util.concurrent.ThreadFactory),
 java.lang.Module.isNativeAccessEnabled(), 
java.util.concurrent.Executors.newVirtualThreadPerTaskExecutor(), 
java.lang.invoke.MethodHandles.permuteCoordinates(java.lang.invoke.VarHandle, 
java.util.List, int[]), 
java.lang.invoke.MethodHandles.filterCoordinates(java.lang.invoke.VarHandle, 
int, java.lang.invoke.MethodHandle[]), 
java.lang.invoke.MethodHandles.collectCoordinates(java.lang.invoke.VarHandle, 
int, java.lang.invoke.MethodHandle), 
java.nio.channels.FileChannel.map(java.nio.channels.FileChannel$MapMode, long, 
long, java.lang.foreign.SegmentScope), 
java.lang.invoke.MethodHandles.memorySegmentViewVarHandle(java.lang.foreign.ValueLayout),
 java.lang.Thread.ofPlatform(), 
java.lang.ModuleLayer$Controller.enableNativeAccess(java.lang.Module), 
java.lang.Thread.ofVirtual()], 
jdk.internal.reflect.CallerSensitiveAdapter=[java.lang.invoke.MethodHandles.lookup(java.lang.Class),
 java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[], 
java.lang.Class), 
java.lang.ClassLoader.registerAsParallelCapable(java.lang.Class), 
java.lang.Class.forName(java.lang.String, java.lang.Class), 
java.lang.Class.forName(java.lang.Module, java.lang.String, java.lang.Class), 
java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader, 
java.lang.Class)]}> but was: <{}>
at org.reflections.JdkTests.checkMethodsAnnotated(JdkTests.java:110)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   JdkTests.checkFieldsAnnotated:135 expected: 
<{jdk.internal.javac.PreviewFeature$JEP=[jdk.internal.javac.PreviewFeature$Feature.TEST,
 jdk.internal.javac.PreviewFeature$Feature.SWITCH_PATTERN_MATCHING, 
jdk.internal.javac.PreviewFeature$Feature.FOREIGN, 
jdk.internal.javac.PreviewFeature$Feature.RECORD_PATTERNS, 
jdk.internal.javac.PreviewFeature$Feature.VIRTUAL_THREADS]}> but was: <{}>
[ERROR]   JdkTests.checkMethodsAnnotated:110 expected: 
<{jdk.internal.javac.PreviewFeature=[java.lang.invoke.MethodHandles.insertCoordinates(java.lang.invoke.VarHandle,
 int, java.lang.Object[]), java.lang.Thread.isVirtual(), 
java.lang.invoke.MethodHandles.dropCoordinates(java.lang.invoke.VarHandle, int, 
java.lang.Class[]), java.lang.Thread.startVirtualThread(java.lang.Runnable), 
java.lang.invoke.MethodHandles.filterValue(java.lang.invoke.VarHandle, 
java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle), 
java.util.concurrent.Executors.newThreadPerTaskExecutor(java.util.concurrent.ThreadFactory),
 java.lang.Module.isNativeAccessEnabled(), 
java.util.concurrent.Executors.newVirtualThreadPerTaskExecutor(), 
java.lang.invoke.MethodHandles.permuteCoordinates(java.lang.invoke.VarHandle, 
java.util.List, int[]), 
java.lang.invoke.MethodHandles.filterCoordinates(java.lang.invoke.VarHandle, 
int, java.lang.invoke.MethodHandle[]), 
java.lang.invoke.MethodHandles.collectCoordinates(java.lang.invoke.VarHandle, 
int, java.lang.invoke.MethodHandle), 

Bug#1053054: libnb-platform18-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libnb-platform18-java
Version: 12.1-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libnb-platform18-java ftbfs with default Java 21.
The relevant part of the build log:
---
-do-compile:
 [nb-javac] Compiling 76 source files to 
/<>/platform/o.n.core/build/classes
   [repeat] warning: [options] bootstrap class path not set in conjunction with 
-source 7
   [repeat] error: Source option 7 is no longer supported. Use 8 or later.
   [repeat] error: Target option 7 is no longer supported. Use 8 or later.
  [nbmerge] Failed to build target: all-o.n.core

BUILD FAILED
/<>/nbbuild/build.xml:579: The following error occurred while 
executing this line:
/<>/nbbuild/build.xml:574: The following error occurred while 
executing this line:
/<>/nbbuild/build.xml:604: The following error occurred while 
executing this line:
/<>/nbbuild/build.xml:651: The following error occurred while 
executing this line:
/<>/nbbuild/templates/common.xml:204: Compile failed; see the 
compiler error output for details.

Total time: 24 seconds
make[1]: *** [debian/rules:53: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:46: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053052: libitext1-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libitext1-java
Version: 1.4-7
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libitext1-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/build/bin/classes
[javac] /<>/ant/compile.xml:31: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 470 source files to /<>/build/bin/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:72: The following error occurred while executing 
this line:
/<>/ant/compile.xml:31: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053053: libjamon-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libjamon-java
Version: 2.7-8
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libjamon-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/target/classes
[javac] /<>/debian/build.xml:7: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 94 source files to /<>/target/classes
[javac] error: release version 7 not supported
[javac] Usage: javac  
[javac] use --help for a list of possible options

BUILD FAILED
/<>/debian/build.xml:7: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053051: libirclib-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libirclib-java
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libirclib-java ftbfs with default Java 21.
The relevant part of the build log:
---
warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
./src/org/schwering/irc/lib/ssl/TrustManagerJsseWrapper.java:27: error: package 
com.sun.net.ssl does not exist
class TrustManagerJsseWrapper implements com.sun.net.ssl.X509TrustManager {
^
./src/org/schwering/irc/lib/SSLIRCConnection.java:16: error: package 
com.sun.net.ssl does not exist
import com.sun.net.ssl.SSLContext;
  ^
./src/org/schwering/irc/lib/SSLIRCConnection.java:17: error: package 
com.sun.net.ssl does not exist
import com.sun.net.ssl.TrustManager;
  ^
./src/org/schwering/irc/lib/SSLIRCConnection.java:18: error: package 
com.sun.net.ssl.internal.ssl does not exist
import com.sun.net.ssl.internal.ssl.Provider;
   ^
./src/org/schwering/irc/lib/SSLIRCConnection.java:284: error: cannot find symbol
public void addTrustManager(TrustManager trustManager) {
^
  symbol:   class TrustManager
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLIRCConnection.java:301: error: cannot find symbol
public boolean removeTrustManager(TrustManager trustManager) {
  ^
  symbol:   class TrustManager
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLIRCConnection.java:320: error: cannot find symbol
public TrustManager[] getTrustManagers() {
   ^
  symbol:   class TrustManager
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLDefaultTrustManager.java:16: error: package 
com.sun.net.ssl does not exist
import com.sun.net.ssl.X509TrustManager;
  ^
./src/org/schwering/irc/lib/SSLDefaultTrustManager.java:42: error: cannot find 
symbol
public class SSLDefaultTrustManager implements X509TrustManager {
   ^
  symbol: class X509TrustManager
./src/org/schwering/irc/lib/ssl/SSLSocketFactoryFactory.java:147: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
Method getSocketFactoryMethod = 
contextClass.getMethod("getSocketFactory", null);

   ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
./src/org/schwering/irc/lib/ssl/SSLSocketFactoryFactory.java:155: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
Object socketFactory = getSocketFactoryMethod.invoke(context, 
null);
  ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
./src/org/schwering/irc/lib/ssl/SSLSocketFactoryFactory.java:209: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
Method getSocketFactoryMethod = 
contextClass.getMethod("getSocketFactory", null);

   ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
./src/org/schwering/irc/lib/ssl/SSLSocketFactoryFactory.java:217: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
Object socketFactory = getSocketFactoryMethod.invoke(context, 
null);
  ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
./src/org/schwering/irc/lib/SSLIRCConnection.java:258: error: cannot find symbol
Security.addProvider(new Provider());
 ^
  symbol:   class Provider
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLIRCConnection.java:259: error: cannot find symbol
SSLContext context = SSLContext.getInstance("SSL");
^
  symbol:   class SSLContext
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLIRCConnection.java:259: error: cannot find symbol
SSLContext context = SSLContext.getInstance("SSL");
 ^
  symbol:   variable SSLContext
  location: class SSLIRCConnection
./src/org/schwering/irc/lib/SSLIRCConnection.java:321: error: cannot find symbol
TrustManager[] tm = new TrustManager[trustManagers.size()];
^
  

Bug#1053050: libibatis-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libibatis-java
Version: 2.3.4.726-6.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libibatis-java ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/target/classes
[javac] /<>/debian/build.xml:11: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 202 source files to /<>/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/debian/build.xml:11: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053049: libfreemarker-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libfreemarker-java
Version: 2.3.31-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libfreemarker-java ftbfs with default Java 21.
The relevant part of the build log:
---
[javac] Compiling 525 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:256: Compile failed; see the compiler error output 
for details.

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053048: libcobra-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: libcobra-java
Version: 0.98.4-6
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package libcobra-java ftbfs with default Java 21.
The relevant part of the build log:
---
[javac] /<>/src/org/lobobrowser/util/ListSet.java:28: error: 
types List and Set are incompatible;
[javac] public class ListSet implements List, Set {
[javac]^
[javac]   class ListSet inherits unrelated defaults for spliterator() from 
types List and Set
[javac]   where E#1,E#2 are type-variables:
[javac] E#1 extends Object declared in interface List
[javac] E#2 extends Object declared in interface Set
[javac] Note: Some input files additionally use or override a deprecated 
API.
[javac] Note: Some input files additionally use or override a deprecated 
API that is marked for removal.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 100 warnings

BUILD FAILED
/<>/debian/build.xml:14: Compile failed; see the compiler error 
output for details.

Total time: 3 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053047: kryo-serializers: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: kryo-serializers
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package kryo-serializers ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running TestSuite
[ERROR] Tests run: 81, Failures: 1, Errors: 0, Skipped: 80, Time elapsed: 0.652 
s <<< FAILURE! - in TestSuite
[ERROR] 
beforeTest(de.javakaffee.kryoserializers.cglib.CGLibProxySerializerTest)  Time 
elapsed: 0.256 s  <<< FAILURE!
java.lang.RuntimeException: java.lang.reflect.InaccessibleObjectException: 
Unable to make field private final java.lang.Object[] 
java.util.Arrays$ArrayList.a accessible: module java.base does not "opens 
java.util" to unnamed module @349011d5
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field 
private final java.lang.Object[] java.util.Arrays$ArrayList.a accessible: 
module java.base does not "opens java.util" to unnamed module @349011d5

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   CGLibProxySerializerTest.beforeTest » Runtime 
java.lang.reflect.InaccessibleOb...
[INFO] 
[ERROR] Tests run: 49, Failures: 1, Errors: 0, Skipped: 48
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  10.859 s
[INFO] Finished at: 2023-05-04T13:20:54Z
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
project kryo-serializers: There are test failures.
[ERROR] 
[ERROR] Please refer to /<>/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
[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_test: 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=/<> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
-Dmaven.repo.local=/<>/debian/maven-repo --batch-mode test 
returned exit code 1
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Bug#1053046: knopflerfish-osgi: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: knopflerfish-osgi
Version: 6.1.1-3.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package knopflerfish-osgi ftbfs with default Java 21.
The relevant part of the build log:
---
compile:

compile_full:
[mkdir] Created dir: /<>/osgi/out/framework/classes
[javac] Compiling 209 source files to 
/<>/osgi/out/framework/classes
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/osgi/framework/build.xml:75: The following error occurred 
while executing this line:
/<>/osgi/framework/build.xml:94: Compile failed; see the compiler 
error output for details.

Total time: 0 seconds
dh_auto_build: error: ant -Duser.name debian -f osgi/framework/build.xml jar 
returned exit code 1
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053045: king: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: king
Version: 2.24+dfsg2-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package king ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/driftwood/build
[javac] /<>/driftwood/build.xml:47: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 120 source files to /<>/driftwood/build
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/chiropraxis/build.xml:43: The following error occurred while 
executing this line:
/<>/driftwood/build.xml:47: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053044: jzmq: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jzmq
Version: 3.1.0-16
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jzmq ftbfs with default Java 21.
The relevant part of the build log:
---
make[2]: Entering directory '/<>/src/main/c++'
javac -source 1.7 -target 1.7 -d . -h . 
../java/org/zeromq/EmbeddedLibraryTools.java ../java/org/zeromq/ZAuth.java 
../java/org/zeromq/ZContext.java ../java/org/zeromq/ZDispatcher.java 
../java/org/zeromq/ZFrame.java ../java/org/zeromq/ZLoop.java 
../java/org/zeromq/ZMQ.java ../java/org/zeromq/ZMQException.java 
../java/org/zeromq/ZMQForwarder.java ../java/org/zeromq/ZMQQueue.java 
../java/org/zeromq/ZMQStreamer.java ../java/org/zeromq/ZMsg.java 
../java/org/zeromq/ZThread.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[2]: *** [Makefile:877: zmq.jar] Error 2
make[2]: Leaving directory '/<>/src/main/c++'
make[1]: *** [Makefile:403: all-recursive] Error 1
make[1]: Leaving directory '/<>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:14: build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1052062: plasma-desktop: Tab order of Application tab within an application's .desktop file is incorrect

2023-09-26 Thread Patrick Franz
Hi JT,

On Sat, 16 Sep 2023 12:20:50 -0700 JT Hundley  
wrote:
> Package: plasma-desktop
> Version: 4:5.27.5-2
> Severity: minor
> Tags: a11y upstream
> 
> Dear Maintainer,
> 
> Steps to reproduce:
> 1. Right click on any .desktop file and select properties.
> 2. Click the Application tab at the top.
> 3. Press tab to cycle through the available LineEdit fields.
> 4. Observe that the order is Application tab, Name, Description,
> Comment, Environment Variables, Program, Browse button, Work path,
> browse work path button, Arguments.
> 
> The order is from top to bottom with the exception of Arguments being
> skipped and then added last. The order should be completely top to
> bottom. The end of the current order should be Program browse button,
> Arguments, Work path, browse Work path button instead.
> 
> I'm pretty sure this is an upstream issue as it's also present in KDE
> version 5.27.8 on EndeavorOS. Thank you for your time and hard work
> making Debian badass. I apologize if this isn't the right package to
> report this in.

As EndeavorOS is not a Debian-based distro and you're seeing the issue 
there as well, then it is highly-likely an upstream issue as you 
suspect.
In that case, I'd recommend you file a bug upstream so all Linux distros 
will get the fix.


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1053040: junit5: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: junit5
Version: 5.9.2-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package junit5 ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[320,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[321,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[322,63]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[323,71]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[324,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[325,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[326,54]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[INFO] 7 errors 
[INFO] -
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] JUnit 5 (Parent) 5.9.2 . SUCCESS [  0.145 s]
[INFO] JUnit 5 (Bill of Materials) 5.9.2 .. SUCCESS [  0.002 s]
[INFO] JUnit Platform Commons 1.9.1 ... SUCCESS [  1.479 s]
[INFO] JUnit Jupiter API 5.9.2  SUCCESS [  0.702 s]
[INFO] JUnit Jupiter Params 5.9.2 . SUCCESS [  0.644 s]
[INFO] JUnit Platform Engine API 1.9.1  SUCCESS [  0.450 s]
[INFO] JUnit Platform Suite API 1.9.1 . SUCCESS [  0.055 s]
[INFO] JUnit Jupiter Engine 5.9.2 . SUCCESS [  0.536 s]
[INFO] JUnit Jupiter (Aggregator) 5.9.2 ... SUCCESS [  0.012 s]
[INFO] JUnit Jupiter Migration Support 5.9.2 .. SUCCESS [  0.070 s]
[INFO] JUnit Platform Launcher 1.9.1 .. FAILURE [  0.217 s]
[INFO] JUnit Platform Reporting 1.9.1 . SKIPPED
[INFO] JUnit Platform Console 1.9.1 ... SKIPPED
[INFO] JUnit Platform Suite Commons 1.9.1 . SKIPPED
[INFO] JUnit Platform Suite Engine 1.9.1 .. SKIPPED
[INFO] JUnit Platform Suite (Aggregator) 1.9.1  SKIPPED
[INFO] JUnit Vintage Engine 5.9.2 . SKIPPED
[INFO] JUnit Platform Console Standalone 1.9.1  SKIPPED
[INFO] JUnit Platform Runner 1.9.1  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  4.406 s
[INFO] Finished at: 2023-05-04T13:19:46Z
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project junit-platform-launcher: Compilation failure: Compilation failure: 
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[320,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[321,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[322,63]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[323,71]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[324,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[325,62]
 

Bug#1053043: jxplorer: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jxplorer
Version: 3.3.2+dfsg-6
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jxplorer ftbfs with default Java 21.
The relevant part of the build log:
---
# build jxplorer
jh_build --javacopts="-source 1.7 -target 1.7" --javadoc-opts="-source 1.7" 
jxplorer.jar src
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
jh_build: error: find src -name '*.java' -and -type f -print0 | xargs -s 512000 
-0 /usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/jhall.jar:/usr/share/java/junit.jar:./jxplorer.jar:./jxplorer_help.jar:debian/_jh_build.jxplorer
 -d debian/_jh_build.jxplorer -source 1.7 -target 1.7 -encoding ISO8859-1  
returned exit code 123
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053041: junit5-system-exit: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: junit5-system-exit
Version: 1.1.2-4
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package junit5-system-exit ftbfs with default Java 21.
The relevant part of the build log:
---
java \
-jar /usr/share/java/junit-platform-console-standalone.jar \
-cp 
build/libs/junit5-system-exit.jar:build/libs/junit5-system-exit-tests.jar \
--scan-classpath \
--fail-if-no-tests

Thanks for using JUnit! Support its development at https://junit.org/sponsoring

╷
├─ JUnit Platform Suite ✔
├─ JUnit Jupiter ✔
│  ├─ WithParameterizedTest ✔
│  │  └─ @ParameterizedTest on method should reset state between 
tests ✘ Test 0 should have succeeded, but didn't
│  ├─ ExpectSystemExitWithStatusTest ✔
│  │  ├─ Failure Cases ✔
│  │  │  ├─ System.exit(1234) is expected but another code was 
used, on method ✔
│  │  │  ├─ System.exit(1234) is expected but not called at all, 
on method ✔
│  │  │  ├─ System.exit(1234) is expected but another code was 
used, on class ✔
│  │  │  └─ System.exit(1234) is expected but not called at all, 
on method ✔
│  │  └─ Success Cases ✔
│  │ ├─ System.exit(1234) is caught and detected 
✘ The Security Manager is deprecated and will be removed in a 
future release
│  │ ├─ System.exit(1234) is caught and detected within a 
thread ✘ The Security Manager is deprecated and will be 
removed in a future release
│  │ └─ Class Success ✔
│  │└─ Method in class annotated with 
ExpectSystemExitWithStatus(123456) succeeds ✘ The Security 
Manager is deprecated and will be removed in a future release
│  ├─ ExpectSystemExitTest ✔
│  │  ├─ Failure Cases ✔
│  │  │  ├─ System.exit() is expected for method but not 
called ✔
│  │  │  └─ System.exit() is expected for class but not 
called ✔
│  │  └─ Success Cases ✔
│  │ ├─ System.exit() is caught and detected ✘ 
The Security Manager is deprecated and will be removed in a future 
release
│  │ ├─ System.exit() is caught and detected within a 
thread ✘ The Security Manager is deprecated and will be 
removed in a future release
│  │ └─ Class Success ✔
│  │└─ Method in class annotated with ExpectSystemExit 
succeeds ✘ The Security Manager is deprecated and will be 
removed in a future release
│  ├─ FailOnSystemExitTest ✔
│  │  ├─ @FailOnSystemExit on class - System.exit not called 
✘ Single test should have succeeded ==> expected: <1> but was: 
<0>
│  │  ├─ @FailOnSystemExit on class - exception caught and fails 
test ✔
│  │  ├─ @FailOnSystemExit on method - exception caught and fails 
test ✔
│  │  └─ @FailOnSystemExit on method - System.exit not called 
✘ Single test should have succeeded ==> expected: <1> but was: 
<0>
│  └─ DisallowExitSecurityManagerTest ✔
│ ├─ Captures first exit status code only ✔
│ └─ Counts number of exits prevented ✔
└─ JUnit Vintage ✔

Failures (9):
  JUnit Jupiter:WithParameterizedTest:@ParameterizedTest on method should reset 
state between tests
MethodSource [className = 'com.ginsberg.junit.exit.WithParameterizedTest', 
methodName = 'failOnSystemExitOnClass', methodParameterTypes = '']
=> org.opentest4j.AssertionFailedError: Test 0 should have succeeded, but 
didn't
   org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:38)
   org.junit.jupiter.api.Assertions.fail(Assertions.java:135)
   
com.ginsberg.junit.exit.TestUtils.assertParameterizedTestFails(TestUtils.java:69)
   
com.ginsberg.junit.exit.WithParameterizedTest.failOnSystemExitOnClass(WithParameterizedTest.java:16)
   
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
   java.base/java.lang.reflect.Method.invoke(Method.java:578)
   
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
   
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
   

Bug#1053042: jverein: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jverein
Version: 2.8.19+dfsg-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jverein ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[mkdir] Created dir: /<>/bin
[javac] Compiling 798 source files to /<>/bin
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build/build.xml:55: Compile failed; see the compiler error 
output for details.

Total time: 0 seconds
dh_auto_build: error: cd build && ant -Duser.name debian returned exit code 1
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053039: junit4: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: junit4
Version: 4.13.2-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package junit4 ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 s 
<<< FAILURE! - in org.junit.tests.running.core.CommandLineTest
[ERROR] runATest(org.junit.tests.running.core.CommandLineTest)  Time elapsed: 
0.011 s  <<< ERROR!
java.lang.UnsupportedOperationException: The Security Manager is deprecated and 
will be removed in a future release
at 
org.junit.tests.running.core.CommandLineTest.runATest(CommandLineTest.java:41)

[INFO] Running org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.003 s 
<<< FAILURE! - in 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest
[ERROR] 
failureCausesExitCodeOf1(org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsupportedOperationException: The Security Manager is deprecated and 
will be removed in a future release
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.runClass(JUnitCoreReturnsCorrectExitCodeTest.java:40)
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.failureCausesExitCodeOf1(JUnitCoreReturnsCorrectExitCodeTest.java:20)

[ERROR] 
successCausesExitCodeOf0(org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest)
  Time elapsed: 0.001 s  <<< ERROR!
java.lang.UnsupportedOperationException: The Security Manager is deprecated and 
will be removed in a future release
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.runClass(JUnitCoreReturnsCorrectExitCodeTest.java:40)
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.successCausesExitCodeOf0(JUnitCoreReturnsCorrectExitCodeTest.java:36)

[ERROR] 
missingClassCausesExitCodeOf1(org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsupportedOperationException: The Security Manager is deprecated and 
will be removed in a future release
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.runClass(JUnitCoreReturnsCorrectExitCodeTest.java:40)
at 
org.junit.tests.running.core.JUnitCoreReturnsCorrectExitCodeTest.missingClassCausesExitCodeOf1(JUnitCoreReturnsCorrectExitCodeTest.java:25)

[INFO] Running org.junit.tests.running.core.SystemExitTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s 
- in org.junit.tests.running.core.SystemExitTest
[INFO] Running org.junit.tests.running.methods.AnnotationTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s 
- in org.junit.tests.running.methods.AnnotationTest
[INFO] Running org.junit.tests.running.methods.ExpectedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s 
- in org.junit.tests.running.methods.ExpectedTest
[INFO] Running org.junit.tests.running.methods.InheritedTestTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s 
- in org.junit.tests.running.methods.InheritedTestTest
[INFO] Running org.junit.tests.running.methods.ParameterizedTestMethodTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.junit.tests.running.methods.ParameterizedTestMethodTest
[INFO] Running org.junit.tests.running.methods.TestMethodTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s 
- in org.junit.tests.running.methods.TestMethodTest
[INFO] Running org.junit.tests.running.methods.TimeoutTest
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
0.712 s - in org.junit.tests.running.methods.TimeoutTest
[INFO] Running org.junit.samples.ListTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.junit.samples.ListTest
[INFO] Running org.junit.samples.money.MoneyTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s 
- in org.junit.samples.money.MoneyTest
[INFO] Running org.junit.tests.validation.BadlyFormedClassesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.junit.tests.validation.BadlyFormedClassesTest
[INFO] Running org.junit.tests.validation.FailedConstructionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.junit.tests.validation.FailedConstructionTest
[INFO] Running org.junit.tests.validation.ValidationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.junit.tests.validation.ValidationTest
[INFO] Running org.junit.validator.AnnotationsValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 

Bug#1053037: jsurf-alggeo: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jsurf-alggeo
Version: 0.4.1+ds-4
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jsurf-alggeo ftbfs with default Java 21.
The relevant part of the build log:
---
jh_build --javacopts="-source 1.7 -target 1.7" --javadoc-opts="-source 1.7"
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
jh_build: error: find ./src/main -name '*.java' -and -type f -print0 | xargs -s 
512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/vecmath.jar:/usr/share/java/antlr3-runtime.jar:/usr/share/java/commons-io.jar:/usr/share/java/commons-cli.jar:debian/_jh_build.jsurf-alggeo
 -d debian/_jh_build.jsurf-alggeo -source 1.7 -target 1.7 -encoding ISO8859-1  
returned exit code 123
make[1]: *** [debian/rules:19: override_jh_build-indep] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053038: jtb: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jtb
Version: 1.4.12-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jtb ftbfs with default Java 21.
The relevant part of the build log:
---
compile_java:
[javac] Compiling 234 source files to /<>/bin
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053036: jssc: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jssc
Version: 2.8.0-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jssc ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
jh_build --javacopts="-source 1.7 -target 1.7 -encoding UTF-8" 
--javadoc-opts="-source 1.7 -encoding UTF-8"
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
jh_build: error: find ./src/java/jssc -name '*.java' -and -type f -print0 | 
xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp 
:debian/_jh_build.jssc -d debian/_jh_build.jssc -source 1.7 -target 1.7 
-encoding UTF-8  returned exit code 123
make[1]: *** [debian/rules:21: override_jh_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit 
status 2



-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053035: jodconverter-cli: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jodconverter-cli
Version: 2.2.2-14
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jodconverter-cli ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
cd src/main/java && \
javac -source 1.7 -target 1.7 -classpath 
/usr/share/java/commons-cli.jar:/usr/share/java/commons-io.jar:/usr/share/java/jodconverter.jar
 `find . -name \*.java` && \
jar c `find . -name \*.class -o -name \*.xml -o -name \*.MF` > 
jodconverter-cli-2.2.2.jar ; \

warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053034: jodconverter: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jodconverter
Version: 2.2.2-15
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jodconverter ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
cd src/main/java && \
javac -source 1.7 -target 1.7 -classpath 
/usr/share/java/ridl.jar:/usr/lib/libreoffice/program/classes/unoil.jar:/usr/share/java/juh.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/commons-io.jar:/usr/share/java/xstream.jar
 `find . -name \*.java` && \
javadoc -classpath 
/usr/share/java/ridl.jar:/usr/lib/libreoffice/program/classes/unoil.jar:/usr/share/java/juh.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/commons-io.jar:/usr/share/java/xstream.jar
 -notimestamp -d api `find . -name \*.java` && \
jar c `find . -name \*.class -o -name \*.xml -o -name \*.MF` > 
jodconverter-2.2.2.jar ; \
# Does not work anyway
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053033: jmol: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jmol
Version: 14.32.83+dfsg-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jmol ftbfs with default Java 21.
The relevant part of the build log:
---
classes:
[mkdir] Created dir: /<>/build/classes
[javac] Compiling 1117 source files to /<>/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:451: Compile failed; see the compiler error output 
for details.

Total time: 0 seconds
dh_auto_build: error: ant -Duser.name debian returned exit code 1
make[1]: *** [debian/rules:52: override_dh_auto_build-indep] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Build finished at 2023-05-04T13:20:10Z
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053032: jlibeps: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jlibeps
Version: 0.1.ds3-6
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jlibeps ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[javac] /<>/debian/build.xml:25: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 3 source files to /<>/bin
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053031: jfractionlab: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jfractionlab
Version: 0.92-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jfractionlab ftbfs with default Java 21.
The relevant part of the build log:
---
# compile java sources
find src/jfractionlab -name *.java -and -type f -print0 | xargs -0 
/usr/bin/javac -client -source 7 -target 7 -encoding ISO-8859-1 -d 
target/classes -cp 
src:/usr/share/java/tablelayout.jar:/usr/share/java/java_uno.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/ridl.jar:/usr/share/java/unoloader.jar:
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 123
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053030: jclic: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jclic
Version: 0.3.2.10-1.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jclic ftbfs with default Java 21.
The relevant part of the build log:
---
jdom:
[mkdir] Created dir: /<>/build/jdom
[ext.javac.nogenerics] Compiling 60 source files to /<>/build/jdom
[ext.javac.nogenerics] warning: [options] bootstrap class path not set in 
conjunction with -source 7
[ext.javac.nogenerics] error: Source option 7 is no longer supported. Use 8 or 
later.
[ext.javac.nogenerics] error: Target option 7 is no longer supported. Use 8 or 
later.

BUILD FAILED
/<>/build.xml:324: Compile failed; see the compiler error output 
for details.

Total time: 0 seconds
dh_auto_build: error: ant -Duser.name debian returned exit code 1
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Build finished at 2023-05-04T13:19:15Z
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053029: jcharts: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jcharts
Version: 0.7.5-5
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jcharts ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[javac] /<>/build/build.xml:50: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 121 source files to /<>/build/garbage
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build/build.xml:50: Compile failed; see the compiler error 
output for details.

---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053028: jboss-logging: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jboss-logging
Version: 3.5.0-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jboss-logging ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.048 
s <<< FAILURE! - in org.jboss.logging.Log4jProviderTestCase
[ERROR] testMdc  Time elapsed: 0.004 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected:  but was: 
at 
org.jboss.logging.Log4jProviderTestCase.testMdc(Log4jProviderTestCase.java:60)

[INFO] Running org.jboss.logging.JBossLogManagerProviderTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s 
- in org.jboss.logging.JBossLogManagerProviderTestCase
[INFO] Running org.jboss.logging.Slf4jProviderTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s 
- in org.jboss.logging.Slf4jProviderTestCase
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   Log4jProviderTestCase.testMdc:60 expected:  but was: 
[INFO] 
[ERROR] Tests run: 51, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053027: java-imaging-utilities: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: java-imaging-utilities
Version: 0.14.3-6
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package java-imaging-utilities ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
[javac] /<>/debian/build.xml:6: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 212 source files to /<>
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053026: jamm: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jamm
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jamm ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running org.github.jamm.GuessTest
Guessed 16, instrumented 24 for {LONG*1}->{FLOAT*1}
Guessed 16, instrumented 24 for {LONG*1}->{BYTE*4}
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 0.463 s 
<<< FAILURE! - in org.github.jamm.GuessTest
[ERROR] testProblemClasses(org.github.jamm.GuessTest)  Time elapsed: 0.434 s  
<<< FAILURE!
java.lang.AssertionError: Not all guesses matched the instrumented values. See 
output for details. expected:<0> but was:<2>
at org.github.jamm.GuessTest.testProblemClasses(GuessTest.java:85)

[INFO] Running org.github.jamm.MemoryMeterTest
[ERROR] Tests run: 20, Failures: 1, Errors: 2, Skipped: 5, Time elapsed: 0.178 
s <<< FAILURE! - in org.github.jamm.MemoryMeterTest
[ERROR] testPrimitives(org.github.jamm.MemoryMeterTest)  Time elapsed: 0.005 s  
<<< ERROR!
java.lang.reflect.InaccessibleObjectException: Unable to make field private 
final byte[] java.lang.String.value accessible: module java.base does not 
"opens java.lang" to unnamed module @5fe5c6f
at 
org.github.jamm.MemoryMeterTest.testPrimitives(MemoryMeterTest.java:443)

[ERROR] testUnmeteredAnnotationOnFields(org.github.jamm.MemoryMeterTest)  Time 
elapsed: 0.001 s  <<< ERROR!
java.lang.reflect.InaccessibleObjectException: Unable to make field private 
final byte[] java.lang.String.value accessible: module java.base does not 
"opens java.lang" to unnamed module @5fe5c6f
at 
org.github.jamm.MemoryMeterTest.testUnmeteredAnnotationOnFields(MemoryMeterTest.java:614)

[ERROR] testByteBuffer(org.github.jamm.MemoryMeterTest)  Time elapsed: 0 s  <<< 
FAILURE!
java.lang.AssertionError: Shallow empty ByteBuffer expected:<48> but was:<56>
at 
org.github.jamm.MemoryMeterTest.testByteBuffer(MemoryMeterTest.java:478)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   GuessTest.testProblemClasses:85 Not all guesses matched the 
instrumented values. See output for details. expected:<0> but was:<2>
[ERROR]   MemoryMeterTest.testByteBuffer:478 Shallow empty ByteBuffer 
expected:<48> but was:<56>
[ERROR] Errors: 
[ERROR]   MemoryMeterTest.testPrimitives:443 » InaccessibleObject Unable to 
make field p...
[ERROR]   MemoryMeterTest.testUnmeteredAnnotationOnFields:614 » 
InaccessibleObject Unabl...
[INFO] 
[ERROR] Tests run: 24, Failures: 2, Errors: 2, Skipped: 8
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Bug#1053024: gs-collections: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: gs-collections
Version: 5.1.0-5
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package gs-collections ftbfs with default Java 21.
The relevant part of the build log:
---
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project gs-collections: Compilation failure: Compilation failure: 
[ERROR] 
/<>/collections/src/main/java/com/gs/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.java:[287,91]
 incompatible types: 
com.gs.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy cannot be converted to 
com.gs.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
[ERROR] 
/<>/collections/src/main/java/com/gs/collections/impl/lazy/parallel/AbstractParallelIterable.java:[538,85]
 incompatible types: 
com.gs.collections.api.set.sorted.MutableSortedSet 
cannot be converted to com.gs.collections.api.set.sorted.MutableSortedSet
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableShortByteHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableIntIntHashMap.java:[182,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableLongShortHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableObjectByteHashMap.java:[117,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableLongByteHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableByteDoubleHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableIntLongHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection 
cannot be converted to com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableFloatByteHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableLongFloatHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableObjectFloatHashMap.java:[117,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableIntShortHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableIntCharHashMap.java:[187,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 
/<>/collections/target/generated-sources/java/com/gs/collections/impl/map/immutable/primitive/ImmutableCharObjectHashMap.java:[258,59]
 incompatible types: 
com.gs.collections.api.collection.ImmutableCollection cannot be converted to 
com.gs.collections.api.collection.ImmutableCollection
[ERROR] 

Bug#1053025: jajuk: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: jajuk
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package jajuk ftbfs with default Java 21.
The relevant part of the build log:
---
compile:
 [echo] Compile the code
[javac] /<>/build_enduser.xml:23: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 448 source files to /<>/bin
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build_enduser.xml:23: Compile failed; see the compiler error 
output for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053023: gnome-split: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: gnome-split
Version: 1.2-4
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package gnome-split ftbfs with default Java 21.
The relevant part of the build log:
---
/usr/lib/jvm/java-21-openjdk-amd64/bin/javac -g -source 1.7 -target 1.7 -d 
tmp/classes -classpath tmp/classes:/usr/share/java/gtk.jar -sourcepath src/ 
src/org/gnome/split/GnomeSplit.java 
src/org/gnome/split/config/Configuration.java 
src/org/gnome/split/config/Constants.java 
src/org/gnome/split/core/EngineListener.java 
src/org/gnome/split/core/splitter/YoyoCut.java 
src/org/gnome/split/core/splitter/GnomeSplit.java 
src/org/gnome/split/core/splitter/KFK.java 
src/org/gnome/split/core/splitter/DefaultSplitEngine.java 
src/org/gnome/split/core/splitter/Generic.java 
src/org/gnome/split/core/splitter/Xtremsplit.java 
src/org/gnome/split/core/DefaultEngine.java 
src/org/gnome/split/core/Engine.java 
src/org/gnome/split/core/EngineFactory.java 
src/org/gnome/split/core/io/GRandomAccessFile.java 
src/org/gnome/split/core/io/GFileInputStream.java 
src/org/gnome/split/core/io/GFileWriter.java 
src/org/gnome/split/core/model/SplitModel.java 
src/org/gnome/split/core/model/MergeModel.java 
src/org/gnome/split/core/utils/UncaughtExceptionLogger.java 
src/org/gnome/split/core/utils/Algorithm.java 
src/org/gnome/split/core/utils/ShutdownHandler.java 
src/org/gnome/split/core/utils/ByteUtils.java 
src/org/gnome/split/core/utils/Utils.java 
src/org/gnome/split/core/utils/MD5Hasher.java 
src/org/gnome/split/core/utils/SizeUnit.java 
src/org/gnome/split/core/merger/YoyoCut.java 
src/org/gnome/split/core/merger/GnomeSplit.java 
src/org/gnome/split/core/merger/KFK.java 
src/org/gnome/split/core/merger/Generic.java 
src/org/gnome/split/core/merger/DefaultMergeEngine.java 
src/org/gnome/split/core/merger/Xtremsplit.java 
src/org/gnome/split/core/exception/EngineException.java 
src/org/gnome/split/core/exception/MD5Exception.java 
src/org/gnome/split/core/exception/MissingChunkException.java 
src/org/gnome/split/core/exception/ExceptionMessage.java 
src/org/gnome/split/core/exception/InvalidSizeException.java 
src/org/gnome/split/gtk/DefaultEngineListener.java 
src/org/gnome/split/gtk/action/SplitViewAction.java 
src/org/gnome/split/gtk/action/ViewSizeDetails.java 
src/org/gnome/split/gtk/action/PreferencesAction.java 
src/org/gnome/split/gtk/action/ViewSwitcherAction.java 
src/org/gnome/split/gtk/action/RadioAction.java 
src/org/gnome/split/gtk/action/OpenDirAction.java 
src/org/gnome/split/gtk/action/OnlineHelpAction.java 
src/org/gnome/split/gtk/action/QuitAction.java 
src/org/gnome/split/gtk/action/ViewToolbarAction.java 
src/org/gnome/split/gtk/action/ToggleAction.java 
src/org/gnome/split/gtk/action/MainWindowAction.java 
src/org/gnome/split/gtk/action/StartAction.java 
src/org/gnome/split/gtk/action/DeleteAction.java 
src/org/gnome/split/gtk/action/ViewStatusbarAction.java 
src/org/gnome/split/gtk/action/Action.java 
src/org/gnome/split/gtk/action/TranslateAction.java 
src/org/gnome/split/gtk/action/MergeViewAction.java 
src/org/gnome/split/gtk/action/AboutAction.java 
src/org/gnome/split/gtk/action/PauseAction.java 
src/org/gnome/split/gtk/action/ActionManager.java 
src/org/gnome/split/gtk/action/SendEmailAction.java 
src/org/gnome/split/gtk/action/CancelAction.java 
src/org/gnome/split/gtk/action/ClearAction.java 
src/org/gnome/split/gtk/action/HelpAction.java 
src/org/gnome/split/gtk/action/ReportBugAction.java 
src/org/gnome/split/gtk/action/AssistantAction.java 
src/org/gnome/split/gtk/dialog/MinimizeDialog.java 
src/org/gnome/split/gtk/dialog/AboutSoftDialog.java 
src/org/gnome/split/gtk/dialog/QuestionDialog.java 
src/org/gnome/split/gtk/dialog/PreferencesDialog.java 
src/org/gnome/split/gtk/dialog/ErrorDialog.java 
src/org/gnome/split/gtk/dialog/AssistantDialog.java 
src/org/gnome/split/gtk/UserInterface.java 
src/org/gnome/split/gtk/widget/MainToolbar.java 
src/org/gnome/split/gtk/widget/base/InfoHeader.java 
src/org/gnome/split/gtk/widget/base/UnitsBox.java 
src/org/gnome/split/gtk/widget/base/ProgressWidget.java 
src/org/gnome/split/gtk/widget/base/AlgorithmsBox.java 
src/org/gnome/split/gtk/widget/assistant/BasicAssistant.java 
src/org/gnome/split/gtk/widget/assistant/FinalPage.java 
src/org/gnome/split/gtk/widget/assistant/SplitAssistant.java 
src/org/gnome/split/gtk/widget/assistant/MergeAssistant.java 
src/org/gnome/split/gtk/widget/ActionWidget.java 
src/org/gnome/split/gtk/widget/SelectView.java 
src/org/gnome/split/gtk/widget/AreaStatusIcon.java 
src/org/gnome/split/gtk/widget/MergeWidget.java 
src/org/gnome/split/gtk/widget/StatusWidget.java 
src/org/gnome/split/gtk/widget/SplitWidget.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** 

Bug#1052298: metafun broken?

2023-09-26 Thread Karl Berry
The files are not in the "minimal distribution" (which includes binaries,
fonts etc.), but they are still present in the context zip itself.

Mojca - by the "context zip" do you mean cont-tmf.zip? I'm guessing not
.. please advise. Because, as Siep said, the current cont-tmf.zip
contains only a few scattered remnants of mkii.  No metafun.mpii file,
for example.

I poked around on the wiki.contextgarden.net but didn't see the right
thing. And 
http://pragma-ade.nl/context/latest/ doesn't bring up a directory
listing, so if there's something there besides cont-tmf.zip, I can't see it ...

Help? --thanks, karl.



Bug#1040474: plasma-workspace: /usr/bin/plasmashell eats all memory

2023-09-26 Thread Patrick Franz
Hi,

On Thu, 06 Jul 2023 12:44:07 +0200 "J.L.G. Pallero"  wrote:
> Package: plasma-workspace
> Version: 4:5.27.5-2+b1
> Severity: important
> X-Debbugs-Cc: jgpall...@gmail.com
> 
> Dear Maintainer,
> 
> yesterday, july 5th 2023, I updated my Debian Sid installation. Among others, 
> the package plasma-workspace
> was updated from version 4:5.27.5-2 to version 4:5.27.5-2+b1. Today it is 
> impossible to work with Plasma
> because all the RAM memory (plus part of the swap) is occupied. In my case I 
> have 16 GB and I can see that
> the process called /usr/bin/plasmashell is running 82.5% of the total memory 
> used. I uninstalled all Plasma
> packages related with Wayland in order to ensure that X11 is used, but the 
> problem persists.
> 
> If I use other window manager, as for example now IceWM, all works without 
> problem. Also, I can use Plasma
> applications like Kate and no problems with memory exist.

Do you still see the issue ?

When plasma-workspace was updated, it was merely recompiled and
not a new plasma-workspace version.


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1053022: drmips: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: drmips
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package drmips ftbfs with default Java 21.
The relevant part of the build log:
---
make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
[  0%] Building Java objects for DrMIPSSimulator.jar
cd /<>/src/simulator/DrMIPSSimulator/src && /usr/bin/javac 
-encoding UTF-8 -source 1.7 -target 1.7 -classpath 
:/<>/src/simulator/DrMIPSSimulator/src:/<>/obj-x86_64-linux-gnu/src/simulator/DrMIPSSimulator/src
 -d 
/<>/obj-x86_64-linux-gnu/src/simulator/DrMIPSSimulator/src/CMakeFiles/DrMIPSSimulator.dir
 
@/<>/obj-x86_64-linux-gnu/src/simulator/DrMIPSSimulator/src/CMakeFiles/DrMIPSSimulator.dir/java_sources
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[3]: *** 
[src/simulator/DrMIPSSimulator/src/CMakeFiles/DrMIPSSimulator.dir/build.make:138:
 
src/simulator/DrMIPSSimulator/src/CMakeFiles/DrMIPSSimulator.dir/java_compiled_DrMIPSSimulator]
 Error 2
make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:243: 
src/simulator/DrMIPSSimulator/src/CMakeFiles/DrMIPSSimulator.dir/all] Error 2
make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:127: all] Error 2
make[1]: Leaving directory '/<>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 VERBOSE=1 returned 
exit code 2
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053021: dbus-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: dbus-java
Version: 2.8-10
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package dbus-java ftbfs with default Java 21.
The relevant part of the build log:
---
# Add here commands to compile the package.
/usr/bin/make DEBUG=disable \
JCFLAGS="-source 1.7 -target 1.7 -O -encoding UTF-8" \
PREFIX=/usr \
JAVA_HOME=/usr/lib/jvm/default-java/bin/ \
JAVAC=/usr/lib/jvm/default-java/bin/javac \
JAVA=/usr/lib/jvm/default-java/bin/java \
JAR=/usr/lib/jvm/default-java/bin/jar \
JAVADOC="/usr/lib/jvm/default-java/bin/javadoc -link 
/usr/share/doc/default-jdk-doc/api" \
bin
make[2]: Entering directory '/<>'
echo "#java-format" > translations/en_GB.po
sed -n '/_(/s/.*_("\([^"]*\)").*/\1/p' org/freedesktop/DBus.java 
org/freedesktop/dbus/AbstractConnection.java 
org/freedesktop/dbus/ArrayFrob.java org/freedesktop/dbus/BusAddress.java 
org/freedesktop/dbus/CallbackHandler.java org/freedesktop/dbus/Container.java 
org/freedesktop/dbus/DBusAsyncReply.java org/freedesktop/dbus/DBusCallInfo.java 
org/freedesktop/dbus/DBusConnection.java 
org/freedesktop/dbus/DBusInterface.java 
org/freedesktop/dbus/DBusInterfaceName.java org/freedesktop/dbus/DBusMap.java 
org/freedesktop/dbus/DBusMatchRule.java 
org/freedesktop/dbus/DBusMemberName.java 
org/freedesktop/dbus/DBusSerializable.java 
org/freedesktop/dbus/DBusSigHandler.java org/freedesktop/dbus/DBusSignal.java 
org/freedesktop/dbus/DirectConnection.java 
org/freedesktop/dbus/EfficientMap.java org/freedesktop/dbus/EfficientQueue.java 
org/freedesktop/dbus/Error.java org/freedesktop/dbus/ExportedObject.java 
org/freedesktop/dbus/Gettext.java org/freedesktop/dbus/InternalSignal.java 
org/freedesktop/dbus/Marshalling.java org/freedesktop/dbus/Message.java 
org/freedesktop/dbus/MessageReader.java org/freedesktop/dbus/MessageWriter.java 
org/freedesktop/dbus/MethodCall.java org/freedesktop/dbus/MethodReturn.java 
org/freedesktop/dbus/MethodTuple.java org/freedesktop/dbus/ObjectPath.java 
org/freedesktop/dbus/ObjectTree.java org/freedesktop/dbus/Path.java 
org/freedesktop/dbus/Position.java 
org/freedesktop/dbus/RemoteInvocationHandler.java 
org/freedesktop/dbus/RemoteObject.java org/freedesktop/dbus/SignalTuple.java 
org/freedesktop/dbus/StrongReference.java org/freedesktop/dbus/Struct.java 
org/freedesktop/dbus/Transport.java org/freedesktop/dbus/Tuple.java 
org/freedesktop/dbus/TypeSignature.java org/freedesktop/dbus/UInt16.java 
org/freedesktop/dbus/UInt32.java org/freedesktop/dbus/UInt64.java 
org/freedesktop/dbus/Variant.java 
org/freedesktop/dbus/exceptions/DBusException.java 
org/freedesktop/dbus/exceptions/DBusExecutionException.java 
org/freedesktop/dbus/exceptions/FatalDBusException.java 
org/freedesktop/dbus/exceptions/FatalException.java 
org/freedesktop/dbus/exceptions/InternalMessageException.java 
org/freedesktop/dbus/exceptions/MarshallingException.java 
org/freedesktop/dbus/exceptions/MessageFormatException.java 
org/freedesktop/dbus/exceptions/MessageProtocolVersionException.java 
org/freedesktop/dbus/exceptions/MessageTypeException.java 
org/freedesktop/dbus/exceptions/NonFatalException.java 
org/freedesktop/dbus/exceptions/NotConnected.java 
org/freedesktop/dbus/exceptions/UnknownTypeCodeException.java 
org/freedesktop/dbus/types/DBusListType.java 
org/freedesktop/dbus/types/DBusMapType.java 
org/freedesktop/dbus/types/DBusStructType.java 
org/freedesktop/dbus/bin/Caller.java 
org/freedesktop/dbus/bin/CreateInterface.java 
org/freedesktop/dbus/bin/DBusDaemon.java 
org/freedesktop/dbus/bin/IdentifierMangler.java 
org/freedesktop/dbus/bin/IterableNodeList.java 
org/freedesktop/dbus/bin/ListDBus.java 
org/freedesktop/dbus/bin/NodeListIterator.java 
org/freedesktop/dbus/bin/StructStruct.java 
org/freedesktop/dbus/viewer/DBusEntry.java 
org/freedesktop/dbus/viewer/DBusTableModel.java 
org/freedesktop/dbus/viewer/DBusViewer.java 
org/freedesktop/dbus/viewer/FileSaver.java 
org/freedesktop/dbus/viewer/IntrospectAction.java 
org/freedesktop/dbus/viewer/SaveAllAction.java 
org/freedesktop/dbus/viewer/SaveFileAction.java 
org/freedesktop/dbus/viewer/StringStreamFactory.java 
org/freedesktop/dbus/viewer/TabbedSaveAction.java 
org/freedesktop/dbus/viewer/TextFile.java | sort -u | sed 's/\(.*\)/msgid 
"\1"\nmsgstr "\1"/' >> translations/en_GB.po
mkdir -p classes
/usr/lib/jvm/default-java/bin/javac -d classes -cp 
classes:/usr/share/java/unix.jar:/usr/share/java/debug-disable.jar:/usr/share/java/hexdump.jar:
 -source 1.7 -target 1.7 -O -encoding UTF-8 org/freedesktop/*.java 
org/freedesktop/dbus/*.java org/freedesktop/dbus/exceptions/*.java 
org/freedesktop/dbus/types/*.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[2]: *** 

Bug#1053020: cpptasks: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: cpptasks
Version: 1.0~b5-5
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package cpptasks ftbfs with default Java 21.
The relevant part of the build log:
---
build:
[mkdir] Created dir: /<>/target/classes
[javac] /<>/build.xml:138: warning: 'includeantruntime' was 
not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 183 source files to /<>/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
[javac] error: Source option 7 is no longer supported. Use 8 or later.
[javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/<>/build.xml:138: Compile failed; see the compiler error output 
for details.
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053017: classmate: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: classmate
Version: 1.3.4-1.1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package classmate ftbfs with default Java 21.
The relevant part of the build log:
---
[INFO] Running com.fasterxml.classmate.TestMemberResolver
[ERROR] Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.03 s 
<<< FAILURE! - in com.fasterxml.classmate.TestMemberResolver
[ERROR] testFilters(com.fasterxml.classmate.TestMemberResolver)  Time elapsed: 
0.002 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<12> but was:<13>
at 
com.fasterxml.classmate.TestMemberResolver.testFilters(TestMemberResolver.java:228)

[ERROR] testIncludeObject(com.fasterxml.classmate.TestMemberResolver)  Time 
elapsed: 0.004 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<12> but was:<13>
at 
com.fasterxml.classmate.TestMemberResolver.testIncludeObject(TestMemberResolver.java:217)

[INFO] Running com.fasterxml.classmate.TestReadme
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s 
- in com.fasterxml.classmate.TestReadme
[INFO] Running com.fasterxml.classmate.AnnotationInclusionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
com.fasterxml.classmate.AnnotationInclusionTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AnnotationsTest.annotationsToSize:75
[ERROR]   TestMemberResolver.testFilters:228 expected:<12> but was:<13>
[ERROR]   TestMemberResolver.testIncludeObject:217 expected:<12> but was:<13>
[INFO] 
[ERROR] Tests run: 225, Failures: 3, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053019: coco-java: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: coco-java
Version: 20110419-3.3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package coco-java ftbfs with default Java 21.
The relevant part of the build log:
---
make[1]: Entering directory '/<>'
javac -d . -source 1.7 -target 1.7 Trace.java Scanner.java Tab.java DFA.java 
ParserGen.java Parser.java Coco.java
warning: [options] bootstrap class path not set in conjunction with -source 7
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
make[1]: *** [Makefile:2: all] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:40: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1053018: closure-compiler: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: closure-compiler
Version: 20130227+dfsg1-13
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package closure-compiler ftbfs with default Java 21.
The relevant part of the build log:
---
javadoc:
[mkdir] Created dir: /<>/build/javadoc
  [javadoc] Generating Javadoc
  [javadoc] Using javadoc -source 8 is no longer supported, switching to 8
  [javadoc] Debian build on Java 9+ detected: Adding the --ignore-source-errors 
option
  [javadoc] Debian build on Java 9+ detected: Adding the -Xdoclint:none option
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package com.google.debugging.sourcemap...
  [javadoc] Loading source files for package com.google.javascript.jscomp...
  [javadoc] Loading source files for package com.google.javascript.jscomp.ant...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.deps...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.graph...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.jsonml...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.parsing...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.regex...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.testing...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.type...
  [javadoc] Loading source files for package 
com.google.javascript.jscomp.webservice.common...
  [javadoc] Loading source files for package com.google.javascript.rhino...
  [javadoc] Loading source files for package 
com.google.javascript.rhino.jstype...
  [javadoc] Loading source files for package 
com.google.javascript.rhino.testing...
  [javadoc] Loading source files for package 
com.google.debugging.sourcemap.proto...
  [javadoc] Constructing Javadoc information...
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:35: 
error: package org.apache.tools.ant does not exist
  [javadoc] import org.apache.tools.ant.BuildException;
  [javadoc]^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:36: 
error: package org.apache.tools.ant does not exist
  [javadoc] import org.apache.tools.ant.Project;
  [javadoc]^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:37: 
error: package org.apache.tools.ant does not exist
  [javadoc] import org.apache.tools.ant.Task;
  [javadoc]^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:38: 
error: package org.apache.tools.ant.types does not exist
  [javadoc] import org.apache.tools.ant.types.FileList;
  [javadoc]  ^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:39: 
error: package org.apache.tools.ant.types does not exist
  [javadoc] import org.apache.tools.ant.types.Parameter;
  [javadoc]  ^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:40: 
error: package org.apache.tools.ant.types does not exist
  [javadoc] import org.apache.tools.ant.types.Path;
  [javadoc]  ^
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:62: 
error: cannot find symbol
  [javadoc] extends Task {
  [javadoc] ^
  [javadoc]   symbol: class Task
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:78: 
error: cannot find symbol
  [javadoc]   private final List defineParams;
  [javadoc]  ^
  [javadoc]   symbol:   class Parameter
  [javadoc]   location: class CompileTask
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:79: 
error: cannot find symbol
  [javadoc]   private final List externFileLists;
  [javadoc]  ^
  [javadoc]   symbol:   class FileList
  [javadoc]   location: class CompileTask
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:80: 
error: cannot find symbol
  [javadoc]   private final List sourceFileLists;
  [javadoc]  ^
  [javadoc]   symbol:   class FileList
  [javadoc]   location: class CompileTask
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:81: 
error: cannot find symbol
  [javadoc]   private final List sourcePaths;
  [javadoc]  ^
  [javadoc]   symbol:   class Path
  [javadoc]   location: class CompileTask
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:244: 
error: cannot find symbol
  [javadoc]   public void addExterns(FileList list) {
  [javadoc]  ^
  [javadoc]   symbol:   class FileList
  [javadoc]   location: class CompileTask
  [javadoc] 
/<>/src/com/google/javascript/jscomp/ant/CompileTask.java:263: 
error: cannot find symbol
  [javadoc]   public void 

Bug#1053016: cheshire-clojure: FTBFS with default Java 21

2023-09-26 Thread Vladimir Petko
Source: cheshire-clojure
Version: 5.11.0-2
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package cheshire-clojure ftbfs with default Java 21.
The relevant part of the build log:
---
Wrote /<>/debian/pom.xml
lein jar
Compiling 1 source files to /<>/target/classes
error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.
Compilation of Java sources(lein javac) failed.
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1042929: plasma-workspace: plasmashell becomes unresponsive for several minutes when a USB drive is plugged in

2023-09-26 Thread Patrick Franz
Hi Alex,

On Wed, 02 Aug 2023 21:12:46 -0400 Alex Krusemark 
 wrote:
> Package: plasma-workspace
> Version: 4:5.27.5-2+b2
> Severity: important
> X-Debbugs-Cc: akrusem...@posteo.net
> 
> Upon plugging in a USB flash drive to the computer, plasmashell (such
> as the panel, launcher, and krunner) freezes and become completely
> unresponsive for several minutes. During this time I can use programs
> in open windows and kwin continues working, but I cannot interact with
> plasma itself. After a few minutes, the new disk becomes available and
> plasmashell usually starts working again.
> 
> I am not sure whether the root cause is in plasmashell, udisks, or
> somewhere in between, but of course the shell is not expected to
> freeze while waiting on a background job.
> 
> While the shell is frozen, it logs this output:
> 
> kf.solid.backends.udisks2: Error getting props:
> "org.freedesktop.DBus.Error.NoReply" "Did not receive a reply.
> Possible causes include: the remote application did not send a reply,
> the message bus security policy blocked the reply, the reply timeout
> expired, or the network connection was broken." for "/org/freedesktop/
> UDisks2/block_devices/sdi" file:///usr/share/plasma/plasmoids/
> org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5:
> Unable to assign [undefined] to bool

Unfortunately, I cannot reproduce this. kglobalaccel used to cause CPU 
spikes when inserting a USB device, but this behaviour has become 
significantly better over the years and definitely doesn't freeze the 
plasmashell for several minutes anymore.

Can you monitor which application or process is maybe hogging your CPU 
when you plugin something ?

Otherwise, I could suggest that you file a bug upstream.


-- 
Med vänliga hälsningar

Patrick Franz



  1   2   3   4   5   6   >