| 13 Jul 2023 |
artemis | 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 |
trofi | Just to clarify: you do use sandbox = true, right? | 08:56:21 |
artemis | only if that is default | 08:56:36 |
artemis | this is my entire nix.conf http://dpaste.com/5KQ988BL5 | 08:56:57 |
trofi | nod, nix show-config should tell you. | 08:57:04 |
artemis | 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 |
artemis | 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 |
trofi | no, it looks fine. | 09:02:47 |
trofi | is it a systemd or openrc system? i'll try to reproduce it in a cleaner VM | 09:03:07 |
artemis | openrc | 09:03:32 |
artemis | make.profile -> ../../var/db/repos/gentoo/profiles/default/linux/amd64/17.1/ | 09:04:04 |
artemis | actually here is my whole `emerge --info` https://dpaste.com/22NWU74FE while i am at it | 09:05:52 |
trofi | I'll try to reproduce locally and if I fail we'll try to compare the build logs for difference. | 09:15:05 |
trofi | 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 |
artemis | In reply to @trofi:matrix.org 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? http://dpaste.com/6SMJ92MK9 | 20:11:15 |
| zuckerberg changed their profile picture. | 22:03:45 |
trofi | Ended up being a libtool deficiency (current unstable is less unstable): https://github.com/NixOS/nixpkgs/pull/167071#issuecomment-1634992962 | 22:24:18 |
| sorear joined the room. | 23:48:33 |
| 14 Jul 2023 |
sorear | is useLLVM a topic for here? i've been trying to get it to work with current llvm, with mixed results | 00:09:28 |
emilytrau | sorear: would you tell us more about what you're trying to do? :) | 09:52:57 |
emilytrau | and what issues you're running into | 09:54:00 |
emilytrau | Redacted or Malformed Event | 11:13:58 |
| p14 joined the room. | 11:19:17 |
p14 | 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 |