| 6 Oct 2023 |
Lily Foster | nix-shell -p pkg-config curl | 20:41:28 |
Lily Foster | And build in that shell | 20:41:34 |
Marie | thats what i did, but it's still working | 20:41:47 |
Marie | i'm not sure if it actually uses the right curl | 20:42:01 |
Marie | i could also just uninstall curl | 20:42:17 |
Lily Foster | ldd target/release/prefetch-npm-deps? | 20:42:18 |
Lily Foster | In reply to @marie:marie.cologne i could also just uninstall curl I doubt debian would allow that 😅 | 20:42:28 |
Lily Foster | Actually. It's probably not even using system curl | 20:42:35 |
Lily Foster | It's possibly building it's own vendored curl | 20:42:43 |
Marie | In reply to @lily:lily.flowers
ldd target/release/prefetch-npm-deps? it's not in there, probably statically linked ig | 20:43:38 |
Lily Foster | Yeah if curl isn't listed then it's the built-in version | 20:43:52 |
Lily Foster | to curl-sys | 20:43:55 |
Marie | In reply to @lily:lily.flowers I doubt debian would allow that 😅 it actually did, and cargo didn't rebuild anything so it's not that one | 20:44:04 |
Lily Foster | Which is currently 8.3.0 on my branch | 20:44:06 |
raitobezarius | oh lol if this is a Nix on $DISTRO bug and not reproducible on NixOS I will cry | 20:45:21 |
Lily Foster | In reply to @raitobezarius:matrix.org oh lol if this is a Nix on $DISTRO bug and not reproducible on NixOS I will cry Me too | 20:45:29 |
Marie | i had one of these once, wasn't very fun to debug | 20:46:23 |
Lily Foster | Well ofborg did have it happen once | 20:46:23 |
Lily Foster | Maybe it was ofborg darwin though | 20:46:32 |
Lily Foster | I don't actually remember | 20:46:37 |
Marie | In reply to @marie:marie.cologne i had one of these once, wasn't very fun to debug i actually didn't debug it, waited 2 months and it was magically fixed | 20:46:48 |
raitobezarius | the way to go | 20:47:22 |
Lily Foster | In reply to @raitobezarius:matrix.org the way to go Maybe if I hide enough the nodejs issues will fix themselves 🙈 | 20:47:42 |
Cobalt | In reply to @raitobezarius:matrix.org oh lol if this is a Nix on $DISTRO bug and not reproducible on NixOS I will cry Not too sure. I got the error constantly on NixOS (23.05) until the --cores was lowered | 20:50:34 |
Cobalt | * In reply to @raitobezarius:matrix.org
oh lol if this is a Nix on $DISTRO bug and not reproducible on NixOS I will cry
Not too sure. I got the error constantly on NixOS (23.05) until the --cores option was lowered | 20:50:49 |
Marie | i just tried lily's branch on a nixos machine and it works fine there | 20:51:20 |
Marie | but that machine has a faster network connection | 20:51:35 |
Lily Foster | In reply to @c0ba1t:matrix.org
In reply to @raitobezarius:matrix.org oh lol if this is a Nix on $DISTRO bug and not reproducible on NixOS I will cry
Not too sure. I got the error constantly on NixOS (23.05) until the --cores option was lowered Could you try the branch linked above too then? | 20:53:56 |
raitobezarius | I never got this bug and I use quite often the npm-prefetch-deps thingie… | 20:55:01 |
raitobezarius | On a shared machine on top of that where there's like 6TB of nix store… | 20:55:12 |