Dear Max, (re-adding firedrake@imperial.ac.uk, please don't just email me when responding, you will likely get better/more timely advice if you keep the mailing list in the CC list, moreover, that way, the final solution is visible to everyone. Thanks!)
On 1 Jul 2019, at 07:29, Heldman, Max <heldmanm@bu.edu> wrote:
Hi,
I was able to fix the problem with the eigen download by reinstalling openssl. I am having a different issue now though during the PETSc build. The install log is attached.
The relevant part of the install log is: configure: WARNING: To override this behavior, please use --enable-unsupported configure option. dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local/bin/awk Reason: image not found dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local/bin/awk Reason: image not found dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local/bin/gawk Reason: image not found sed: stdout: Broken pipe ./config.status: line 1590: 81450 Done(1) eval sed \"\$ac_sed_extra\" "$ac_file_inputs" It looks like you have a package-manager installed awk version in /usr/local/bin which is non-functional (macOS ships with awk in /usr/bin/awk). Can you run /usr/local/bin/awk on its own? Can you also post the output of "brew doctor" to see if homebrew spots any issues. Thanks, Lawrence