| 19 Nov 2022 |
cole-h | In reply to @winterqt:nixos.dev anyone happen to know what's up with this? https://github.com/NixOS/nixpkgs/pull/200470#issuecomment-1320975891 https://gist.github.com/GrahamcOfBorg/2f2b4480ab6870c9024c5b6e54272836
open-stage-control is only supported on Linux: https://github.com/NixOS/nixpkgs/blob/ecbaaf10b8b614d28d5a6aedbf6fe172c2d9b946/pkgs/applications/audio/open-stage-control/default.nix#L84 | 21:49:19 |
| 20 Nov 2022 |
K900 | Something kind of annoying I've been noticing lately: ofborg way overestimates the amount of rebuilds for Qt/KF5 changes: https://github.com/NixOS/nixpkgs/pull/202019 | 09:25:16 |
K900 | * Something kind of annoying I've been noticing lately: ofborg way overestimates the amount of rebuilds for Qt/KF5 changes like: https://github.com/NixOS/nixpkgs/pull/202019 | 09:25:20 |
K900 | Because it's counting all the stuff built with older Qt that's actually marked broken | 09:25:48 |
K900 | And the real number of rebuilds is like below 500 | 09:25:54 |
| omlet left the room. | 09:32:39 |
Artturin | In reply to @k900:0upti.me Something kind of annoying I've been noticing lately: ofborg way overestimates the amount of rebuilds for Qt/KF5 changes like: https://github.com/NixOS/nixpkgs/pull/202019 It doesn't happen with python38Packages packages so look into that https://gist.github.com/GrahamcOfBorg/a062c01a653b883f3c6aa8667b5e8127 | 10:25:19 |
Artturin | The latest 2 python versions are built | 10:25:34 |
K900 | I think it might be not recurseForDerivations | 10:25:51 |
K900 | Maybe we should just do the same to the old Qt versions | 10:26:01 |
| 24 Nov 2022 |
sterni | in principle ofborg should ignore broken stuff unless it evaluates with allowBroken = true since the eval errors get hidden in nix-env | 23:16:14 |
sterni | the passed config should be easy to check in the source, don't know for sure of the top of my head | 23:16:26 |
| 25 Nov 2022 |
| raphi changed their profile picture. | 19:41:52 |
Artturin | cole-h: it's weekend again so a reminder ping https://github.com/NixOS/ofborg/pull/624 | 21:08:16 |
cole-h | That'll probably have to wait until next week -- I've got a decent amount of work to contribute to on my senior project, a midterm, and then finals in a couple weeks. But I'll definitely make a note so I don't forget -- thanks for the reminder. | 21:13:55 |
cole-h | Tentatively planning for next Saturday morning (Pacific) | 21:14:59 |
| 26 Nov 2022 |
| ahmed changed their display name from rh to ahmed. | 19:19:31 |
| 29 Nov 2022 |
Sandro 🐧 | Why is this PR which triggers a new eval error for the package showing 0 rebuilds and no error what so ever?
https://github.com/NixOS/nixpkgs/pull/203260 | 16:06:50 |
Artturin | $ nix build ".#python3Packages.modeled"
error: zetup-0.2.64 not supported for interpreter python3.10
(use '--show-trace' to show detailed location information)
| 16:13:10 |
Artturin | perhaps it's caused by the same thing as https://github.com/NixOS/ofborg/issues/610 | 16:13:32 |
Sandro 🐧 | In reply to @artturin:matrix.org
$ nix build ".#python3Packages.modeled"
error: zetup-0.2.64 not supported for interpreter python3.10
(use '--show-trace' to show detailed location information)
also the input I requested to change is undefined | 16:20:00 |
Sandro 🐧 | In reply to @artturin:matrix.org perhaps it's caused by the same thing as https://github.com/NixOS/ofborg/issues/610 I also got jinxed by this 2 days ago with an existing package | 16:20:14 |
Sandro 🐧 | Also python3Packages is still not building. Didn't someone try to fix that already? | 16:21:44 |
Artturin | In reply to @sandro:supersandro.de Also python3Packages is still not building. Didn't someone try to fix that already? yeah me | 16:28:51 |
Artturin | https://github.com/NixOS/nixpkgs/pull/166029 | 16:28:54 |
Artturin | but this introduces more attrs | 16:29:09 |
Artturin | we could also do something like this https://github.com/Artturin/ofborg/commit/5fcea25bc6e213ae2f91dda95b3ad6e813bd1a28 | 16:30:45 |
Sandro 🐧 | In reply to @artturin:matrix.org but this introduces more attrs so we would boost the rebuild count artificially? | 16:35:30 |
Artturin | yeah | 16:35:41 |
Artturin | better now but still needs refinement https://github.com/NixOS/ofborg/compare/released...Artturin:ofborg:buildpython3packages | 17:36:11 |