| 1 Aug 2025 |
msgilligan | It's giving the error:
- Attribute `pkgs.gradle_9-unwrapped` is a new top-level package using `pkgs.callPackage ... { /* ... */ }`.
Please define it in pkgs/by-name/gr/gradle_9-unwrapped/package.nix instead.
Is it possible to get an exception to that "discouraged pattern" in a case like this? If not, what's the best way to resolve the issue?
| 19:46:44 |
Tomodachi94 (they/them) | https://github.com/NixOS/nixpkgs/issues/358845#issuecomment-3145383158
| 19:55:12 |
Tomodachi94 (they/them) |  Download IMG_3716.webp | 19:55:13 |
Tomodachi94 (they/them) | Corretto uses Gradle 7, which might be problematic. I can't remember how much of a challenge a patch would be | 20:01:15 |
Tomodachi94 (they/them) | * Corretto uses Gradle 7, which might be problematic. I do remember looking at it's source, but I can't remember how much of a challenge a patch would be | 20:02:09 |
Tomodachi94 (they/them) | I'll take another look later, I'm not home right now | 20:04:48 |
Tomodachi94 (they/them) | scenic-view and keyspersecond are some low-hanging fruit if anyone wants to fetchpatch the patches linked in the tracking issues | 20:06:10 |
Tomodachi94 (they/them) | scenic-view, keyspersecond, and marytts are some low-hanging fruit if anyone wants to fetchpatch the patches linked in the tracking issues | 20:07:10 |
Tomodachi94 (they/them) | Not sure. Maybe someone in the #Nixpkgs / NixOS contributions would know? | 20:12:06 |
msgilligan | Good news from Debian about Java 25: https://lists.debian.org/debian-java/2025/07/msg00000.html | 20:30:57 |
msgilligan |
I have performed a rebuild of Java-dependent packages and submitted the resulting FTBFS bugs for the Java 25 default. There are significantly fewer issues (39) compared to the Java 21 migration (146).
| 20:31:10 |
| 2 Aug 2025 |
Tomodachi94 (they/them) | If anyone else does end up tackling these, happy to review. Also happy to merge if at least one other person says it looks good to them | 00:10:14 |
msgilligan | My talk Cypherpunk Java with Nix was accepted for https://nix.vegas ! | 00:49:36 |
msgilligan | I'm gonna have to demo Java 25 🤞 | 00:50:11 |
| @sorimaxuki:matrix.org joined the room. | 01:13:10 |
| @sorimaxuki:matrix.org left the room. | 01:22:53 |
| dish [Fox/It/She] left the room. | 03:38:30 |
Tomodachi94 (they/them) | Awesome!! | 04:23:27 |
msgilligan | PR 425621 (zulu24: 24.0.1 -> 24.0.2) is ready-for-reveiew | 20:14:05 |
msgilligan | * PR 425621 (zulu24: 24.0.1 -> 24.0.2) is ready-for-review | 20:14:44 |
| 3 Aug 2025 |
msgilligan | I'm also working on a PR for graalvm-oracle_25-ea and having some trouble with the libonnxruntime.so.1 dependency. Resolving these kind of issues is (currently) over my head, so if anyone has any suggestions I' | 06:03:47 |
msgilligan | * I'm also working on a PR for graalvm-oracle_25-ea and having some trouble with the libonnxruntime.so.1 dependency. Resolving these kind of issues is (currently) over my head, so if anyone has any suggestions I'd be happy to hear them.
https://github.com/NixOS/nixpkgs/pull/430508
| 06:04:08 |
msgilligan | I've set up the https://github.com/nixpkgs-jdk-ea organization with a fork of nixpkgs that people can use a a flake URL to run EA JDKs, so if you want to try to run GraalVM you can use:
NIXPKGS_ALLOW_UNFREE=1 nix shell --impure github:nixpkgs-jdk-ea/nixpkgs#graalvmPackages.graalvm-oracle_25-ea
and that should display the libonnxruntime error.
| 06:08:00 |
msgilligan | * I've set up the https://github.com/nixpkgs-jdk-ea organization with a fork of nixpkgs that people can use a a flake URL to run EA JDKs, so if you want to try to run GraalVM you can use:
NIXPKGS_ALLOW_UNFREE=1 nix shell --impure github:nixpkgs-jdk-ea/nixpkgs?ref=msgilligan/graalvm-oracle-25ea#graalvmPackages.graalvm-oracle_25-ea
and that should display the libonnxruntime error.
| 06:08:52 |
| @softmoonworld:matrix.org left the room. | 15:56:35 |
msgilligan | Update using autoPatchelfIgnoreMissingDeps = [ "*" ]; seems to fix the problem, but obviously that's only a workaround. I should also do more testing and analysis of the graalvm-oracle_24 PR by @farnoy that mine is based on: https://github.com/NixOS/nixpkgs/pull/423224 | 18:07:02 |
msgilligan | * Update: using autoPatchelfIgnoreMissingDeps = [ "*" ]; seems to fix the problem, but obviously that's only a workaround. I should also do more testing and analysis of the graalvm-oracle_24 PR by @farnoy that mine is based on: https://github.com/NixOS/nixpkgs/pull/423224 | 19:01:58 |
| 5 Aug 2025 |
| xanderio joined the room. | 07:30:24 |
xanderio | I'm trying to update dependency-track, but i'm running into the maven error https://gist.github.com/xanderio/243f5ddf825c30bfd6d8939dc62e14e3
Anyone see this before? | 07:31:38 |
| @etehtsea:matrix.org left the room. | 17:26:44 |