Hi, Applied. I had to add Perl as an input, and a ‘patch-shebang’ line, because ‘tests/run’ had #!/usr/bin/perl, which fails in chroots.
BTW, it would be great if you could configure your daemon to run in chroots, so you can catch these “impurities”. Perhaps the daemon in ‘nix-integration’ will make it slightly easier to setup. Nikita Karetnikov <[email protected]> skribis: > strip:/nix/store/zpzl9z209wnrfi4f90rq7k0lzz7q7ixy-attr-2.4.46/libexec/libattr.la: > File format not recognized > stripping binaries in > "/nix/store/zpzl9z209wnrfi4f90rq7k0lzz7q7ixy-attr-2.4.46/bin" with > flags ("--strip-debug") [...] > Is it possible to fix them? Not really, but they’re harmless: binaries get stripped after installation, and sometimes non-ELF files are passed to ‘strip’ (see build/gnu-build-system.scm.) Thanks! Ludo’.
