| 25 Oct 2023 |
@reckenrode:matrix.org | It doesn’t look like it’s been changed recently though. | 13:25:44 |
cpcloud | Yeah, hm. | 13:26:20 |
cpcloud | The runner is using macos-12. Does that matter? | 13:28:16 |
@reckenrode:matrix.org | I wouldn’t expect it to cause build issues. Something’s wrong with the build environment for psutil. | 13:29:30 |
@reckenrode:matrix.org | Redacted or Malformed Event | 13:31:54 |
@reckenrode:matrix.org | * Hmm. python3Packages.psutil builds on staging. | 13:31:59 |
@reckenrode:matrix.org | It builds on master. aarch64-darwin builds on staging. I still need to build a few dependencies for x86_64-darwin. | 13:34:28 |
cpcloud | Hm, maybe we need to wait for nixos-unstable-small updates (or patch in whatever's on master ) | 13:36:12 |
cpcloud | * Hm, maybe we need to wait for nixos-unstable-small updates (or patch in whatever's on master) | 13:36:14 |
cpcloud | 😬
❯ gl HEAD..upstream/master --oneline --no-merges | wc -l
678
| 13:37:06 |
@reckenrode:matrix.org | 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 |
@reckenrode:matrix.org | * The build finally finished, so I can also confirm that it builds on staging as well (both aarch64 and x86_64). | 14:43:33 |
@reckenrode:matrix.org | * The build finally finished, so I can also confirm that psutil builds on staging (both aarch64 and x86_64). | 14:43:53 |
cpcloud | 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 |
cpcloud | Or, there's something else going on in poetry2nix... | 14:44:18 |
@reckenrode:matrix.org | 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 |
@reckenrode:matrix.org | * 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 |
@reckenrode:matrix.org | * 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 |
K900 | Try building against nixpkgs master? | 15:00:31 |
cpcloud | Yeah grumble | 15:01:03 |
cpcloud | Trying it now | 15:01:07 |
cpcloud | 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 |
cpcloud | The netcdf build was fixed | 15:53:28 |
| @silvio:booq.org joined the room. | 15:57:20 |
@reckenrode:matrix.org | -DPSUTIL_VERSION=596. I just caught that. That’s psutil 5.9.6? | 15:57:22 |
K900 | ` 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 |
K900 | huh | 15:57:45 |
K900 | Oh dear god Cinny wtf | 15:57:52 |
@reckenrode:matrix.org | nixpkgs has 5.9.5 …. | 15:58:04 |
K900 | *
| 15:58:14 |