[Bug 235614] net/xprobe: fails on FreeBSD 11+ with error: TX_IP::sendpack::sendto: Invalid argument

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 9 00:00:42 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235614

            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 at FreeBSD.org
          Reporter: arunpereira at gmail.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

Issue is due to -DBROKEN_BSD flag in the Makefile. 

root at freebsd-buildserver-12:/usr/ports/net/xprobe/work/xprobe2-0.3/libs-external/USI++/src
# diff Makefile Makefile.orig 
5c5
< CFLAGS=-DIMMEDIATE -O2 -pipe -fstack-protector -fno-strict-aliasing 
-I/usr/include/pcap -I. -Wall
---
> CFLAGS=-DBROKEN_BSD -DIMMEDIATE -O2 -pipe -fstack-protector -fno-strict-aliasing  -I/usr/include/pcap -I. -Wall

Compiling without works fine. Tested on 12-Release.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list