| 9 Jun 2021 |
toonn | That doesn't work for generating another new bootstrap-tools, right? | 17:43:42 |
LnL | no it's not a full second cycle | 17:45:28 |
toonn | LnL: Hmm, how did you find that commit range? | 18:03:38 |
toonn | I'm trying to bisect. | 18:03:44 |
toonn | And I do get different hashes. | 18:03:56 |
toonn | But I get the same hash for the tip of my branch and master. | 18:04:06 |
LnL | https://hydra.nixos.org/build/124461232#tabs-buildinputs and https://hydra.nixos.org/build/124753463#tabs-buildinputs | 18:12:19 |
LnL | and on my old hydra instance I see 05d27ba19b6b91205ff58c09950416d33b2e1aab...a91bac97a9726d3aa53e15aab892745377a5e2af | 18:15:25 |
toonn | Maybe I'm trying to observe the wrong thing? | 18:18:29 |
toonn | I run `nix-build pkgs/stdenv/darwin/make-bootstrap-tools.nix -A build` And check the path that's returned. | 18:18:43 |
toonn | Which is /nix/store/li1ywgjiry9jr0m461npx7xyg1k5s21w-stdenv-bootstrap-tools | 18:18:53 |
toonn | The same path I get for my branch. | 18:19:01 |
LnL | heh, if I compare the time of my evaluations I see this | 18:20:20 |
LnL | $ cat /nix/var/nix/profiles/system-962-link/nixos-version
20.03.20201117.f05c380
$ cat /nix/var/nix/profiles/system-973-link/nixos-version
20.09.20201215.647cc06 | 18:22:10 |
LnL | smells like a hydra bug, no idea why some other builds do still have build products however | 18:22:50 |
LnL | that reminds me, I should update... | 18:23:49 |
toonn | LnL: Hmm, what could we do if this is a Hydra bug? Wait for another evaluation? | 18:42:04 |
LnL | I'll upload it and prepare a commit, having this kind of blocked on somebody with access isn't ideal tho. Using the hydra urls makes it easy to continue and it's just the prefix that needs to be replaced at the end | 18:50:16 |
toonn | Yeah, that'd definitely be better. | 18:52:57 |
toonn | Not that I'm short on things to work on : ) | 18:57:23 |
LnL | https://github.com/LnL7/nixpkgs/commits/llvm-11-update | 18:57:24 |
toonn | Ok, so I cherry-pick and rebase the stdenv bump on that? | 18:58:30 |
LnL | yep | 18:59:15 |
LnL | btw, this is not unexpected?
/nix/store/0v8zly62czgwbql79950whxzc9s9lw2z-bootstrap-stage0-Libsystem/include/dlfcn.h:40:10: fatal error: 'stdbool.h' file not found | 18:59:23 |
toonn | LnL: Every time I get that error it's because I'm not using the proper bootstrap-tools. | 19:08:32 |
LnL | euh | 19:09:27 |
LnL | don't tell me I uploaded the wrong thing :p | 19:09:51 |
toonn | Oh, it also happened when using that bootstrap-tools with a non-updated stdenv. | 19:10:47 |
toonn | No, nvm, that's not true. | 19:11:01 |
LnL | that's what I was asking I just tried to build stage1 of that branch, nothing else included | 19:11:33 |