Closed nektro closed 1 year ago
[meghan@nixos:~]$ ldd /nix/store/vzcrnrflmclrh1780f9fh7dr164pisbg-llvm-15.0.7-lib/lib/libLLVM-15.so
linux-vdso.so.1 (0x00007ffe5b3f1000)
libffi.so.8 => /nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib/libffi.so.8 (0x00007f339fe54000)
librt.so.1 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/librt.so.1 (0x00007f339fe4f000)
libdl.so.2 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libdl.so.2 (0x00007f339fe4a000)
libz.so.1 => /nix/store/nglx459d8q4p1f1fcn1dv314hldh5h78-zlib-1.2.13/lib/libz.so.1 (0x00007f339fe2c000)
libncursesw.so.6 => /nix/store/ydqv79hfk4allfsyikdarb9cjrngidlb-ncurses-6.4/lib/libncursesw.so.6 (0x00007f339fdb5000)
libxml2.so.2 => /nix/store/6pcf2hzn0d4kjddj8v2rzkpr99wwnfx9-libxml2-2.10.3/lib/libxml2.so.2 (0x00007f339fc4e000)
libstdc++.so.6 => /nix/store/qbgfsaviwqi2p6jr7an1g2754sv3xqhn-gcc-11.3.0-lib/lib/libstdc++.so.6 (0x00007f339fa38000)
libm.so.6 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libm.so.6 (0x00007f339f958000)
libgcc_s.so.1 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libgcc_s.so.1 (0x00007f339f93e000)
libc.so.6 => /nix/store/c35hf8g5b9vksadym9dbjrd6p2y11m8h-glibc-2.35-224/lib/libc.so.6 (0x00007f339f735000)
/nix/store/cynvahq5hc4g8hg99vajx6p1gw7sqhm7-glibc-2.34-210/lib64/ld-linux-x86-64.so.2 (0x00007f33a7d78000)
[meghan@nixos:~]$ find /nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib/libffi.so.8.1.2
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib/libffi.la
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib/libffi.so
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib/libffi.so.8
/nix/store/jcvxqpa1fiy6m8hxxg8h4a51kids1wcq-libffi-3.4.4/lib64
cc maintainers @ericson2314 @sternenseemann @lovek323 @dtzWill @primeos @rrbutani
Can you check if staging-next
is working? Looks very close to the regression fixed in https://github.com/NixOS/nixpkgs/pull/213185 (did not get to master
yet).
is there a cache for that branch? using nix-shell
with that started building the world
staging-next
does have an incomplete cache. If you are accessing at inopportunate time you might catch a few rebuilds. You can pick a specific commit from https://hydra.nixos.org/jobset/nixpkgs/staging-next with most builds done. Most recent it yesterday's 5b5def9
that commit did not fix the issue
edit: scratch that, tried a fresh build. works now 🎉
Closing since it sounds like this was fixed by the merge of #213185. Happy to reopen if I'm mistaken.
Steps To Reproduce
Steps to reproduce the behavior:
https://github.com/ziglang/zig.git
from sourcemkdir build && cd build
cmake ..
make install
Build log
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.