| 30 Jun 2023 |
Lily Foster | In reply to @huantian:huantian.dev I'm having some weird build failures with my package aw-server-rust that depends on aw-webui, which is a Vue.js web app that uses buildNpmPackage to build. The build step seems to hang indefinitely on "Building for production", and I'm not sure if this is an issue with buildNpmPackage or not. https://hydra.nixos.org/job/nixpkgs/trunk/aw-server-rust.x86_64-linux seems to be broken on hydra and locally. Can you try with npmFlags = [ "--verbose" ]; on the derivation and share build log? | 18:41:29 |
huantian | sure | 18:41:40 |
huantian | Download log.txt | 18:53:34 |
huantian | not sure if there's any useful extra info | 18:53:50 |
Lily Foster | In reply to @huantian:huantian.dev not sure if there's any useful extra info buildNpmPackage seems to have done all of its part correct. Upstream build script must be hanging? | 20:27:47 |
Lily Foster | Can you link upstream repo? | 20:27:56 |
huantian | https://github.com/ActivityWatch/aw-webui yeah it seems like it is an upstream issue | 20:28:13 |
huantian | but it was working before, and i haven't updated the source since them | 20:28:45 |
huantian | * but it was working before, and i haven't updated the source since then | 20:31:21 |
huantian | so I'm not sure what caused it to start to error | 20:35:07 |
Lily Foster | In reply to @huantian:huantian.dev so I'm not sure what caused it to start to error This seems to be a lot of build system... I'll take a look a bit later | 20:41:01 |
huantian | thanks! yeah I tried to take a deeper look at what may be causing the error but had no idea where to start | 20:50:22 |
| 2 Jul 2023 |
huantian | and now it might be working??? I just rebuilt my system and it compiled fine... | 21:51:01 |
Lily Foster | In reply to @huantian:huantian.dev and now it might be working??? I just rebuilt my system and it compiled fine... I, uh, forgot to "take a look later" at it, so that's good to hear 😅 | 21:52:17 |
huantian | might be worth looking at anyway, this is the second time this has happened | 21:52:40 |
huantian | it broke like a week ago too, and then fixed itself | 21:52:47 |
Lily Foster | It might just be hitting resource limits in hydra too idk | 21:53:14 |
Lily Foster | I'll actually add it to my todo list this time and check it when I'm not about to go to sleep | 21:53:31 |
huantian | haha | 21:53:37 |
| 3 Jul 2023 |
| @janne.hess:helsinki-systems.de joined the room. | 16:34:59 |
@janne.hess:helsinki-systems.de | Hey Lily Foster I somehow heard you were the one to talk to regarding yarn v2 locks. Have you already looked into that? | 16:35:58 |
Lily Foster | In reply to @janne.hess:helsinki-systems.de Hey Lily Foster I somehow heard you were the one to talk to regarding yarn v2 locks. Have you already looked into that? I intend to, it's on the todo list. Not much yet though | 16:55:53 |
@janne.hess:helsinki-systems.de | In reply to @lily:lily.flowers I intend to, it's on the todo list. Not much yet though Doesn't work with fetchYarnDeps either I guess? :/ | 16:56:34 |
Lily Foster | In reply to @janne.hess:helsinki-systems.de Doesn't work with fetchYarnDeps either I guess? :/ It will only work with that when I get to it. Yarn2nix makes me sad | 16:59:09 |
| 4 Jul 2023 |
@janne.hess:helsinki-systems.de | Okay I tried and I gotta say: yarn is the absolute worst | 08:38:33 |
@janne.hess:helsinki-systems.de | Parsing the lock is actually very easy, resolving the resolution to a usable URL is absolutely not | 08:42:08 |
Lily Foster | In reply to @janne.hess:helsinki-systems.de Okay I tried and I gotta say: yarn is the absolute worst Idk, npm is pretty bad. At least yarn isn't quite so happy to silently ignore errors and redownload a bunch of stuff when you breath on it wrong | 08:42:10 |
@janne.hess:helsinki-systems.de | In reply to @lily:lily.flowers Idk, npm is pretty bad. At least yarn isn't quite so happy to silently ignore errors and redownload a bunch of stuff when you breath on it wrong I was talking about the code, not the actual use ;) | 08:42:31 |
Lily Foster | * Idk, npm is pretty bad. At least yarn isn't quite so happy to silently ignore errors and redownload a bunch of stuff when you breathe on it wrong | 08:42:34 |
Lily Foster | In reply to @janne.hess:helsinki-systems.de I was talking about the code, not the actual use ;) Fair | 08:42:39 |