Bug#1057528: ognl: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: ognl Version: 2.7.3-7 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package ognl ftbfs with default Java 21. The relevant part of the build log: --- dh build --with maven-repo-helper dh_update_autotools_con

Bug#1057529: opencensus-java: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: opencensus-java Version: 0.24.0+ds-1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package opencensus-java ftbfs with default Java 21. The relevant part of the build log: --- All input files are considered out

Bug#1057531: openjfx: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: openjfx Version: 11.0.11+1-3.1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package openjfx ftbfs with default Java 21. The relevant part of the build log: --- Up-to-date check for task ':graphics:compileJava

Bug#1057532: procyon: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: procyon Version: 0.6.0-1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package procyon ftbfs with default Java 21. The relevant part of the build log: --- ... com.strobel.decompiler.ThirdPartyTests > testUnbo

Bug#1057533: qpid-proton-j-extensions: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: qpid-proton-j-extensions Version: 1.2.4-1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package qpid-proton-j-extensions ftbfs with default Java 21. The relevant part of the build log: --- [WARNING] COMPILATIO

Bug#1057534: sonic: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: sonic Version: 0.2.0-12 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package sonic ftbfs with default Java 21. The relevant part of the build log: --- make[1]: Entering directory '/<>' [ -L sonic ] || ln -s .

Bug#1057536: tiles-autotag: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: tiles-autotag Version: 1.2-4 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package tiles-autotag ftbfs with default Java 21. The relevant part of the build log: --- [INFO] -

Bug#1057537: vdjtools: FTBFS with default Java 21

2023-12-05 Thread Vladimir Petko
Source: vdjtools Version: 1.2.1+git20190311+repack-1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package vdjtools ftbfs with default Java 21. The relevant part of the build log: --- Compiling with JDK Java compiler

Bug#1057538: lombok: java.lang.NoSuchFieldError - exception when building with Java 21 default

2023-12-05 Thread Vladimir Petko
Source: lombok Version: 1.18.24-1 Severity: important User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainer, When building lombok-ast with default Java 21 the following exception in lombok has occured casing the failure to build. templateProcessor: [compile:mkdir] Creat

Bug#1057518: libgoby-java: FTBFS with default Java 21

2023-12-26 Thread Vladimir Petko
Hi, I apologise for the late reply. The issue is most likely caused by an attempt to mock a sealed class in libgoby-java sources[1]. I will try to prepare a PR to address the issue. Best Regards, Vladimir. [1] https://github.com/easymock/easymock/issues/442

Bug#1057518: libgoby-java: FTBFS with default Java 21

2024-01-03 Thread Vladimir Petko
Vladimir Petko wrote: > Hi, > > I apologise for the late reply. The issue is most likely caused by an > attempt to mock a sealed class in libgoby-java sources[1]. I will try to > prepare a PR to address the issue. > > Best Regards, > Vladimir. > > [1] https://github.com/easymock/easymock/issues/442 >

Bug#1064724: yapet: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2024-03-20 Thread Vladimir Petko
Hi, This issue appears to be caused by the openssl fix[1]. Best Regards, Vladimir. [1] https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363

Bug#1064724: yapet: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2024-03-21 Thread Vladimir Petko
ts + Blowfish tests fail with openssl 3.1.5-1. Disable failing tests. + The failure may be related to the fix for + https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363. +Author: Vladimir Petko +Bug: https://github.com/RafaelOstertag/yapet/issues/26 +Bug-Debian: https://bugs.debian.org/10

Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-24 Thread Vladimir Petko
Package: mapserver Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch Dear Maintainer, The package failed to build in Ubuntu noble on armhf: -- /<>/mapshape.c: In function ‘msShapefileOpenHandle’: /<>/mapshape.c:1755:3: error: implicit de

Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-24 Thread Vladimir Petko
, Vladimir. On Mon, 25 Mar 2024 at 18:27, Sebastiaan Couwenberg wrote: > > Control: tags -1 upstream moreinfo > > On 3/25/24 3:39 AM, Vladimir Petko wrote: > > In Ubuntu, the attached patch was applied to achieve the following: > >* d/rules: define -D_BSD_SOURCE to ens

Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-25 Thread Vladimir Petko
Hi, strlcpy and strlcat were introduced in glibc 2.38[1]. At the moment Ubuntu noble has 2.39 and Debian unstable - 2.37. The issue will become relevant for Debian once glibc 2.38 is introduced to unstable. Best Regards, Vladimir. [1] https://sourceware.org/pipermail/libc-alpha/2023-July/15

Bug#1067661: condor: unable to install condor on armhf in Ubuntu

2024-03-25 Thread Vladimir Petko
Package: condor Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch Dear Maintainer, The package d/control file hardcodes dependencies to libssl, libscitokens0 and libvomsapi1v5 that were renamed to t64 suffix due to the time_t transition.

Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-25 Thread Vladimir Petko
ar 25, 2024 at 9:57 PM Sebastiaan Couwenberg wrote: > > On 3/25/24 9:25 AM, Vladimir Petko wrote: > > strlcpy and strlcat were introduced in glibc 2.38[1]. At the moment > > Ubuntu noble has 2.39 and Debian unstable - 2.37. > > Can you try the attached patch which patc

Bug#1067787: linbox: buffer overrun in BlasMatrixApplyDomain::apply

2024-03-26 Thread Vladimir Petko
Source: linbox Version: 1.7.0-3 Severity: normal Dear Maintainer, When building with _FORTIFY_SOURCE=3, a buffer overrun is detected in BlasMatrixApplyDomain::apply, a buffer is overrun by 1 byte. See[1][2] [1] https://github.com/linbox-team/linbox/issues/304 [2] https://bugs.launchpad.net/ubun

Bug#1067787: Additional Information

2024-03-26 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/math-team/linbox/-/merge_requests/1

Bug#1067829: Additional information

2024-04-01 Thread Vladimir Petko
. [1] https://bugzilla.kernel.org/show_bug.cgi?id=218540 [2] https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/nfs-utils/1:2.6.4-3ubuntu4/nfs-utils_2.6.4-3ubuntu4.debian.tar.xz Description: cast to a type with a known size to ensure sprintf works Author: Vladimir Petko Bug: https

Bug#1066291: Additional information

2024-04-03 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/debian/gimp-plugin-registry/-/merge_requests/2

Bug#1066239: gnome-system-tools: FTBFS: shares-tool.c:113:17: error: implicit declaration of function ‘table_add_share’ [-Werror=implicit-function-declaration]

2024-04-03 Thread Vladimir Petko
ers and declarations to resolve -Werror=implicit-function-declaration. +Author: Vladimir Petko +Bug-Ubuntu: https://bugs.launchpad.net/debian/+source/gnome-system-tools/+bug/2060165 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066239 +Forwarded: no +Last-Update: 2024-04-04 + +--- a/sr

Bug#1068437: plantuml fails to run due to recent changes to openjdk dependencies in build environment

2024-04-05 Thread Vladimir Petko
Package: plantuml Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch Dear Maintainer, openjdk-*-jre-headless packages now recommend fontmanager dependencies, not depend on them. This breaks plantuml, because the binary package depends on

Bug#1068437: plantuml fails to run due to recent changes to openjdk dependencies in build environment

2024-04-05 Thread Vladimir Petko
Hi, Thank you for the fast response The dependencies are : libcups2t64, libfontconfig1, libfreetype6 (>= 2.3.5), libharfbuzz0b (>= 1.2.6). Specifying them directly might introduce an issue with backports due to the t64 library dependency. Best Regards, Vladimir.

Bug#1071976: jtreg7: openjdk-11 test failures due to the unsupported class version in jtreg7 components

2024-05-26 Thread Vladimir Petko
Source: jtreg7 Version: 7.3.1+1-2 Severity: normal Dear Maintainer, A number of openjdk-11 jdk tests fail with the following exception (e.g. test/jdk/java/lang/invoke/BigArityTest.java): java.util.ServiceConfigurationError: org.junit.platform.launcher.TestExecutionListener: Provider org.junit.

Bug#1071976: jtreg7: openjdk-11 test failures due to the unsupported class version in jtreg7 components

2024-05-26 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/java-team/jtreg7/-/merge_requests/4

Bug#945092: Security: tcpxtract crash (heap-buffer-overflow) on Buster/Stretch/Jessie

2024-04-23 Thread Vladimir Petko
ambiguity in the configuration grammar - enable verbose error reporting to be able to see the failing token - explicitly match '(', ')' and ',' tokens - require comments to be single line Author: Vladimir Petko Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+sou

Bug#1068629: jtreg7: please vendor jtreg7 dependencies to avoid the backporting overhead

2024-05-02 Thread Vladimir Petko
. On Thu, May 2, 2024 at 8:39 PM Emmanuel Bourg wrote: > > Hi Vladimir > > On Mon, 08 Apr 2024 20:38:45 +1200 Vladimir Petko wrote: > > > jtreg7 depends on newer versions of the Java packages such as junit4, > > junit5, > > hamcrest, etc. Updating them in the st

Bug#1068629: jtreg7: please vendor jtreg7 dependencies to avoid the backporting overhead

2024-04-08 Thread Vladimir Petko
Source: jtreg7 Version: 7.3.1+1-1 Severity: wishlist Dear Maintainer, jtreg7 depends on newer versions of the Java packages such as junit4, junit5, hamcrest, etc. Updating them in the stable releases will require significant effort. Vendoring the dependencies introduces a pattern of packaging th

Bug#1068629: testng7 backport for bullseye needed for latest Java LTS releases

2024-04-08 Thread Vladimir Petko
Hi, I have realized that I have not submitted the bug report for this issue, so the decision to try vendoring dependencies for JTREG is not visible anywhere. Starting from the April OpenJDK release, JTREG 7.3 will be used for openjdk-11 and up, which will require having it in Buster and up. In U

Bug#1068791: iraf-fitsutil: fgread and fgwrite utilities crash with segmentatin fault

2024-04-10 Thread Vladimir Petko
time_t to represent timestamps + Due to time_t migration, sizeof(time_t) != sizeof(long) on armhf. + Use time_t type to represent timestamps in fgwrite/fgread. + This is safe to do, because the timestamps are stored in the string + format in the input/output file. +Author: Vladimir Petko +Origin:

Bug#1068999: plantuml: Fontconfig head is null, check your fonts or fonts configuration when running plantuml

2024-04-14 Thread Vladimir Petko
Source: plantuml Version: 1:1.2020.2+ds-4 Severity: important Dear Maintainer, When running plantuml in a chroot I am getting the following exception: $plantuml Exception in thread "main" java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration at java

Bug#1065799: ncrack: FTBFS on arm{el,hf}: configure: error: *** compiler cannot create working executables, check config.log ***

2024-04-14 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/pkg-security-team/ncrack/-/merge_requests/2

Bug#1066536: additional information

2024-04-14 Thread Vladimir Petko
Dear Maintainers, This issue is resolved upstream[1]. Would it be possible to consider releasing a new version, or applying the attached patch? Best Regards, Vladimir. [1] https://github.com/resurrecting-open-source-projects/sniffit/commit/df0221e95527e9f935b583da5d922c4d3e63d749 From: Sam Jam

Bug#1066355: spotlighter: FTBFS: spotlighter.c:105:3: error: implicit declaration of function ‘on_window_screen_changed’ [-Werror=implicit-function-declaration]

2024-04-14 Thread Vladimir Petko
eclaration + Add callback declaration to resolve -Werror=implicit-function-declaration. +Author: Vladimir Petko +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066355 +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/spotlighter/+bug/2061331 +Forwarded: no +Last-Update: 2024-0

Bug#1069003: visualvm: please update to visualvm 2.1.8 to support Java 21 and 22

2024-04-14 Thread Vladimir Petko
Source: visualvm Version: 2.1.6-1 Severity: wishlist Dear Maintainer, Would it be possible to package visualvm 2.1.8 to enable support of Java 21 and 22? Best Regards, Vladimir. -- System Information: Debian Release: trixie/sid APT prefers mantic-updates APT policy: (500, 'mantic-updates'

Bug#1069015: libnb-platform18-java is unable to set security manager with default Java 21

2024-04-14 Thread Vladimir Petko
Source: libnb-platform18-java Version: 12.1-2 Severity: important User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, When preparing an upgrade to VisualVM 2.1.8 I encountered the following exception: -- $visualvm java.lang.UnsupportedOperationException: The Security Ma

Bug#1069015: additional information

2024-04-14 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/java-team/libnb-platform-java/-/merge_requests/1#9c96da0e9f91d7d8937b69b524702c106258f0d1

Bug#1069255: libheif: please consider using aom as the preferred plugin and demoting x265 to suggests

2024-04-18 Thread Vladimir Petko
Package: libheif Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch Dear Maintainer, According to[1], the MIR work was prioritized on aom packages, and due to x265 nack and plans to replace it with kvazaar, it was demoted to Suggests. In

Bug#1068629: testng7 backport for bullseye needed for latest Java LTS releases

2024-04-18 Thread Vladimir Petko
Hi, Sorry for the misleading statement: openjdk-11 will add the jtreg7 requirement in the next (July) release[1] not in April. Best Regards, Vladimir. [1] https://github.com/openjdk/jdk11u-dev/blob/583477f96f58a2608ced8bf75bdc7670dc24d180/test/jdk/TEST.ROOT#L65

Bug#945092: Security: tcpxtract crash (heap-buffer-overflow) on Buster/Stretch/Jessie

2024-04-21 Thread Vladimir Petko
Dear Maintainers, It seems that the crash was caused by the uninitialized pointer 'srch_machine'. The code checks it for NULL before initializing it properly. Since the pointer was not initialized to NULL occasionally the initialization did not happen and the code tried to access uninitialized mem

Bug#1073856: libnb-platform18-java: Unable to install visualvm plugins: VisualVM-Coherence, VisualVM-JFR Streaming

2024-06-19 Thread Vladimir Petko
Source: libnb-platform18-java Version: 12.1-3 Severity: wishlist Dear Maintainer, Following visualvm plugins are uninstallable: - VisualVM-Coherence: this plug-in provides a GUI to allow developers to view information about a running Coherence Cluster. - VisualVM-JFR Streaming: support for Java

Bug#1073856: libnb-platform18-java: Unable to install visualvm plugins: VisualVM-Coherence, VisualVM-JFR Streaming

2024-06-19 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that partially addresses this issue? After uploading new netbeans, visualvm will need the attached patch to build against Netbeans platform 19. Best Regards, Vladimir. [1] https://salsa.debian.org/java-team/libnb-platfor

Bug#1032446: Subject: rust-brotli-decompressor: rust-brotli-decompressor:@ autopackage test fails due to the compile error

2023-03-06 Thread Vladimir Petko
Source: rust-brotli-decompressor Version: 2.3.2-1 Severity: important X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainers, Debian testing contains rust-alloc-stdlib 0.2.1[1]. rust-brotli-decompressor 2.3.2-1 [2] does not pass autopackage tests with it[3] due to the compilation failure in

Bug#1032449: sparse: support building sparse with LLVM 15

2023-03-06 Thread Vladimir Petko
alls, update test to remove typed pointers. Author: Vladimir Petko Bug: https://bugzilla.kernel.org/show_bug.cgi?id=217153 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/sparse/+bug/2009524 Forwarded: yes Last-Update: 2023-03-07 --- This patch header follows DEP-3: http://dep.debian.net/dep

Bug#1032446: rust-brotli-decompressor: rust-brotli-decompressor:@ autopackage test fails due to the compile error

2023-03-07 Thread Vladimir Petko
Hi, Thank you very much Best Regards, Vladimir. On Tue, Mar 7, 2023 at 5:57 PM Peter Green wrote: > > retitle 1032446 rust-brotli fails to build with std and unsafe features > enabled together > thanks > > > > > Would it be possible to consider addressing the compilation errors or > > t

Bug#1032481: rlottie: FTBS on ppc64el

2023-03-07 Thread Vladimir Petko
Package: rlottie Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lunar ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, rlottie package failed to build from source on ppcl64el with the following error: /<>/src/vector/vcowptr.h:52

Bug#1032532: libthread-pool: fails to compile on 32bit platforms

2023-03-08 Thread Vladimir Petko
() comparison + size_t is defined in an architecture-specific way. Construct size_t from int to avoid + the type mismatch error. +Author: Vladimir Petko +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/2009537 +Last-Update: 2023-03-08 +--- a/include/thread_pool/thread_pool.hpp

Bug#1032555: nvda2speechd fails to build due to the external network access

2023-03-08 Thread Vladimir Petko
Package: nvda2speechd Severity: wishlist X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, the package currently fails to build in Ubuntu due to external network access: --riscv-- warning: spurious network error (2 tries remaining): failed to resolve address

Bug#1032481: additional information

2023-03-08 Thread Vladimir Petko
Dear Maintainers, It appears that error is reproducible with `-O3` switch on the amd64 platform. Best Regards, Vladimir.

Bug#1023748: proposed patch

2023-03-13 Thread Vladimir Petko
Dear Maintainers, Attached is a patch that builds upon the minimal change approach proposed by Thorsten Glaser [1]. Summary of changes: - remove JRE dependency from ca-certificates-java - rely on a trigger being called after postinstall script execution - require openjdk-jre-X-headless to tr

Bug#1032981: ITP: jtreg7 -- Regression Test Harness for the OpenJDK platform

2023-03-15 Thread Vladimir Petko
Package: wnpp Severity: wishlist Owner: Debian Java team X-Debbugs-Cc: debian-de...@lists.debian.org, pkg-java-maintain...@lists.alioth.debian.org * Package name: jtreg7 Version : 7.1.1+1 Upstream Author : Oracle and/or its affiliates * URL : https://openjdk.org/jtreg/

Bug#1031521: Additional Information

2023-06-27 Thread Vladimir Petko
In Java 8 the build system supplied a mapfile which set the symbol version for JAWT_GetAWT[1]. It is no longer the case for Java 11+ due to JDK-8200178[2]. If the native library was linked against Java 8 (e.g. lwjgl 2.x) then it would be linking against the versioned symbol. The assertion in the lo

Bug#1040264: ant: Please support Java 21

2023-07-03 Thread Vladimir Petko
Package: ant Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Java 21 no longer supports release level 7 and requires a minimul level of 8. The attached patch updates debian/p

Bug#1040270: plexus-compiler: Please support Java 21

2023-07-03 Thread Vladimir Petko
Package: plexus-compiler Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Java 21 no longer supports release level 7. The attached patch changes auto- adjust-language-level.pa

Bug#1040270: Additional information

2023-07-04 Thread Vladimir Petko
I have made an alternative patch, this one looks better and does not contain a bug that results in a warning if target level "1.7" is supplied instead of "7". Description: Adjust the source/target level automatically for building with recent JDKs Author: Emmanuel Bourg Forwarded: not-needed --- a/

Bug#1040374: maven-javadoc-plugin: Please support Java 21

2023-07-04 Thread Vladimir Petko
Package: maven-javadoc-plugin Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Java 21 no longer supports release level 7. The attached patch updates auto- adjust-language-lev

Bug#1040512: javatools: Please support Java 21

2023-07-06 Thread Vladimir Petko
Package: javatools Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Java 21 retires release level 7 and requires release level 8. This patch allows to set release level to 8 i

Bug#1030890: libwebm: Provide additional headers to alllow building aom with the system libwebm

2023-02-08 Thread Vladimir Petko
Package: libwebm Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lunar ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, In order to build aom using the system libwebm, aom needs access to /mkvparser/* and /mkvmuxer/* headers. In

Bug#1030891: aom: Use system libwebm instead of the bundled one

2023-02-08 Thread Vladimir Petko
Package: aom Version: aom Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lunar ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Package aom currently builds with the bundled libwebm located in the `third_party` directory. This b

Bug#1031198: cryptsetup: autopkgtests fail on Ubuntu

2023-02-12 Thread Vladimir Petko
Package: cryptsetup Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lunar ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Would it be possible to consider integrating some of the Ubuntu changes related to autopkgtest fixes: - Use

Bug#1030890: libwebm: Provide additional headers to alllow building aom with the system libwebm

2023-02-13 Thread Vladimir Petko
uss/c/7ztiZTH8xBA/m/ahIbZOIiN3gJ [2] https://github.com/microsoft/vcpkg/commit/b11941140ce64dd4ccefec44fed6a7719ba3aaf5 On Sun, Feb 12, 2023 at 9:49 PM Sebastian Ramacher wrote: > > Control: tags -1 moreinfo > > Hi Vladimir > > On 2023-02-09 08:37:06 +1300, Vladimir Petko wrot

Bug#1023748: ca-certificates-java: postinst script fails with OpenJDK 20: Error loading java.security file

2022-12-09 Thread Vladimir Petko
Dear Maintainer, This bug is also present in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1998697 This particular issue is caused by https://github.com/openjdk/jdk/commit/1f9ff413126fb68e07b8fc1f36dd3cb17093a484 There is a change in behaviour: previously accessing

Bug#1026329: bouncycastle breaks pgpainless autopkgtest: premature end of stream

2023-01-05 Thread Vladimir Petko
Dear Maintainer, Would it be possible to include a fix for this issue as a patch to bouncycastle source? I have cherry-picked commits that fixed https://github.com/bcgit/bc-java/issues/1251 into the patch, applied it, rebuilt bouncycastle and verified that pgpainless builds and tests successfull

Bug#1028366: ITP: asmtools-java -- Java library for the production of proper and improper Java '.class' files

2023-01-09 Thread Vladimir Petko
Package: wnpp Severity: wishlist Owner: Debian Java team X-Debbugs-Cc: debian-de...@lists.debian.org, pkg-java-maintain...@lists.alioth.debian.org * Package name: libasmtools-java Version : 7.0-b09 Upstream Author : Leonid Kuskov and others * URL : https://github.com/o

Bug#1032096: Additional information

2023-03-29 Thread Vladimir Petko
Dear Maintainer, The patch was merged upstream. Would it be possible to update the package? Thank you very much! Best Regards, Vladimir.

Bug#1028991: junit5: junit-jupiter-api.jar manifest contains invalid classpath

2023-01-15 Thread Vladimir Petko
Source: junit5 Version: 5.9.1-1 Severity: normal Dear Maintainer, junit5-5.9.1/debian/junit5.manifest contains a typo: it references /usr/share/java/junit-commons-platform.jar instead of /usr/share/java/junit- platform-commons.jar. This generates compile warnings when /usr/share/java/junit-jupit

Bug#1050944: debhelper-compat level

2023-09-03 Thread Vladimir Petko
in the jtreg6 README.source as to why we want to stay > with debhelper 11. > > Thanks! > tony > > [1] > https://salsa.debian.org/java-team/gradle-debian-helper/-/commit/9417606c1ffaed9571045cb055f80350783c0555 > [2] https://lists.debian.org/debian-java/2021/05/msg00012.html &

Bug#1052214: libde265: Please add autopkgtest to libde265 package

2023-09-18 Thread Vladimir Petko
Source: libde265 Version: 1.0.11-1 Severity: wishlist X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, libde265 lacks autopkgtests preventing it from being included in the main pocket in Ubuntu[1]. Would it be possible to consider a merge proposal[2] that adds a basic smoke test for t

Bug#1031853: sra-sdk: Unsatisfied dependency in libngs-java on any platform other than arm64 and amd64

2023-02-24 Thread Vladimir Petko
Package: sra-sdk Version: 3.0.3+dfsg-4 Severity: normal X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, The latest version of the package limits native architectures to amd64 and arm64, but leaves Java part Architecture: all, causing failures such as [1]. Would it be possible to limit

Bug#1031853: additional information

2023-02-24 Thread Vladimir Petko
Dear Maintainers, Additionally it causes a failure to install for the dependent packages: chromhmm[1] and beagle[2]. [1] https://ci.debian.net/packages/c/chromhmm/ [2] https://ci.debian.net/packages/b/beagle/

Bug#1032034: beagle: broken package on non arm64/amd64 architectures

2023-02-26 Thread Vladimir Petko
Source: beagle X-Debbugs-Cc: vladimir.pe...@canonical.com Version: 220722-1 Severity: normal Dear Maintainer, When installing beagle package on non amd64/arm64 architecture, the following error is generated: $sudo apt install beagle Reading package lists... Done Building dependency tree... Done

Bug#1032036: chromhmm: broken package on non arm64/amd64 architectures

2023-02-26 Thread Vladimir Petko
Source: chromhmm X-Debbugs-Cc: vladimir.pe...@canonical.com Version: 1.24+dfsg-1 Severity: normal $sudo apt install chromhmm Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested

Bug#1032096: jsurf-alggeo: Autopkgtest failure on armel

2023-02-27 Thread Vladimir Petko
Source: jsurf-alggeo Version: 0.4.1+ds-3 Severity: normal X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, The package fails make-TestJSurf test due to the race condition de.mfo.jsurf.test.TestJSurf creates a SwingWorker, waits 100 milliseconds, attempts to cancel rendering tasks in st

Bug#1034392: Acknowledgement (tomcat9: jstack/jcmd broken for non-root users with tomcat9+jdk11 or greater)

2023-04-19 Thread Vladimir Petko
Hi, Oh, thank you for providing a patch for a quite annoying bug Would it be possible to add a header to the patch, so that it is possible to see where it came from and why, e.g. ---cut-- D

Bug#1041282: jtreg6 - okay to upload upstream version 6.2+1?

2023-08-20 Thread Vladimir Petko
Hi, Upgrading to 6.2 does not introduce any jtreg regressions in openjdk-11 and -17. Best Regards, Vladimir. On Sat, Aug 19, 2023 at 7:06 AM tony mancill wrote: > > On Wed, Aug 16, 2023 at 09:28:39AM +1200, Vladimir Petko wrote: > > Hi, > > > > The build.xml

Bug#1041282: jtreg6 - okay to upload upstream version 6.2+1?

2023-08-20 Thread Vladimir Petko
mancill wrote: > > On Mon, Aug 21, 2023 at 09:49:01AM +1200, Vladimir Petko wrote: > > Hi, > > > > Upgrading to 6.2 does not introduce any jtreg regressions in > > openjdk-11 and -17. > > Hi Vladimir, > > Thank you for your response. The upload is ready, but

Bug#1050944: Additional information

2023-09-01 Thread Vladimir Petko
Hi, The debhelper-compat was intentionally set to >=11 in order to support backports. Best Regards, Vladimir.

Bug#1050944: debhelper-compat level

2023-09-02 Thread Vladimir Petko
/SecurityTeam/FAQ#How_are_the_.22-updates.22_and_.22-security.22_pockets_different.3F On Sun, Sep 3, 2023 at 5:41 AM tony mancill wrote: > > Hi Matthias, > > On Fri, Sep 01, 2023 at 07:19:15AM -0700, tony mancill wrote: > > On Fri, Sep 01, 2023 at 07:04:05PM +1200, Vladimir Petko wrote: &g

Bug#1052330: comment about the attached hs_err log files

2023-10-31 Thread Vladimir Petko
Hi, I apologise for the late reply. I have tried to reproduce the issue but had no luck so far. I wonder if it would be possible to provide a sample project and a list of plugins installed to reproduce the crash. Or produce a core dump by adding -XX:+CreateCoredumpOnCrash in eclipse.ini and enab

Bug#1053340: openjdk-17-jdk says 'A fatal error has been detected by the Java Runtime Environment'

2023-10-31 Thread Vladimir Petko
Hi, The crash appears to be originating from Defensics itself, I do not have access to the software unfortunately to be sure about it. Would it be possible to examine the core dump and check the stack trace? Best Regards, Vladimir.

Bug#1053546: zict: test_stress_different_keys_threadsafe hangs when run on a single core

2023-10-05 Thread Vladimir Petko
Package: zict Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, test_stress_different_keys_threadsafe hangs in autopkgtest on ppc64el. This issue was fixed upstream[1] and add

Bug#1053731: atop crashes with a floating point exception when atopaccdt service fails

2023-10-09 Thread Vladimir Petko
Package: atop Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, When the atopacctd service crashes, it may leave a 0-length shadow file. atopacctd() routine tries to read it an

Bug#1053732: nix: please add needs-internet and flaky to the nix autopkgtests restrictions

2023-10-09 Thread Vladimir Petko
Package: nix Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: vladimir.pe...@canonical.com Dear Maintainer, Nix autopkgtests nix-env, nix-shell require internet access and may fail when the remote server is not available.

Bug#1049860: Additional information

2023-10-16 Thread Vladimir Petko
This failure is a rare ftbfs that occurs due to the test race condition. I have tried to reproduce it, but could not get it to happen reliably. Keeping the bug open.

Bug#1041282: jtreg6: Please add jtreg6 depenedencies to allow openjdk -11, -17 jtreg tests to pass

2023-07-16 Thread Vladimir Petko
ide path to asmtools.jar + A number of hotspot tests use java asmtools. Provide path to asmtools.jar +Author: Vladimir Petko +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/jtreg6/+bug/2015011 +Last-Update: 2023-04-03 +--- a/make/bui

Bug#1040629: Additional information

2023-07-18 Thread Vladimir Petko
I have encountered the same error when running tests locally, but only seen it once and could not reproduce it. But when running a test against against pillow 10.0.0-1 the following error occurs[1] == FAIL: test_process_apk (__ma

Bug#1040629: Additional information

2023-07-19 Thread Vladimir Petko
The original failure could be due to the network issue, as the tests attempt to access the internet.

Bug#1041282: Additional information

2023-08-15 Thread Vladimir Petko
Hi, The build.xml is not supported by the upstream, so I have updated the patch to include rule changes to use the provided Makefile[1]. Changes: * Use Makefile to build jtreg (LP: #2031041). - Use --release option in Makefile compile options. - d/p/*: drop build.xml patches. - d/c

Bug#1036065: jtreg6: errors in jasm tests despite libasmtools-java installed

2023-05-14 Thread Vladimir Petko
ux 6.2.0-20-generic (SMP w/32 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_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 commit 2360ee1532ced475

Bug#1036066: jtreg6: missing hamcrest.jar in com.sun.javatest.regtest.tool.Tool classpath

2023-05-14 Thread Vladimir Petko
(via /run/systemd/system) LSM: AppArmor: enabled commit eaa6c6c99745d3620c7532c76c7c882388bcc54c Author: Vladimir Petko Date: Mon May 15 08:46:44 2023 +1200 missing hamcrest.jar diff --git a/debian/jtreg6.links b/debian/jtreg6.links index 9693cd1..0fa18f9 100644 --- a/debian/jtreg6.links +++

Bug#1030129: Additional information

2023-06-19 Thread Vladimir Petko
Would it be possible to consider a temporary fix[1] until all relevant openjdk packages are updated? [1] https://salsa.debian.org/java-team/ca-certificates-java/-/merge_requests/8

Bug#1065522: android-platform-external-nist-sip: FTBFS with default Java 21

2024-03-05 Thread Vladimir Petko
Source: android-platform-external-nist-sip Version: 9.0.0+r35-1.1 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package android-platform-external-nist-sip ftbfs with default Java 21. The relevant part of the build log: --

Bug#1061025: Additional information

2024-03-06 Thread Vladimir Petko
Dear Maintainers, I am wondering if the acceptable fix for this failure would be disabling slf4j backend in commons-logging? This will break circular dependency and allow projects that use commons-logging and slf4j to build. I have created a MR with the patch[1]. Best Regards, Vladimir. [1] h

Bug#1065455: additional information

2024-03-06 Thread Vladimir Petko
Dear Maintainers, I have mistakenly submitted it as a Java 21 issue as it seems to be caused by commons-compress 1.25. Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/java-team/libapache-poi-java/-/merge_reques

Bug#1065449: trapperkeeper-webserver-jetty9-clojure: FTBFS with default Java 21

2024-03-06 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/clojure-team/trapperkeeper-webserver-jetty9-clojure/-/merge_requests/1

Bug#1058331: android-platform-tools-base: additional information

2024-03-07 Thread Vladimir Petko
platform-tools-base-2.2.2/debian/patches/bouncycastle177-compat.patch 2024-03-06 13:16:37.0 +1300 @@ -0,0 +1,57 @@ +Description: bouncycastle 1.77 compatibility patch + Remove usages of DerOutputStream that is no longer public. +Author: Vladimir Petko +Bug-Ubuntu: https://bugs.laun

Bug#1064676: additional information

2024-03-07 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a merge request[1] that addresses this issue? Best Regards, Vladimir. [1] https://salsa.debian.org/android-tools-team/android-platform-tools-apksig/-/merge_requests/6

Bug#1065646: igv fails to build from source due to tests trying to access the internet

2024-03-07 Thread Vladimir Petko
Source: igv Version: 2.17.1+dfsg-1 Severity: normal Dear Maintainer, Tests fail when building the package with the following exceptions[1]: org.broad.igv.sam.mods.BaseModificationCountsTest > incrementCounts2 FAILED java.net.UnknownHostException: dl.dropboxusercontent.com org.broad.igv.util

<    1   2   3   4   5   >