Changes between Initial Version and Version 1 of Ticket #56009


Ignore:
Timestamp:
Mar 11, 2018, 11:54:57 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

That's strange:

:info:build In file included from memory.c:63:
:info:build ./common.h:86:15: error: unknown type name 'time_t'; did you mean 'size_t'?
:info:build void calctime(time_t t, float calc);
:info:build               ^~~~~~
:info:build               size_t

time_t is defined in time.h, which is #included in common.h.

The port builds for me on Sierra. I haven't tested on High Sierra yet.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56009

    • Property Status changed from new to assigned
    • Property Summary changed from Failed to build aircrack-ng: command execution failed to aircrack-ng @1.2-rc4: error: unknown type name 'time_t'
    • Property Owner set to ryandesign
    • Property Keywords aircrack-ng removed
    • Property Port aircrack-ng added
  • Ticket #56009 – Description

    initial v1  
    11Fail to build aircrack-ng through macports
    22
    3 command executed: sudo port install aircrack-ng
     3command executed: `sudo port install aircrack-ng`
    44
    55Issue:
     6{{{
    67--->  Computing dependencies for aircrack-ng
    78--->  Building aircrack-ng
     
    1011Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    1112Error: Processing of port aircrack-ng failed
     13}}}