Poetry2nix | 331 Members | |
| https://github.com/nix-community/poetry2nix | 63 Servers |
| Sender | Message | Time |
|---|---|---|
| 25 Oct 2023 | ||
| Redacted or Malformed Event | 13:31:54 | |
| * Hmm. python3Packages.psutil builds on staging. | 13:31:59 | |
| It builds on master. aarch64-darwin builds on staging. I still need to build a few dependencies for x86_64-darwin. | 13:34:28 | |
| Hm, maybe we need to wait for nixos-unstable-small updates (or patch in whatever's on master ) | 13:36:12 | |
| * Hm, maybe we need to wait for nixos-unstable-small updates (or patch in whatever's on master) | 13:36:14 | |
| đŹ
| 13:37:06 | |
| The build finally finished, so I can also confirm that it builds on staging as well (both aarch64-darwin and x86_64-darwin). | 14:43:18 | |
| * The build finally finished, so I can also confirm that it builds on staging as well (both aarch64 and x86_64). | 14:43:33 | |
| * The build finally finished, so I can also confirm that psutil builds on staging (both aarch64 and x86_64). | 14:43:53 | |
| So I guess that means waiting for nixos-unstable-small to be updated, unless someone knows what to cherry pick to fix the issue | 14:43:55 | |
| Or, there's something else going on in poetry2nix... | 14:44:18 | |
| The override for psutil is just adding IOKit again. I donât know how that could cause problems. They both should be using the same SDK version (nixpkgs and poetry2nixâs overrides). | 14:45:31 | |
| * The override in poetry2nix for psutil is just adding IOKit again. I donât know how that could cause problems. They both should be using the same SDK version (nixpkgs and poetry2nixâs overrides). | 14:45:41 | |
| * The override in poetry2nix for psutil is just adding IOKit again. I donât think that should cause problems. They both should be using the same SDK version (nixpkgs and poetry2nixâs overrides). | 14:46:26 | |
| Try building against nixpkgs master? | 15:00:31 | |
| Yeah grumble | 15:01:03 | |
| Trying it now | 15:01:07 | |
| Looks like some builds were fixed, but psutil and torch are still failing https://github.com/nix-community/poetry2nix/actions/runs/6642542326/job/18047563524?pr=1329 | 15:53:06 | |
| The netcdf build was fixed | 15:53:28 | |
| 15:57:20 | ||
-DPSUTIL_VERSION=596. I just caught that. Thatâs psutil 5.9.6? | 15:57:22 | |
`2023-10-25T15:27:19.0273590Z python3.11-psutil> In file included from psutil/arch/osx/net.c:12: 2023-10-25T15:27:19.0310490Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:90:2: error: unknown type name 'uchar'; did you mean 'char'? 2023-10-25T15:27:19.0352800Z python3.11-psutil> uchar sdllen; / Total length of sockaddr / 2023-10-25T15:27:19.0363040Z python3.11-psutil> ^ 2023-10-25T15:27:19.0377880Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:91:2: error: unknown type name 'uchar'; did you mean 'char'? 2023-10-25T15:27:19.0399510Z python3.11-psutil> uchar sdlfamily; / AF_LINK / 2023-10-25T15:27:19.0407700Z python3.11-psutil> ^ 2023-10-25T15:27:19.0460240Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:92:2: error: unknown type name 'ushort'; did you mean 'short'? 2023-10-25T15:27:19.0472450Z python3.11-psutil> ushort sdlindex; / if != 0, system given index for interface / 2023-10-25T15:27:19.0486810Z python3.11-psutil> ^ 2023-10-25T15:27:19.0493540Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:93:2: error: unknown type name 'uchar'; did you mean 'char'? 2023-10-25T15:27:19.0528550Z python3.11-psutil> uchar sdltype; / interface type / 2023-10-25T15:27:19.0543290Z python3.11-psutil> ^ 2023-10-25T15:27:19.0557360Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:94:2: error: unknown type name 'uchar'; did you mean 'char'? 2023-10-25T15:27:19.0565710Z python3.11-psutil> uchar sdlnlen; / interface name length, no trailing 0 reqd. / 2023-10-25T15:27:19.0604280Z python3.11-psutil> ^ 2023-10-25T15:27:19.0641610Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:95:2: error: unknown type name 'uchar'; did you mean 'char'? 2023-10-25T15:27:19.0644890Z python3.11-psutil> uchar sdlalen; / link level address length / 2023-10-25T15:27:19.0650530Z python3.11-psutil> ^ 2023-10-25T15:27:19.0652340Z python3.11-psutil> /nix/store/z5qnbcqjy7hsvl8q5lr331g5k5rpr312-Libsystem-1238.60.2/include/net/ifdl.h:96:2: error: unknown type name 'uchar'; did you mean 'char'? ` | 15:57:44 | |
| huh | 15:57:45 | |
| Oh dear god Cinny wtf | 15:57:52 | |
| nixpkgs has 5.9.5 âŚ. | 15:58:04 | |
*
| 15:58:14 | |
*
| 15:58:17 | |
| This looks very sus | 15:58:26 | |
| https://github.com/giampaolo/psutil/compare/release-5.9.5...release-5.9.6 | 15:58:46 | |
| Looks like there were a lot of changes to the Mac support. | 15:58:57 | |