Exotic Nix Targets | 351 Members | |
| 110 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Jul 2023 | ||
In reply to @alex:tunstall.xyz The serial console stops displaying messages after these:
the kernel doesn't even start... | 04:22:48 | |
| trofi: i still get the libtool error after cleaning the nix store as discussed and starting over with sandbox-fallback=false from the start | 08:55:46 | |
Just to clarify: you do use sandbox = true, right? | 08:56:21 | |
| only if that is default | 08:56:36 | |
| this is my entire nix.conf http://dpaste.com/5KQ988BL5 | 08:56:57 | |
nod, nix show-config should tell you. | 08:57:04 | |
| sandbox = true sandbox-build-dir = /build sandbox-dev-shm-size = 50% sandbox-fallback = false sandbox-paths = /bin/sh=/usr/bin/busybox-nix-sandbox-shell /usr/bin/qemu-arm | 08:57:23 | |
| i have not yet updated to your latest nix ebuild fwiw so i can do that if you think it's relevant | 09:00:15 | |
| no, it looks fine. | 09:02:47 | |
| is it a systemd or openrc system? i'll try to reproduce it in a cleaner VM | 09:03:07 | |
| openrc | 09:03:32 | |
| make.profile -> ../../var/db/repos/gentoo/profiles/default/linux/amd64/17.1/ | 09:04:04 | |
| actually here is my whole `emerge --info` https://dpaste.com/22NWU74FE while i am at it | 09:05:52 | |
| I'll try to reproduce locally and if I fail we'll try to compare the build logs for difference. | 09:15:05 | |
Built file locally for me: https://bpa.st/raw/SI6ZU. What log do you get with $ nix build --no-link github:NixOS/nixpkgs/9af373a61647257d16ae6062cddaa9094d24920c#pkgsCross.riscv64.libtool? | 10:11:29 | |
In reply to @trofi:matrix.orghttp://dpaste.com/6SMJ92MK9 | 20:11:15 | |
| 22:03:45 | ||
Ended up being a libtool deficiency (current unstable is less unstable): https://github.com/NixOS/nixpkgs/pull/167071#issuecomment-1634992962 | 22:24:18 | |
| 23:48:33 | ||
| 14 Jul 2023 | ||
| is useLLVM a topic for here? i've been trying to get it to work with current llvm, with mixed results | 00:09:28 | |
| sorear: would you tell us more about what you're trying to do? :) | 09:52:57 | |
| and what issues you're running into | 09:54:00 | |
| Redacted or Malformed Event | 11:13:58 | |
| 11:19:17 | ||
| On aarch64-linux, pkgsCross.musl64.pkgsStatic.stdenv stopped being a cache hit sometime around the 26th of May. Sha eb5cd54d0 looks to be the first commit at which it is missing on the nixos-23.05 branch, but the non cross stdenv also broke/stopped being a cache hit then by the looks of things. Does anyone have any idea why it might have gone missing and can we bring it back… ? I would also like to have the equivalent, but from x86 to aarch64 cross. | 11:19:29 | |
In reply to @p14:matrix.org Have you tried building it yourself or looking at the job status on Hydra? Usually, cache misses imply a failed build. | 11:20:20 | |
| Funny, you should ask, I left it running for the last 15 minutes and it just finished successfully. | 11:20:50 | |
In reply to @alex:tunstall.xyzSo it does look like it builds but is missing for some other reason. What bit of the hydra infrastructure would cause it to become a cache hit ordinarily? | 11:21:48 | |
| 11:22:17 | ||
In reply to @p14:matrix.org A successful build. Everything Hydra builds is cached. So either Hydra lost the need to build it to build its jobs (due to job changes or failed evaluation), or your local build of the package doesn't have the same derivation as that built by Hydra. | 11:24:41 | |