Date: Sat, 09 Feb 2019 00:00:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235614] net/xprobe: fails on FreeBSD 11+ with error: TX_IP::sendpack::sendto: Invalid argument Message-ID: <bug-235614-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235614 Bug ID: 235614 Summary: net/xprobe: fails on FreeBSD 11+ with error: TX_IP::sendpack::sendto: Invalid argument Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: arunpereira@gmail.com Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org Issue is due to -DBROKEN_BSD flag in the Makefile.=20 root@freebsd-buildserver-12:/usr/ports/net/xprobe/work/xprobe2-0.3/libs-ext= ernal/USI++/src # diff Makefile Makefile.orig=20 5c5 < CFLAGS=3D-DIMMEDIATE -O2 -pipe -fstack-protector -fno-strict-aliasing=20 -I/usr/include/pcap -I. -Wall --- > CFLAGS=3D-DBROKEN_BSD -DIMMEDIATE -O2 -pipe -fstack-protector -fno-strict= -aliasing -I/usr/include/pcap -I. -Wall Compiling without works fine. Tested on 12-Release. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235614-7788>