[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-06 Thread Launchpad Bug Tracker
This bug was fixed in the package prismatic-schema-clojure -
1.2.0-5ubuntu1

---
prismatic-schema-clojure (1.2.0-5ubuntu1) oracular; urgency=medium

  * d/control: drop unused tools-nrepl-clojure (LP: #2072898).

 -- Vladimir Petko   Fri, 02 Aug 2024
08:35:43 +1200

** Changed in: prismatic-schema-clojure (Ubuntu)
   Status: In Progress => 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/2072898

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-06 Thread Vladimir Petko
** Changed in: tools-nrepl-clojure (Ubuntu)
   Status: In Progress => New

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-06 Thread Launchpad Bug Tracker
This bug was fixed in the package rbac-client-clojure - 1.1.5-2ubuntu1

---
rbac-client-clojure (1.1.5-2ubuntu1) oracular; urgency=medium

  * d/control: drop unused tools-nrepl-clojure (LP: #2072898).

 -- Vladimir Petko   Fri, 02 Aug 2024
08:52:41 +1200

** Changed in: rbac-client-clojure (Ubuntu)
   Status: In Progress => 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/2072898

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-04 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/prismatic-schema-clojure/+git/prismatic-schema-clojure/+merge/470601

** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/rbac-client-clojure/+git/rbac-client-clojure/+merge/470602

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-01 Thread Vladimir Petko
** Changed in: prismatic-schema-clojure (Ubuntu)
   Status: New => In Progress

** Changed in: rbac-client-clojure (Ubuntu)
   Status: New => In Progress

** Changed in: tools-nrepl-clojure (Ubuntu)
   Status: New => In Progress

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-01 Thread Vladimir Petko
** Description changed:

  The package fails to build from source with default Java 21 due to
  deprecation of Thread.stop().
  
  The package updated override_dh_build target, and now runs a test that 
invokes package's method that calls Thread.stop() causing a build timeout:
  
  #'user/all-tests
  (nil nil nil nil nil Testing with Clojure v1.11.2 on 21.0.4-ea
  nil nil nil nil nil)
  
  Testing clojure.tools.nrepl-test
  Jul 12, 2024 4:00:32 PM clojure.tools.logging$eval797$fn__800 invoke
  SEVERE: Unhandled REPL handler exception processing message {:id 
e6e57230-8158-4de5-99ba-65ba6dfdb99e, :op interrupt, :session 
49f718c0-b1ce-4629-a581-d050fd7bc399}
  java.lang.UnsupportedOperationException
   at java.base/java.lang.Thread.stop(Thread.java:1667)
   at 
clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__1397.invoke(interruptible_eval.clj:243)
   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
   at 
clojure.tools.nrepl.middleware.load_file$wrap_load_file$fn__1527.invoke(load_file.clj:79)
   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
   at 
clojure.tools.nrepl.middleware.session$add_stdin$fn__1483.invoke(session.clj:238)
   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
   at 
clojure.tools.nrepl.middleware.session$session$fn__1468.invoke(session.clj:192)
   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
   at 
clojure.tools.nrepl.middleware.pr_values$pr_values$fn__1312.invoke(pr_values.clj:22)
   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
   at clojure.tools.nrepl.server$handle_STAR_.invokeStatic(server.clj:19)
   at clojure.tools.nrepl.server$handle_STAR_.invoke(server.clj:16)
   at clojure.tools.nrepl.server$handle$fn__1542.invoke(server.clj:28)
   at clojure.core$binding_conveyor_fn$fn__5823.invoke(core.clj:2047)
   at clojure.lang.AFn.call(AFn.java:18)
   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
   at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
   at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
   at java.base/java.lang.Thread.run(Thread.java:1583)
  
  
  
- Usages of tools-nrepl-clojure can be replaced by nrepl-clojure[1] and
- the package can be removed from the archive.
+ Usages of tools-nrepl-clojure can be replaced by nrepl-clojure[1].
  
+ The reverse dependencies do not need tools-nrepl-clojure. 
+ After removing it from the reverese dependencies, the package can be removed 
from the archive.
  
  [1] https://github.com/nrepl/nrepl/issues/1

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-08-01 Thread Vladimir Petko
** Description changed:

  The package fails to build from source with default Java 21 due to
  deprecation of Thread.stop().
  
  The package updated override_dh_build target, and now runs a test that 
invokes package's method that calls Thread.stop() causing a build timeout:
  
  #'user/all-tests
  (nil nil nil nil nil Testing with Clojure v1.11.2 on 21.0.4-ea
  nil nil nil nil nil)
  
  Testing clojure.tools.nrepl-test
  Jul 12, 2024 4:00:32 PM clojure.tools.logging$eval797$fn__800 invoke
  SEVERE: Unhandled REPL handler exception processing message {:id 
e6e57230-8158-4de5-99ba-65ba6dfdb99e, :op interrupt, :session 
49f718c0-b1ce-4629-a581-d050fd7bc399}
  java.lang.UnsupportedOperationException
-   at java.base/java.lang.Thread.stop(Thread.java:1667)
-   at 
clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__1397.invoke(interruptible_eval.clj:243)
-   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
-   at 
clojure.tools.nrepl.middleware.load_file$wrap_load_file$fn__1527.invoke(load_file.clj:79)
-   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
-   at 
clojure.tools.nrepl.middleware.session$add_stdin$fn__1483.invoke(session.clj:238)
-   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
-   at 
clojure.tools.nrepl.middleware.session$session$fn__1468.invoke(session.clj:192)
-   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
-   at 
clojure.tools.nrepl.middleware.pr_values$pr_values$fn__1312.invoke(pr_values.clj:22)
-   at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
-   at clojure.tools.nrepl.server$handle_STAR_.invokeStatic(server.clj:19)
-   at clojure.tools.nrepl.server$handle_STAR_.invoke(server.clj:16)
-   at clojure.tools.nrepl.server$handle$fn__1542.invoke(server.clj:28)
-   at clojure.core$binding_conveyor_fn$fn__5823.invoke(core.clj:2047)
-   at clojure.lang.AFn.call(AFn.java:18)
-   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
-   at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
-   at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
-   at java.base/java.lang.Thread.run(Thread.java:1583)
+  at java.base/java.lang.Thread.stop(Thread.java:1667)
+  at 
clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__1397.invoke(interruptible_eval.clj:243)
+  at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
+  at 
clojure.tools.nrepl.middleware.load_file$wrap_load_file$fn__1527.invoke(load_file.clj:79)
+  at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
+  at 
clojure.tools.nrepl.middleware.session$add_stdin$fn__1483.invoke(session.clj:238)
+  at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
+  at 
clojure.tools.nrepl.middleware.session$session$fn__1468.invoke(session.clj:192)
+  at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
+  at 
clojure.tools.nrepl.middleware.pr_values$pr_values$fn__1312.invoke(pr_values.clj:22)
+  at 
clojure.tools.nrepl.middleware$wrap_conj_descriptor$fn__1113.invoke(middleware.clj:22)
+  at clojure.tools.nrepl.server$handle_STAR_.invokeStatic(server.clj:19)
+  at clojure.tools.nrepl.server$handle_STAR_.invoke(server.clj:16)
+  at clojure.tools.nrepl.server$handle$fn__1542.invoke(server.clj:28)
+  at clojure.core$binding_conveyor_fn$fn__5823.invoke(core.clj:2047)
+  at clojure.lang.AFn.call(AFn.java:18)
+  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
+  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
+  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
+  at java.base/java.lang.Thread.run(Thread.java:1583)
  
  
+ 
+ Usages of tools-nrepl-clojure can be replaced by nrepl-clojure[1] and
+ the package can be removed from the archive.
+ 
+ 
+ [1] https://github.com/nrepl/nrepl/issues/1

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-07-31 Thread Vladimir Petko
** Also affects: prismatic-schema-clojure (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: rbac-client-clojure (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prismatic-schema-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-07-12 Thread Bug Watch Updater
** Changed in: tools-nrepl-clojure (Debian)
   Status: Unknown => New

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tools-nrepl-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-07-12 Thread Vladimir Petko
** Bug watch added: Debian Bug tracker #1076189
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076189

** Also affects: tools-nrepl-clojure (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076189
   Importance: Unknown
   Status: Unknown

** Tags added: foundations-todo

** Tags added: fr-8311

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tools-nrepl-clojure/+bug/2072898/+subscriptions


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

[Bug 2072898] Re: tools-nrepl-clojure fail to build from source with Java 21

2024-07-11 Thread Vladimir Petko
Usage of Thread.stop is removed in 1.2 version of the package.

The package has following reverse build depends:
Reverse-Build-Depends
=
* prismatic-schema-clojure  (for libtools-nrepl-clojure)
* rbac-client-clojure   (for libtools-nrepl-clojure)


The package has no reverse depends.

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

Title:
  tools-nrepl-clojure fail to build from source with Java 21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tools-nrepl-clojure/+bug/2072898/+subscriptions


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