14 Sep 2025 |
emily | so it's hard to know how to fix it | 20:43:01 |
emily | it may be that we can just teach bootstrap about GO_LDSO_FOR_… and have it all work properly | 20:43:13 |
emily | BOOT_GO_LDFLAGS=-I<path to other interpreter> may also do it | 20:43:29 |
emily | K900: does something in KDE somehow depend on mariadb_106 ? afaict it's the only version we package that doesn't already have CMake fixed but you added a -D for it. | 20:51:36 |
emily | and I see no references to it in tree | 20:51:44 |
emily | I guess I'll backport the patch for that version | 20:52:16 |
emily | wait no that has it too. | 20:55:30 |
emily | so i'm baffled | 20:55:31 |
emily | Lun: wonderful news: I am about to do something that rebuilds ROCm | 21:36:38 |
Lun | 10k more corehours to burn woohoo | 21:37:13 |
Lun | do you need a review run? | 21:37:20 |
emily | it's bumping the msgpack library through like 5 years | 21:38:45 |
emily | so probably you should at least look at it | 21:38:49 |
emily | because ^ | 21:38:58 |
Lun | welp, want to bet on whether tensile depends on it being horrifyingly out of date? | 21:39:26 |
emily | uh. which side of the bet are you taking | 21:40:29 |
Lun | needs out of date | 21:40:54 |
Lun | * welp, want to bet on whether tensile depends on it being horrifyingly out of date? /j | 21:41:28 |
emily | this seems like it compounds my potential losses in a situation I already feel very pessimistic about | 21:41:53 |
Lun | if it is I'm happy to patch + try to upstream a fix | 21:44:56 |
emily | https://github.com/NixOS/nixpkgs/pull/443007 | 21:48:55 |
emily | this isn't the first time I've found the same package twice in Nixpkgs | 21:50:21 |
Lun | predictably:
Checking runtime dependencies for tensile-4.43.0-py3-none-any.whl┃ > - msgpack not installed | 21:54:10 |
emily | wait | 21:54:18 |
emily | well that's a Python dependency | 21:54:21 |
emily | probably I screwed up and replaced python3Packages.msgpack | 21:54:36 |
emily | oh so tensile is in Python 3 scoped callPackage | 21:55:07 |
emily | but other modules want the C++ lib. I think. uhh can you tell me which ones I got wrong | 21:55:26 |
emily | rocblas apparently wants both… | 21:55:43 |
emily | pushed a fix for tensile at least | 21:56:42 |