[MacPorts] #68813: gnutls @3.7.10: Libhogweed (nettle's companion library) 3.6 was not found
MacPorts
noreply at macports.org
Thu Nov 30 15:35:49 UTC 2023
#68813: gnutls @3.7.10: Libhogweed (nettle's companion library) 3.6 was not found
----------------------------+-------------------------
Reporter: enfascination | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: gnutls |
----------------------------+-------------------------
Comment (by ryandesign):
config.log says:
{{{
configure:12016: checking for NETTLE
configure:12023: $PKG_CONFIG --exists --print-errors "nettle >=
$NETTLE_MINIMUM"
configure:12026: $? = 0
configure:12040: $PKG_CONFIG --exists --print-errors "nettle >=
$NETTLE_MINIMUM"
configure:12043: $? = 0
configure:12091: result: yes
configure:12097: checking for HOGWEED
configure:12104: $PKG_CONFIG --exists --print-errors "hogweed >=
$NETTLE_MINIMUM "
Package hogweed was not found in the pkg-config search path.
Perhaps you should add the directory containing `hogweed.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hogweed' found
configure:12107: $? = 1
configure:12121: $PKG_CONFIG --exists --print-errors "hogweed >=
$NETTLE_MINIMUM "
Package hogweed was not found in the pkg-config search path.
Perhaps you should add the directory containing `hogweed.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hogweed' found
configure:12124: $? = 1
configure:12138: result: no
No package 'hogweed' found
configure:12155: error:
***
*** Libhogweed (nettle's companion library) 3.6 was not found. Note that
you must compile nettle with gmp support.
}}}
so let's check some basics. What's the output of these commands:
{{{
pkg-config --modversion nettle
pkg-config --modversion hogweed
port -qv installed nettle
}}}
I see 3.9.1 on my system, where I cannot reproduce the problem.
--
Ticket URL: <https://trac.macports.org/ticket/68813#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list