Changes between Initial Version and Version 1 of Ticket #20441, comment 3


Ignore:
Timestamp:
Jan 18, 2022, 4:01:39 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20441, comment 3

    initial v1  
    11No, the configure phase actually fails with no gawk present, but also it looks like the build fails on macports trunk as well for some reason. Still investigating...
    22
    3 
     3{{{
    44kernel_socket.c: In function 'bsd_linkdetect_translate':
    5 
    65kernel_socket.c:303: error: 'struct if_data' has no member named 'ifi_link_state'
    7 
    86kernel_socket.c:303: error: 'LINK_STATE_UP' undeclared (first use in this function)
    9 
    107kernel_socket.c:303: error: (Each undeclared identifier is reported only once
    11 
    128kernel_socket.c:303: error: for each function it appears in.)
    13 
    149kernel_socket.c:304: error: 'struct if_data' has no member named 'ifi_link_state'
    15 
    1610kernel_socket.c:304: error: 'LINK_STATE_UNKNOWN' undeclared (first use in this function)
    17 
    18 
     11}}}
    1912
    2013So the build woks OK on my Intel laptop 1.71 install (that has dozens of other ports installed), but fails on another new intel trunk install...