https://bugzilla.mindrot.org/show_bug.cgi?id=3482
--- Comment #3 from Julien Bigot <[email protected]> --- Hi, I am not the expert of spack packaging of openssh. I only reported the issue there and the spack packager pointed me here as he considered the issue to be upstream. The config.log is attached to the spack issue: https://github.com/spack/spack/files/9741543/config.log in there, I see ac_cv_func_asprintf=yes As you can see in this issue https://github.com/spack/spack/issues/33131 , I provided docker image you can use to reproduce the bug: ghcr.io/pdidev/test_env/builder:latest-clang-2e69267 In this image, you can just run: ``` spack -e pdienv add -l mpi openssh spack -e pdienv install --show-log-on-error --fail-fast ``` I don't see why the config.h would be tampered with and looking at the spack openssh "recipe", https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/openssh/package.py I don't see anything pointing to it. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
