What you report makes no sense, as openssl3 does not depend at all on guile.
If you have a problem, with either guile or openssl3 you should first
search for an existing trac ticket for the port you have having issues
with, and if that does not exist submit one.
https://guide.macports.org/#project.tickets
On 24/10/2022 2:43 pm, Raoul MEGELAS wrote:
Hello,
Openssl3 does not build because guile-2.2.7 fails to configure.
Here is the excerpt:
configure:4766: checking build system type
configure:4780: result: x86_64-apple-darwin21
configure:4800: checking host system type
configure:4813: result: x86_64-apple-darwin21
configure:5147: checking for x86_64-apple-darwin21-gcc
configure:5174: result: /usr/bin/clang
configure:5443: checking for C compiler version
configure:5452: /usr/bin/clang --version >&5
Apple clang version 14.0.0 (clang-1400.0.29.102)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5463: $? = 0
configure:5452: /usr/bin/clang -v >&5
Apple clang version 14.0.0 (clang-1400.0.29.102)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5463: $? = 0
configure:5452: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5463: $? = 1
configure:5452: /usr/bin/clang -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:5463: $? = 1
Any idea will help.
Thanks in advance
Raoul MEGELAS