Date: Mon, 08 Apr 2019 21:42:05 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 230110] net/scapy: Update to 2.4.2 Message-ID: <bug-230110-21822-We5HhZWbLZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230110-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-230110-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230110 --- Comment #11 from Craig Leres <leres@freebsd.org> --- Created attachment 203506 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203506&action=edit Comment out DARWIN use_bpf check I tried the 203423 patch with 11.2-RELEASE and DEFAULT_VERSIONS=python=3.7 and it fails with FreeBSD: _set_conf_sockets() File "/usr/local/lib/python3.7/site-packages/scapy/config.py", line 436, in _set_conf_sockets raise ScapyInvalidPlatformException("Darwin (OSX) only !") scapy.error.ScapyInvalidPlatformException: Darwin (OSX) only ! Commenting out the check in _set_conf_sockets() seems to solve this. The patch is for the change I made after applying 203423. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230110-21822-We5HhZWbLZ>
