4 Dec 2024 |
Artturin | Maybe need to separate headers from the ndk? | 01:41:46 |
Artturin | Dunno where else would you get pthread for android if it's different from normal | 01:42:24 |
Artturin | In reply to @alexfmpe:matrix.org ah the recursion happens when adding it to buildInputs no such thing on nativeBuildInputs but doesn't fix it either Because of strictDeps, you can try to cheat it with buildPackages.pthreadstubs in buildInputs if there's no hostPlatform diff | 01:43:45 |
| @mmlb:matrix.org left the room. | 02:44:03 |
| xin changed their display name from Xinyang Li to xin. | 15:45:05 |
5 Dec 2024 |
Alexandros Liarokapis | this shoulds very interesting, can you point me to anything to take a look at the changes? | 08:40:13 |
Alexandros Liarokapis | * this shoulds very interesting, can you point me to the changes? | 08:40:25 |
K900 | Anyone want a fun adventure | 08:40:52 |
K900 | Mesa 24.3 broke cross | 08:41:00 |
K900 | When the asahi driver is enabled | 08:41:05 |
K900 | It's very fixable | 08:42:33 |
K900 | You just need to do some pretty invasive surgery | 08:42:45 |
| Danny Gerhardt joined the room. | 09:58:05 |
Randy Eckenrode | In reply to @aliarokapis:matrix.org this shoulds very interesting, can you point me to the changes? https://github.com/NixOS/nixpkgs/pull/355532 https://github.com/NixOS/nixpkgs/pull/356162 https://github.com/NixOS/nixpkgs/pull/357633 | 12:03:00 |
Randy Eckenrode | Essentially, clang no longer varies based on target platform, so the same clang can be used when cross-compiling to different targets. The only thing that changes is the wrapper, which is trivial to rebuild. | 12:05:50 |
6 Dec 2024 |
Artturin | https://github.com/NixOS/nixpkgs/actions/runs/12191297897/job/34009986713?pr=341067 | 01:47:15 |
Artturin | https://github.com/NixOS/nixpkgs/blob/954e48a4e0f082dd7e428ebafd1325493236038b/pkgs/by-name/vi/virtual-ans/package.nix#L49 wtf!! | 01:47:27 |
Artturin | else abort "Unsupported platform: ${stdenv.hostPlatform.linuxArch}."; | 01:47:30 |
Artturin | abort?? | 01:47:34 |
Artturin | * abort instead of throw?? | 01:47:49 |
Artturin | Also check the various DONTDROP commits in https://github.com/NixOS/nixpkgs/pull/341067 | 01:49:03 |
Artturin | Errors on darwin exposed by https://github.com/NixOS/nixpkgs/pull/341067/commits/bd32adb9e8452e96f7dbb5ee0bebd96bab0ea320 | 01:49:23 |
| c-x-berger joined the room. | 05:32:54 |
szlend | is there a genuine use case for abort ? | 07:38:57 |
p14 | Respun https://github.com/NixOS/nixpkgs/pull/359967 as https://github.com/NixOS/nixpkgs/pull/362384 | 12:14:37 |
Artturin | In reply to @szlend:matrix.org is there a genuine use case for abort ? Yep, you can find abort uses in nixpkgs by grepping for abort " | 16:44:44 |
Artturin | Uses in lib/ , nixos/ , pkgs-lib, and update scripts should be okay | 16:50:51 |
Artturin | * Uses in lib/ , nixos/ , pkgs/pkgs-lib , and update scripts should be okay | 16:51:08 |
| Greg Hellings changed their display name from greg to Greg Hellings. | 19:31:56 |
| Niklas Förster (🌴 bis 03.01.) changed their display name from Niklas Förster to Niklas Förster (🌴 bis 03.01.). | 23:51:54 |