| 6 Oct 2023 |
Lily Foster | I wonder if all that is needed is bumping curl-sys | 20:01:01 |
Lily Foster | If someone wants to test, try the flake output github:lilystarlight/nixpkgs/upd/prefetch-npm-deps-deps#prefetch-npm-deps | 20:01:33 |
Lily Foster | It would be appreciated 🙏 | 20:01:40 |
Marie | i would like to test, but i get a 404 from github on that :( | 20:04:58 |
Lily Foster | uhhhh heck | 20:05:08 |
Lily Foster | One sec | 20:05:10 |
Lily Foster | heck I misspelled my own name 🤦♀️ | 20:05:52 |
Lily Foster | * If someone wants to test, try the flake output github:lilyinstarlight/nixpkgs/upd/prefetch-npm-deps-deps#prefetch-npm-deps | 20:05:57 |
Marie | oh | 20:06:01 |
Marie | i tried it 2 times got 2 different errors | 20:09:04 |
Marie | looking good | 20:09:07 |
Marie | Error: unknown error
Caused by:
[55] Failed sending data to the peer
Error: unknown error
Caused by:
[18] Transferred a partial file
| 20:09:36 |
Lily Foster | In reply to @lily:lily.flowers I wonder if all that is needed is bumping curl-sys (If all that is needed to fix this issue of the past several weeks is to bump the crate deps on the fetcher, I'm gonna be hella embarrassed) | 20:09:47 |
Lily Foster | In reply to @marie:marie.cologne
Error: unknown error
Caused by:
[55] Failed sending data to the peer
Error: unknown error
Caused by:
[18] Transferred a partial file
Hmmmm those should be network errors, not unknown errors | 20:10:04 |
Lily Foster | So the curl crate is still busted | 20:10:14 |
Lily Foster | I'll look more later | 20:10:18 |
Marie | i thought i might have a clue by commenting stuff out, but turns out it's just that when i run prefetch-npm-deps via cargo run (--release) it works fine, only the one built with nix fails | 20:35:46 |
Lily Foster | In reply to @marie:marie.cologne i thought i might have a clue by commenting stuff out, but turns out it's just that when i run prefetch-npm-deps via cargo run (--release) it works fine, only the one built with nix fails That makes even less sense... What curl are you linking against? Are you on nixos | 20:38:18 |
Lily Foster | In reply to @marie:marie.cologne i thought i might have a clue by commenting stuff out, but turns out it's just that when i run prefetch-npm-deps via cargo run (--release) it works fine, only the one built with nix fails * That makes even less sense... What curl are you linking against? Are you on nixos? | 20:38:21 |
Marie | i'm on debian in wsl | 20:38:51 |
Marie | but probably my system's curl | 20:38:58 |
Lily Foster | I wonder if this is some problem with curl 8.3.0 | 20:39:17 |
Lily Foster | That would line up with when the problems started | 20:39:22 |
Marie | my curl is 7.88.1 | 20:39:33 |
Lily Foster | oh oof, ancient version | 20:39:40 |
Marie | debian moment | 20:39:45 |
Lily Foster | Okay apparently not that ancient. It was admittedly just feb of this year | 20:40:14 |
Lily Foster | Regardless, it seems likelier to be a curl 8.3.0 problem maybe | 20:40:26 |
Marie | any idea on how i could force cargo to link against nix's curl | 20:40:38 |
Marie | * any idea on how i could force cargo to link against nixpkgs curl | 20:41:01 |