Your message dated Sat, 17 Nov 2018 17:34:11 +0000
with message-id <e1go4tz-000fpl...@fasolo.debian.org>
and subject line Bug#912261: fixed in clojure 1.9.0-6
has caused the Debian Bug report #912261,
regarding clojure: FTBFS with Java 11 due to overloaded Collection.toArray() 
method
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.)


-- 
912261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: clojure
Version: 1.9.0-5
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/clojure.html

...
compile-clojure:
     [java] Exception in thread "main" java.lang.ExceptionInInitializerError
     [java]     at clojure.lang.Compile.<clinit>(Compile.java:29)
     [java] Caused by: java.lang.IllegalArgumentException: Must hint overloaded 
method: toArray, compiling:(clojure/gvec.clj:131:1)
     [java]     at clojure.lang.Compiler.analyzeSeq(Compiler.java:7010)
     [java]     at clojure.lang.Compiler.analyze(Compiler.java:6773)
     [java]     at clojure.lang.Compiler.analyze(Compiler.java:6729)
     [java]     at 
clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6102)
     [java]     at 
clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6420)
     [java]     at clojure.lang.Compiler.analyzeSeq(Compiler.java:7003)
     [java]     at clojure.lang.Compiler.analyze(Compiler.java:6773)
     [java]     at clojure.lang.Compiler.analyze(Compiler.java:6729)
     [java]     at 
clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6104)
     [java]     at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5460)
     [java]     at clojure.lang.Compiler$FnExpr.parse(Compiler.java:4022)
     [java]     at clojure.lang.Compiler.analyzeSeq(Compiler.java:7001)
     [java]     at clojure.lang.Compiler.analyze(Compiler.java:6773)
     [java]     at clojure.lang.Compiler.eval(Compiler.java:7059)
     [java]     at clojure.lang.Compiler.load(Compiler.java:7514)
     [java]     at clojure.lang.RT.loadResourceScript(RT.java:379)
     [java]     at clojure.lang.RT.loadResourceScript(RT.java:370)
     [java]     at clojure.lang.RT.load(RT.java:460)
     [java]     at clojure.lang.RT.load(RT.java:426)
     [java]     at clojure.core$load$fn__1725.invoke(core.clj:6046)
     [java]     at clojure.core$load.invokeStatic(core.clj:6045)
     [java]     at clojure.core$load.doInvoke(core.clj:6029)
     [java]     at clojure.lang.RestFn.invoke(RestFn.java:408)
     [java]     at clojure.core$eval3444.invokeStatic(core.clj:6689)
     [java]     at clojure.core$eval3444.invoke(core.clj:6689)
     [java]     at clojure.lang.Compiler.eval(Compiler.java:7062)
     [java]     at clojure.lang.Compiler.load(Compiler.java:7514)
     [java]     at clojure.lang.RT.loadResourceScript(RT.java:379)
     [java]     at clojure.lang.RT.loadResourceScript(RT.java:370)
     [java]     at clojure.lang.RT.load(RT.java:460)
     [java]     at clojure.lang.RT.load(RT.java:426)
     [java]     at clojure.lang.RT.doInit(RT.java:468)
     [java]     at clojure.lang.RT.<clinit>(RT.java:336)
     [java]     ... 1 more
     [java] Caused by: java.lang.IllegalArgumentException: Must hint overloaded 
method: toArray
     [java]     at 
clojure.lang.Compiler$NewInstanceMethod.parse(Compiler.java:8375)
     [java]     at 
clojure.lang.Compiler$NewInstanceExpr.build(Compiler.java:7937)
     [java]     at 
clojure.lang.Compiler$NewInstanceExpr$DeftypeParser.parse(Compiler.java:7813)
     [java]     at clojure.lang.Compiler.analyzeSeq(Compiler.java:7003)
     [java]     ... 33 more

BUILD FAILED
/build/1st/clojure-1.9.0/build.xml:52: Java returned: 1

Total time: 12 seconds
dh_auto_build: ant -Duser.name debian jar returned exit code 1
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2

--- End Message ---
--- Begin Message ---
Source: clojure
Source-Version: 1.9.0-6

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

Debian distribution maintenance software
pp.
Elana Hashman <ehash...@debian.org> (supplier of updated 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, 17 Nov 2018 11:57:38 -0500
Source: clojure
Binary: clojure libclojure-java
Architecture: source
Version: 1.9.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Clojure Maintainers 
<pkg-clojure-maintain...@lists.alioth.debian.org>
Changed-By: Elana Hashman <ehash...@debian.org>
Description:
 clojure    - Lisp dialect for the JVM
 libclojure-java - Lisp dialect for the JVM (library)
Closes: 912261
Changes:
 clojure (1.9.0-6) unstable; urgency=medium
 .
   * Patch for compatibility with JDK 11 (Closes: #912261)
   * Hack for jh_classpath which seems to have stopped working.
Checksums-Sha1:
 a73da843801bff77b41aa7ed98e3b8fdddf44e74 2220 clojure_1.9.0-6.dsc
 afe6ecf0d3ae920e9c25367d5984744490ba54de 13812 clojure_1.9.0-6.debian.tar.xz
 ef71b068abf426524f28d608ad9be924c91993b8 12560 clojure_1.9.0-6_source.buildinfo
Checksums-Sha256:
 8c6aa2a76d6043de92267032b59f74e0a2c6a6592725d447b6cd4f727df2b5b9 2220 
clojure_1.9.0-6.dsc
 b152c9bcff9ddb625d03b633148ed4c482b495b484e66d6b299d6a4c9ecff09b 13812 
clojure_1.9.0-6.debian.tar.xz
 b768b4e4c9f786211dacfcbeef9d0a39a943fe314ca4f6324843c4f060e3c089 12560 
clojure_1.9.0-6_source.buildinfo
Files:
 f55775967350ba1bde7a57b0ab600dbe 2220 devel optional clojure_1.9.0-6.dsc
 d8492fe0841b8013743aa5e0c25dd649 13812 devel optional 
clojure_1.9.0-6.debian.tar.xz
 b28cd2a4c4c70b8de2e2a8a290ccd387 12560 devel optional 
clojure_1.9.0-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJb8EtdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RDBCMTc3NUUyNjI2REQ4OTlEMjBCRURE
RUNBMEM5RDMwRUQ5RkUzAAoJEN7KDJ0w7Z/jYwEQAJ9R3r2vk6OgUuNaqynT33ko
WA1zF5b4smFUKvgcbM07zAfmlFH0RAPlVkhrlBV35UaTv93kQGOkDTih7rW/LHOY
q/fj2F0T/TovvwiaEmGhCCweOTE3vaIroirDP3jA5LFdnlTq4UnfjXEoOrAtI/kK
WJDjBx1u3Xy8JirY7qg5Xt1FwMPxa/R2FLiMlNq0XI2zjVLYNVFR6Lt7ZrF4KE+d
B9iBiwG90dtTm7/jA2CpmRIXyO9L5VIO/qzdT7m3k1INPEnr7eRb4Wbuy0pbtYLd
hlMEMPkp/+zotBe7dYbM85IVn5fQvSyeiS284/hbTywfYNtLD7rZ2p7ZT93/uIYl
M6As0Kr01iy8nn/cCjWNbv4scTCeF0k+IHQWsQAo7KgwIPklwHCFPWAKkX/WpSIk
YPpTuy0OQRmH7jwC7A6EpRo4pz3rxkAufCE2ZC00v7AoGSNVfmSzd/aLDfD9yMfq
zxmNjua6Hbfn5OXBT43qlVypElLnrxUi/zo8NUX0wN9J4BYhzbY1GUzZ9rSmjaJs
Zp/+iNmXtGND89b87UZcPp1BGEeB1q9X2dpeB8nf7jswQQBQq+bRDh0YJM7jYlUQ
SvHV46BvlBnFJgjclMObSoKxjHWHsXRnJsqCM+DS766mHvaCrYgR0EIOQtP/m0h6
ffDIGyB3RPzGrdUKkZoS
=7Zo7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to