Your message dated Sun, 31 Mar 2024 21:10:09 +0000
with message-id <e1rr2rn-0083yo...@fasolo.debian.org>
and subject line Bug#1057678: fixed in puppetdb 8.4.1-1
has caused the Debian Bug report #1057678,
regarding puppetdb: FTBFS with default Java 21 due to the FIPS clause in 
project.clj
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1057678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: puppetdb
Version: 7.12.1-3
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21

Dear Maintainer,

The package fails to build with default Java 21 due to the :fips clause in
project.clj.

The relevant part of the build log:
-----
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
lein pom debian/pom.xml
puppetserver test dependency unconfigured (ignoring)
java.lang.Exception: Error loading /<<PKGBUILDDIR>>/project.clj
 at leiningen.core.project$read_raw$fn__8409.invoke (project.clj:1115)
    leiningen.core.project$read_raw.invokeStatic (project.clj:1109)
    leiningen.core.project$read_raw.invoke (project.clj:1105)
    leiningen.core.project$read.invokeStatic (project.clj:1126)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.project$read.invokeStatic (project.clj:1127)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.main$_main$fn__7764.invoke (main.clj:448)
    leiningen.core.main$_main.invokeStatic (main.clj:442)
    leiningen.core.main$_main.doInvoke (main.clj:439)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.core$apply.invokeStatic (core.clj:667)
    clojure.main$main_opt.invokeStatic (main.clj:514)
    clojure.main$main_opt.invoke (main.clj:510)
    clojure.main$main.invokeStatic (main.clj:664)
    clojure.main$main.doInvoke (main.clj:616)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.main.main (main.java:40)
Caused by: clojure.lang.Compiler$CompilerException: Syntax error macroexpanding
at (/<<PKGBUILDDIR>>/project.clj:139:1).
#:clojure.error{:phase :execution, :line 139, :column 1, :source
"/<<PKGBUILDDIR>>/project.clj"}
 at clojure.lang.Compiler.load (Compiler.java:7665)
    clojure.lang.Compiler.loadFile (Compiler.java:7591)
    clojure.lang.RT$3.invoke (RT.java:327)
    leiningen.core.project$read_raw$fn__8409.invoke (project.clj:1113)
    leiningen.core.project$read_raw.invokeStatic (project.clj:1109)
    leiningen.core.project$read_raw.invoke (project.clj:1105)
    leiningen.core.project$read.invokeStatic (project.clj:1126)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.project$read.invokeStatic (project.clj:1127)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.main$_main$fn__7764.invoke (main.clj:448)
    leiningen.core.main$_main.invokeStatic (main.clj:442)
    leiningen.core.main$_main.doInvoke (main.clj:439)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.core$apply.invokeStatic (core.clj:667)
    clojure.main$main_opt.invokeStatic (main.clj:514)
    clojure.main$main_opt.invoke (main.clj:510)
    clojure.main$main.invokeStatic (main.clj:664)
    clojure.main$main.doInvoke (main.clj:616)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.main.main (main.java:40)
Caused by: clojure.lang.ExceptionInfo: Unsupported major Java version. Expects
8, 11, or 17.
{:major 21, :minor 0}
 at leiningen.core.project$eval694.invokeStatic (project.clj:282)
    leiningen.core.project$eval694.invoke (project.clj:139)
    clojure.lang.Compiler.eval (Compiler.java:7194)
    clojure.lang.Compiler.load (Compiler.java:7653)
    clojure.lang.Compiler.loadFile (Compiler.java:7591)
    clojure.lang.RT$3.invoke (RT.java:327)
    leiningen.core.project$read_raw$fn__8409.invoke (project.clj:1113)
    leiningen.core.project$read_raw.invokeStatic (project.clj:1109)
    leiningen.core.project$read_raw.invoke (project.clj:1105)
    leiningen.core.project$read.invokeStatic (project.clj:1126)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.project$read.invokeStatic (project.clj:1127)
    leiningen.core.project$read.invoke (project.clj:1123)
    leiningen.core.main$_main$fn__7764.invoke (main.clj:448)
    leiningen.core.main$_main.invokeStatic (main.clj:442)
    leiningen.core.main$_main.doInvoke (main.clj:439)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.core$apply.invokeStatic (core.clj:667)
    clojure.main$main_opt.invokeStatic (main.clj:514)
    clojure.main$main_opt.invoke (main.clj:510)
    clojure.main$main.invokeStatic (main.clj:664)
    clojure.main$main.doInvoke (main.clj:616)
    clojure.lang.RestFn.applyTo (RestFn.java:137)
    clojure.lang.Var.applyTo (Var.java:705)
    clojure.main.main (main.java:40)
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

-----


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

Kernel: Linux 6.5.0-13-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

--- End Message ---
--- Begin Message ---
Source: puppetdb
Source-Version: 8.4.1-1
Done: Jérôme Charaoui <jer...@riseup.net>

We believe that the bug you reported is fixed in the latest version of
puppetdb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérôme Charaoui <jer...@riseup.net> (supplier of updated puppetdb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2024 15:00:20 -0400
Source: puppetdb
Architecture: source
Version: 8.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers 
<pkg-puppet-de...@lists.alioth.debian.org>
Changed-By: Jérôme Charaoui <jer...@riseup.net>
Closes: 1057678 1062330 1064677
Changes:
 puppetdb (8.4.1-1) unstable; urgency=medium
 .
   * New upstream version 8.4.1 (Closes: #1062330, #1064677)
   * d/control:
     + add lower/upper bounds to puppet dependency
     + update build dependencies
     + add new test dependencies
     + mark test.chuck build-dep as test-only
     + terminus add-on Enhances: puppetserver
   * d/patches:
     + refresh patches for new upstream version
     + add patch to downgrade to jetty9
     + skip new failing testcase
     + add patch to resolve ftbfs with java 21 (Closes: #1057678)
     + mark nrepl removal as not-needed upstream
   * d/tests:
     + adjust dependencies
     + switch to structured facts
     - drop host-core module from autopkgtest deps
Checksums-Sha1:
 237af9f44f76c94684eb440b78dfc1233045e8cf 3564 puppetdb_8.4.1-1.dsc
 08d2948af114047c9f59b4aff0dedeb06603044d 4058520 puppetdb_8.4.1.orig.tar.xz
 facd91215cfcf0e69f20939e9db9b5a4c744bace 23764 puppetdb_8.4.1-1.debian.tar.xz
 a877644dfba9a05d6468720d3179e4b71da5ead5 15862 puppetdb_8.4.1-1_amd64.buildinfo
Checksums-Sha256:
 fbd16a56369901514e1bfcefc73d6e605db9b8b3557cfb0ee70a3d1d45514de6 3564 
puppetdb_8.4.1-1.dsc
 49e01b7062f20689c1d98efdaf1aa0cf78508bc17e932126f2b2b3d3426fc572 4058520 
puppetdb_8.4.1.orig.tar.xz
 82c78061d0adba7cbfe1de0bc3b13242c99d5dd78f2ae5b62d3fd47b8ff0bca7 23764 
puppetdb_8.4.1-1.debian.tar.xz
 4a35f921501b2f7b5704b8ee5da3ba94cf21930437ff9020efdf08a95643400f 15862 
puppetdb_8.4.1-1_amd64.buildinfo
Files:
 ece28b7722fbfc289b6c60234c567b8c 3564 admin optional puppetdb_8.4.1-1.dsc
 06fffa742f21eb5573fd0f14fff2d47f 4058520 admin optional 
puppetdb_8.4.1.orig.tar.xz
 a5b426b6d8be7253ac34405267491b24 23764 admin optional 
puppetdb_8.4.1-1.debian.tar.xz
 4615c14432854487ff6ea552297176df 15862 admin optional 
puppetdb_8.4.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCZgm9iQAKCRBpxS9ljpiF
Qh18AQD6c7VO5gddqvRzaiCFhHpuH5kfB7S5ifi1V7gtSwn+VwD+JpO86K2FjI+o
Hd0/AwthjhqLTZsv9WCjszwRqcesFw8=
=LQDx
-----END PGP SIGNATURE-----

Attachment: pgpL7iSn8ZQTj.pgp
Description: PGP signature


--- End Message ---

Reply via email to