3 Feb 2025 |
| Lorenz Leutgeb changed their display name from Lorenz Leutgeb 📞6343 to Lorenz Leutgeb. | 08:53:22 |
| SomeoneSerge (UTC+U[-12,12]) changed their display name from SomeoneSerge (Bruxelles) to SomeoneSerge (Gand St. Pieters). | 13:40:23 |
4 Feb 2025 |
samasaur | I'm reaching the limit of my Nix-fu on this PR. I ran a nixpkgs-review run, which gave me a list of broken packages. Then I fed them into hydra-check to eliminate those that were already broken even though they weren't marked broken. But I'm left with a very long list of packages that allegedly were broken by my PR, even though when I test packages from that list locally they don't build before or after the PR | 06:33:31 |
samasaur | is there some strategy I'm missing to track down which packages, if any, were actually broken by this PR? | 06:33:53 |
FliegendeWurst | In reply to @samasaur:matrix.org I'm reaching the limit of my Nix-fu on this PR. I ran a nixpkgs-review run, which gave me a list of broken packages. Then I fed them into hydra-check to eliminate those that were already broken even though they weren't marked broken. But I'm left with a very long list of packages that allegedly were broken by my PR, even though when I test packages from that list locally they don't build before or after the PR By "before your PR", do you mean current master? Or the commit you branched off from master (potentially much older)? | 06:37:26 |
samasaur | well FWIW I did just rebase two days ago so the difference isn't going to be all that much | 06:42:34 |
samasaur | when I said "when I test packages from that list locally they don't build before or after the PR" I meant building locally on the tip of my PR vs on the commit I branched off of master | 06:42:56 |
samasaur | for example I tested gama and it failed to build locally both on the tip of my PR and on the commit I branched off of master, but I know that it built on hydra because when I originally tried to build it locally on the branch-off commit it downloaded from cache.nixos.org and I had to pass --check to nix-build to get it to actually try building (where it then failed) | 06:44:20 |
samasaur | obviously hydra-check is checking unstable, which I believe is neither current master nor my branch-off commit | 06:45:57 |
FliegendeWurst | In reply to @samasaur:matrix.org for example I tested gama and it failed to build locally both on the tip of my PR and on the commit I branched off of master, but I know that it built on hydra because when I originally tried to build it locally on the branch-off commit it downloaded from cache.nixos.org and I had to pass --check to nix-build to get it to actually try building (where it then failed) Then you most likely found a bug in the gama package. If it built on Hydra it should also build locally. (given enough RAM, disk, etc.) | 07:09:10 |
FliegendeWurst | I'd say you can ignore the nixpkgs-review result then | 07:09:39 |
samasaur | I didn't try all the packages but I'm happy with that conclusion. I didn't see anything in nixpkgs that relied on the old output layout of the JDKs, so I really would be surprised if anything broke | 20:52:50 |
6 Feb 2025 |
| Robert Sliwinski joined the room. | 09:00:48 |
| Alice joined the room. | 09:18:15 |
raboof | if I'd like to test a project with a Java 24 EA JDK on NixOS, what would be the recommended approach? | 11:31:40 |
raboof | (a project that's not in nixpkgs itself, for now) | 11:32:12 |
| SomeoneSerge (UTC+U[-12,12]) changed their display name from SomeoneSerge (Gand St. Pieters) to SomeoneSerge (UTC+U[-12,12]). | 17:51:00 |
7 Feb 2025 |
nbathum | you could bring in your branch for #368598 as a local overlay | 22:20:58 |
| @terrorjack:matrix.terrorjack.com left the room. | 22:28:01 |
| terrorjack joined the room. | 22:45:10 |
8 Feb 2025 |
| terrorjack set a profile picture. | 02:24:23 |
| terrorjack removed their profile picture. | 02:24:59 |
raboof | right, that's what I'm doing for now. what would be the longer-term strategy though? merging (a variant of that PR), or making it easier to have out-of-tree derivations for JVMs? | 10:54:34 |
9 Feb 2025 |
| ollijh joined the room. | 09:52:52 |
15 Feb 2025 |
| BenjB83 joined the room. | 10:14:55 |
| BenjB83 changed their display name from BenjamÃn Buske to BenjB83. | 10:43:02 |
24 Feb 2025 |
| Silvio joined the room. | 01:06:16 |
Silvio | Hey 🙂 I'm trying to package https://github.com/p2-inc/keycloak-magic-link with the buildMavenPackage approach . While building the maven-deps I get an error ERROR_INJECTING_CONSTRUCTOR . Building inside a docker container with mvn clean install works fine though, so I don't think there is a bug in the application. I have absolutely no clue about Java and I'd really appreciate anything that would point me into the right direction. This is the derivation I came up with: https://github.com/Lykos153/nur-packages/pull/23/files . To reproduce: nix build github:lykos153/nur-packages?ref=pkgs/keycloak-magic-link#keycloak-magic-link | 01:29:18 |
6 Mar 2025 |
| msgilligan joined the room. | 23:18:38 |
19 Mar 2025 |
| @jkxyz:matrix.org left the room. | 16:18:03 |