> Either way, I'd like to look into NixOS > issues as well Ok, here are the steps to reproduce it in a container using podman (alias podman=docker should work too):
git clone --branch repro/dynamic https://github.com/michaeladler/efibootguard.git cd efibootguard podman run --rm -it -v $(pwd):/src -w /src nixos/nix:latest /bin/sh Inside the container: $ nix-shell $ make $ ldd ./bg_setenv # ok, no libebgenv $ echo "" >> ./tools/bg_setenv.c $ make $ ldd ./bg_setenv [...] libebgenv-0.9.0.so => /src/.libs/libebgenv-0.9.0.so (0x00007f6f10442000) -- Michael Adler Siemens AG T RDA IOT SES-DE Otto-Hahn-Ring 6 81739 München, Deutschland Siemens Aktiengesellschaft: Vorsitzender des Aufsichtsrats: Jim Hagemann Snabe; Vorstand: Roland Busch, Vorsitzender; Klaus Helmrich, Cedrik Neike, Matthias Rebellius, Ralf P. Thomas, Judith Wiese; Sitz der Gesellschaft: Berlin und München, Deutschland; Registergericht: Berlin-Charlottenburg, HRB 12300, München, HRB 6684; WEEE-Reg.-Nr. DE 23691322 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20211021095312.4aurllvcbyx7mati%40kratos.
