[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2019-02-21 Thread Tiago Stürmer Daitx
I verified that clojure1.8 version 1.8.0-7ubuntu1~18.04.1 autopkgtests
works as expected.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done-bionic

** Description changed:

- closure autopkgtest fails with openjdk-11 with the following message:
+ [Impact]
+ clojure1.8 fails to run.
+ 
+ clojure1.8 autopkgtest fails with openjdk-11 with the following message:
  
  autopkgtest [06:21:34]: test run-clojure:  - - - - - - - - - - stderr - - - - 
- - - - - -
  Exception in thread "main" java.lang.ExceptionInInitializerError
-   at clojure.main.(main.java:20)
+  at clojure.main.(main.java:20)
  Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: 
toArray, compiling:(clojure/gvec.clj:131:1)
-   at clojure.lang.Compiler.analyzeSeq(Compiler.java:6875)
-   at clojure.lang.Compiler.analyze(Compiler.java:6669)
-   at clojure.lang.Compiler.analyze(Compiler.java:6625)
-   at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6003)
-   at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6319)
-   at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868)
-   at clojure.lang.Compiler.analyze(Compiler.java:6669)
-   at clojure.lang.Compiler.analyze(Compiler.java:6625)
-   at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6005)
-   at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5380)
-   at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3972)
-   at clojure.lang.Compiler.analyzeSeq(Compiler.java:6866)
-   at clojure.lang.Compiler.analyze(Compiler.java:6669)
-   at clojure.lang.Compiler.eval(Compiler.java:6924)
-   at clojure.lang.Compiler.load(Compiler.java:7379)
-   at clojure.lang.RT.loadResourceScript(RT.java:372)
-   at clojure.lang.RT.loadResourceScript(RT.java:363)
-   at clojure.lang.RT.load(RT.java:453)
-   at clojure.lang.RT.load(RT.java:419)
-   at clojure.core$load$fn__1621.invoke(core.clj:5893)
-   at clojure.core$load.invokeStatic(core.clj:5892)
-   at clojure.core$load.doInvoke(core.clj:5876)
-   at clojure.lang.RestFn.invoke(RestFn.java:408)
-   at clojure.core$eval3106.invokeStatic(core.clj:6523)
-   at clojure.core$eval3106.invoke(core.clj:6523)
-   at clojure.lang.Compiler.eval(Compiler.java:6927)
-   at clojure.lang.Compiler.load(Compiler.java:7379)
-   at clojure.lang.RT.loadResourceScript(RT.java:372)
-   at clojure.lang.RT.loadResourceScript(RT.java:363)
-   at clojure.lang.RT.load(RT.java:453)
-   at clojure.lang.RT.load(RT.java:419)
-   at clojure.lang.RT.doInit(RT.java:461)
-   at clojure.lang.RT.(RT.java:331)
-   ... 1 more
+  at clojure.lang.Compiler.analyzeSeq(Compiler.java:6875)
+  at clojure.lang.Compiler.analyze(Compiler.java:6669)
+  at clojure.lang.Compiler.analyze(Compiler.java:6625)
+  at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6003)
+  at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6319)
+  at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868)
+  at clojure.lang.Compiler.analyze(Compiler.java:6669)
+  at clojure.lang.Compiler.analyze(Compiler.java:6625)
+  at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6005)
+  at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5380)
+  at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3972)
+  at clojure.lang.Compiler.analyzeSeq(Compiler.java:6866)
+  at clojure.lang.Compiler.analyze(Compiler.java:6669)
+  at clojure.lang.Compiler.eval(Compiler.java:6924)
+  at clojure.lang.Compiler.load(Compiler.java:7379)
+  at clojure.lang.RT.loadResourceScript(RT.java:372)
+  at clojure.lang.RT.loadResourceScript(RT.java:363)
+  at clojure.lang.RT.load(RT.java:453)
+  at clojure.lang.RT.load(RT.java:419)
+  at clojure.core$load$fn__1621.invoke(core.clj:5893)
+  at clojure.core$load.invokeStatic(core.clj:5892)
+  at clojure.core$load.doInvoke(core.clj:5876)
+  at clojure.lang.RestFn.invoke(RestFn.java:408)
+  at clojure.core$eval3106.invokeStatic(core.clj:6523)
+  at clojure.core$eval3106.invoke(core.clj:6523)
+  at clojure.lang.Compiler.eval(Compiler.java:6927)
+  at clojure.lang.Compiler.load(Compiler.java:7379)
+  at clojure.lang.RT.loadResourceScript(RT.java:372)
+  at clojure.lang.RT.loadResourceScript(RT.java:363)
+  at clojure.lang.RT.load(RT.java:453)
+  at clojure.lang.RT.load(RT.java:419)
+  at clojure.lang.RT.doInit(RT.java:461)
+  at clojure.lang.RT.(RT.java:331)
+  ... 1 more
  Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: 
toArray
-   at clojure.lang.Compiler$NewInstanceMethod.parse(Compiler.java:8206)
-   at clojure.lang.Compiler$NewInstanceExpr.build(Compiler.java:7798)
-   at 
clojure.lang.Compiler$NewInstanceExpr$DeftypeParser.parse(Compiler.java:7678)
-   at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868)
-   ... 33 more
+  at clojure.lang.Compiler$NewInstanceMethod.parse(Compiler.java:8206)
+  at 

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2019-02-21 Thread Łukasz Zemczak
Hello Tiago, or anyone else affected,

Accepted clojure1.8 into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/clojure1.8/1.8.0-7ubuntu1~18.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: clojure1.8 (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2018-11-07 Thread Bug Watch Updater
** Changed in: clojure1.8 (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2018-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package clojure1.8 - 1.8.0-7ubuntu1

---
clojure1.8 (1.8.0-7ubuntu1) cosmic; urgency=medium

  * debian/patches/03-add-toarray-hint-type-68d8b83138437c18.patch:
Add hint type to toArray method to resolve ambiguity introduced by
JDK 11. (LP: #1796985).

 -- Tiago Stürmer Daitx   Wed, 10 Oct 2018
16:47:36 +

** Changed in: clojure1.8 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2018-10-10 Thread Tiago Stürmer Daitx
** Bug watch added: Debian Bug tracker #910773
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910773

** Also affects: clojure1.8 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910773
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2018-10-10 Thread Steve Langasek
** Changed in: clojure1.8 (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: clojure1.8 (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796985] Re: clojure autopkgtest fails to run with openjdk-11

2018-10-10 Thread Tiago Stürmer Daitx
debdiff with a upstream fix [1] for clojure1.8

[1]
https://github.com/clojure/clojure/commit/68d8b83138437c18f1d5cf9ba46c056aa2701d23

** Summary changed:

- clojure fails to run with openjdk-11
+ clojure autopkgtest fails to run with openjdk-11

** Patch added: "clojure1.8_1.8.0-7_debdiff_1.8.0-7ubuntu1.patch"
   
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+attachment/5199652/+files/clojure1.8_1.8.0-7_debdiff_1.8.0-7ubuntu1.patch

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796985

Title:
  clojure autopkgtest fails to run with openjdk-11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clojure1.8/+bug/1796985/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs