Changes between Initial Version and Version 1 of Ticket #48012


Ignore:
Timestamp:
Jun 11, 2015, 4:59:17 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48012

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Summary changed from Nettle 2.7.1 build failure to nettle @2.7.1: error: no member named 'ptrdiff_t' in the global namespace
    • Property Port 2.7.1 removed
  • Ticket #48012 – Description

    initial v1  
    22
    33After running this
    4 > sudo port -t install nettle
     4{{{
     5sudo port -t install nettle
     6}}}
    57
    68Macports reports that there are a number of broken links and that there are two broken ports. Seems that the broken ports are nettle itself and gnutls (which depends on nettle).
    79
    810Once "Configuring Nettle" begins, Macports delivers a warning:
    9 > The following file inside the MacPorts prefix not installed by a port was accessed:
     11{{{
     12The following file inside the MacPorts prefix not installed by a port was accessed:
    1013  /opt/local/bin/gcc
     14}}}
    1115
    1216It also gives warnings about files being hidden from install, but I guess that's the point of tracemode.
    1317
    1418Then, finally, the error itself:
    15 > Error: org.macports.build for port nettle returned: command execution failed
     19{{{
     20Error: org.macports.build for port nettle returned: command execution failed
     21}}}
    1622
    1723I tried combing through the error log, but, to be honest, it doesn't make much sense to me.