On 2013/08/25 09:46, Florian Stinglmayr wrote: > Hi, > > I just compiled nmap from ports and it always gives the following > error: > > Starting Nmap 6.25 ( http://nmap.org ) at 2013-08-25 09:45 CEST > assertion "diff <= interval" failed: file "timing.cc", line 408, function > "update" > Abort trap > > I supppose it has something to do with the time_t change? > > Regards, > Florian >
nmap was already partly broken on OpenBSD due to bad conversions between timeval and bpf_timeval, the time_t switch has made it worse. http://marc.info/?l=openbsd-ports&m=136930349508697&w=2
