Changes between Initial Version and Version 1 of Ticket #63767


Ignore:
Timestamp:
Nov 2, 2021, 2:14:46 PM (3 years ago)
Author:
reneeotten (Renee Otten)
Comment:

Please attach the main.log to this ticket instead of pasting code (and if you do, use WikiFormatting). The implicit declaration of function errors are well-known and can likely be solved by including the correct headers. Please note that this port has no maintainer, so if you figure out how to solve this please consider submitting a PR.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63767

    • Property Keywords #tcpick removed
    • Property Milestone changed from MacPorts Future to
  • Ticket #63767 – Description

    initial v1  
    11First of all Thanks for your helps...
    22
     3{{{
    34Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_tcpick/tcpick/work/tcpick-0.2.1" && /usr/bin/make -j4 -w all
    4 
     5}}}
    56
    67I got errors like below when I run that command manually.
    7 
     8{{{
    89        then mv -f ".deps/loop.Tpo" ".deps/loop.Po"; else rm -f ".deps/loop.Tpo"; exit 1; fi
    910args.c:54:2: error: implicit declaration of function 'color' [-Werror,-Wimplicit-function-declaration]
     
    173174lookup_query.c:83:9: note: use '==' to turn this assignment into an equality comparison
    174175                if(ptr=(struct servent *)getservbyport(port, "tcp"))
    175 
     176}}}