===> Building for paris-traceroute-0.92
/opt/pkg/bin/bmake  all-recursive
Making all in src
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT common.o -MD -MP -MF ".deps/common.Tpo" -c -o common.o common.cc;  then mv -f ".deps/common.Tpo" ".deps/common.Po"; else rm -f ".deps/common.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Util.o -MD -MP -MF ".deps/Util.Tpo" -c -o Util.o Util.cc;  then mv -f ".deps/Util.Tpo" ".deps/Util.Po"; else rm -f ".deps/Util.Tpo"; exit 1; fi
Util.cc:48:14: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                dst_addr = "216.239.51.100";
                           ^
1 warning generated.
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Time.o -MD -MP -MF ".deps/Time.Tpo" -c -o Time.o Time.cc;  then mv -f ".deps/Time.Tpo" ".deps/Time.Po"; else rm -f ".deps/Time.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Options.o -MD -MP -MF ".deps/Options.Tpo" -c -o Options.o Options.cc;  then mv -f ".deps/Options.Tpo" ".deps/Options.Po"; else rm -f ".deps/Options.Tpo"; exit 1; fi
Options.cc:82:22: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  char* short_opts = "AZhVvQniDf:F:m:p:o:s:d:t:w:T:q:M:a:lb:L:B:c:E:r:";
                     ^
Options.cc:348:36: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
  mylog(DUMP, "timeout      = %d", timeout);
                              ~~   ^~~~~~~
                              %ld
./common.h:45:64: note: expanded from macro 'mylog'
        if (lvl <= get_log_level()) log_c(lvl, __FILE__, __LINE__, ## args )
                                                                      ^~~~
Options.cc:349:36: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
  mylog(DUMP, "delay        = %d", delay_between_probes);
                              ~~   ^~~~~~~~~~~~~~~~~~~~
                              %ld
./common.h:45:64: note: expanded from macro 'mylog'
        if (lvl <= get_log_level()) log_c(lvl, __FILE__, __LINE__, ## args )
                                                                      ^~~~
3 warnings generated.
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Output.o -MD -MP -MF ".deps/Output.Tpo" -c -o Output.o Output.cc;  then mv -f ".deps/Output.Tpo" ".deps/Output.Po"; else rm -f ".deps/Output.Tpo"; exit 1; fi
Output.cc:12:35: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
      opts->protocol, opts->algo, results->duration()/1000000);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT IP4Header.o -MD -MP -MF ".deps/IP4Header.Tpo" -c -o IP4Header.o IP4Header.cc;  then mv -f ".deps/IP4Header.Tpo" ".deps/IP4Header.Po"; else rm -f ".deps/IP4Header.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT UDPHeader.o -MD -MP -MF ".deps/UDPHeader.Tpo" -c -o UDPHeader.o UDPHeader.cc;  then mv -f ".deps/UDPHeader.Tpo" ".deps/UDPHeader.Po"; else rm -f ".deps/UDPHeader.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT TCPHeader.o -MD -MP -MF ".deps/TCPHeader.Tpo" -c -o TCPHeader.o TCPHeader.cc;  then mv -f ".deps/TCPHeader.Tpo" ".deps/TCPHeader.Po"; else rm -f ".deps/TCPHeader.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT ICMPHeader.o -MD -MP -MF ".deps/ICMPHeader.Tpo" -c -o ICMPHeader.o ICMPHeader.cc;  then mv -f ".deps/ICMPHeader.Tpo" ".deps/ICMPHeader.Po"; else rm -f ".deps/ICMPHeader.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT MPLSHeader.o -MD -MP -MF ".deps/MPLSHeader.Tpo" -c -o MPLSHeader.o MPLSHeader.cc;  then mv -f ".deps/MPLSHeader.Tpo" ".deps/MPLSHeader.Po"; else rm -f ".deps/MPLSHeader.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Datagram.o -MD -MP -MF ".deps/Datagram.Tpo" -c -o Datagram.o Datagram.cc;  then mv -f ".deps/Datagram.Tpo" ".deps/Datagram.Po"; else rm -f ".deps/Datagram.Tpo"; exit 1; fi
Datagram.cc:52:6: warning: '~Datagram' has a non-throwing exception specification but can still throw [-Wexceptions]
                        throw TrException(str_log(DUMP, "Unknown header type"));
                        ^
Datagram.cc:21:11: note: destructor has a implicit non-throwing exception specification
Datagram::~Datagram () {
          ^
1 warning generated.
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Probe.o -MD -MP -MF ".deps/Probe.Tpo" -c -o Probe.o Probe.cc;  then mv -f ".deps/Probe.Tpo" ".deps/Probe.Po"; else rm -f ".deps/Probe.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT UDPProbe.o -MD -MP -MF ".deps/UDPProbe.Tpo" -c -o UDPProbe.o UDPProbe.cc;  then mv -f ".deps/UDPProbe.Tpo" ".deps/UDPProbe.Po"; else rm -f ".deps/UDPProbe.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT TCPProbe.o -MD -MP -MF ".deps/TCPProbe.Tpo" -c -o TCPProbe.o TCPProbe.cc;  then mv -f ".deps/TCPProbe.Tpo" ".deps/TCPProbe.Po"; else rm -f ".deps/TCPProbe.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT ICMPProbe.o -MD -MP -MF ".deps/ICMPProbe.Tpo" -c -o ICMPProbe.o ICMPProbe.cc;  then mv -f ".deps/ICMPProbe.Tpo" ".deps/ICMPProbe.Po"; else rm -f ".deps/ICMPProbe.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Reply.o -MD -MP -MF ".deps/Reply.Tpo" -c -o Reply.o Reply.cc;  then mv -f ".deps/Reply.Tpo" ".deps/Reply.Po"; else rm -f ".deps/Reply.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT ICMPReply.o -MD -MP -MF ".deps/ICMPReply.Tpo" -c -o ICMPReply.o ICMPReply.cc;  then mv -f ".deps/ICMPReply.Tpo" ".deps/ICMPReply.Po"; else rm -f ".deps/ICMPReply.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT TCPReply.o -MD -MP -MF ".deps/TCPReply.Tpo" -c -o TCPReply.o TCPReply.cc;  then mv -f ".deps/TCPReply.Tpo" ".deps/TCPReply.Po"; else rm -f ".deps/TCPReply.Tpo"; exit 1; fi
if clang++ -DHAVE_CONFIG_H       -pipe -Os -MT Server.o -MD -MP -MF ".deps/Server.Tpo" -c -o Server.o Server.cc;  then mv -f ".deps/Server.Tpo" ".deps/Server.Po"; else rm -f ".deps/Server.Tpo"; exit 1; fi
Server.cc:126:9: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>'
  res = bind(sock_server, (sockaddr*)&saddr, sizeof(sockaddr_in));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
*** [Server.o] Error code 1

bmake[2]: stopped making "all" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current/src
bmake[2]: 1 error

bmake[2]: stopped making "all" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current/src
*** [all-recursive] Error code 1

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current
bmake[1]: 1 error

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current
*** [all] Error code 2

bmake: stopped making "all" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/net/paris-traceroute/work/paris-traceroute-current
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/paris-traceroute
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/paris-traceroute