Your message dated Sat, 07 Jan 2023 21:27:55 +0000
with message-id <e1pegjl-002sp6...@fasolo.debian.org>
and subject line Bug#1026649: fixed in ssl-utils-clojure 3.3.0-2
has caused the Debian Bug report #1026649,
regarding ssl-utils-clojure: FTBFS: make[1]: *** [debian/rules:17: 
override_dh_auto_build] Error 1
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.)


-- 
1026649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ssl-utils-clojure
Version: 3.3.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> lein pom debian/pom.xml
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> java.lang.Exception: Error loading /<<PKGBUILDDIR>>/project.clj
>  at leiningen.core.project$read_raw$fn__7638.invoke (project.clj:1046)
>     leiningen.core.project$read_raw.invokeStatic (project.clj:1040)
>     leiningen.core.project$read_raw.invoke (project.clj:1036)
>     leiningen.core.project$read.invokeStatic (project.clj:1057)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.project$read.invokeStatic (project.clj:1058)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.main$_main$fn__7024.invoke (main.clj:447)
>     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 compiling at 
> (/<<PKGBUILDDIR>>/project.clj:8:1).
> #:clojure.error{:phase :compile-syntax-check, :line 8, :column 1, :source 
> "/<<PKGBUILDDIR>>/project.clj"}
>  at clojure.lang.Compiler.load (Compiler.java:7652)
>     clojure.lang.Compiler.loadFile (Compiler.java:7578)
>     clojure.lang.RT$3.invoke (RT.java:327)
>     leiningen.core.project$read_raw$fn__7638.invoke (project.clj:1044)
>     leiningen.core.project$read_raw.invokeStatic (project.clj:1040)
>     leiningen.core.project$read_raw.invoke (project.clj:1036)
>     leiningen.core.project$read.invokeStatic (project.clj:1057)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.project$read.invokeStatic (project.clj:1058)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.main$_main$fn__7024.invoke (main.clj:447)
>     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 or 11.
> {:major "17", :minor nil}
>  at leiningen.core.project$eval658.invokeStatic (project.clj:59)
>     leiningen.core.project$eval658.invoke (project.clj:8)
>     clojure.lang.Compiler.eval (Compiler.java:7181)
>     clojure.lang.Compiler.load (Compiler.java:7640)
>     clojure.lang.Compiler.loadFile (Compiler.java:7578)
>     clojure.lang.RT$3.invoke (RT.java:327)
>     leiningen.core.project$read_raw$fn__7638.invoke (project.clj:1044)
>     leiningen.core.project$read_raw.invokeStatic (project.clj:1040)
>     leiningen.core.project$read_raw.invoke (project.clj:1036)
>     leiningen.core.project$read.invokeStatic (project.clj:1057)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.project$read.invokeStatic (project.clj:1058)
>     leiningen.core.project$read.invoke (project.clj:1054)
>     leiningen.core.main$_main$fn__7024.invoke (main.clj:447)
>     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:17: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/ssl-utils-clojure_3.3.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ssl-utils-clojure
Source-Version: 3.3.0-2
Done: Louis-Philippe Véronneau <po...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ssl-utils-clojure, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Louis-Philippe Véronneau <po...@debian.org> (supplier of updated 
ssl-utils-clojure 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: SHA512

Format: 1.8
Date: Sat, 07 Jan 2023 15:38:30 -0500
Source: ssl-utils-clojure
Architecture: source
Version: 3.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Clojure Maintainers <team+cloj...@tracker.debian.org>
Changed-By: Louis-Philippe Véronneau <po...@debian.org>
Closes: 1026649
Changes:
 ssl-utils-clojure (3.3.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/patches: remove Java version restriction. (Closes: #1026649)
Checksums-Sha1:
 cae1db42a182795300b5349ccbec2ae5483791df 1820 ssl-utils-clojure_3.3.0-2.dsc
 12fc7c3009d044a9d53836a8d8c5d6c9ffb8b75c 4468 
ssl-utils-clojure_3.3.0-2.debian.tar.xz
 057b2248902ddbb6fc4e202309e174983b85fc73 12997 
ssl-utils-clojure_3.3.0-2_amd64.buildinfo
Checksums-Sha256:
 3dbe0f45b1989fed6a90ba28baa273497c01e92c30a61aa5df6c58f20d3c683e 1820 
ssl-utils-clojure_3.3.0-2.dsc
 41c1349e7406f9f8d657f5c0695873489855612056a4f5d5fe8c584c04f86681 4468 
ssl-utils-clojure_3.3.0-2.debian.tar.xz
 c2c4e861de341927202ae63ff188757db781f4706fe1dfec41c1f791cdedf0d3 12997 
ssl-utils-clojure_3.3.0-2_amd64.buildinfo
Files:
 8f4b6c06fd061a4e0d973824ed4fcd90 1820 java optional 
ssl-utils-clojure_3.3.0-2.dsc
 f9646ef62851ed86416a39e2669154d7 4468 java optional 
ssl-utils-clojure_3.3.0-2.debian.tar.xz
 aa06813e8e31095fafe2bf551a8e3fbc 12997 java optional 
ssl-utils-clojure_3.3.0-2_amd64.buildinfo

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

iHUEARYKAB0WIQTKp0AHB6gWsCAvw830JXpQshz6hQUCY7naTQAKCRD0JXpQshz6
hdBLAP9Vpf6XXQ2ZNWTgTLuYrNx8091dxtmmQ2nns4QZRfYGrAD/b3FrY7FiAR/6
siMTkJW0xdFKjrnEZJTawpdquk9bEw4=
=+PkJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to