Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230110

--- Comment #11 from Craig Leres <leres@freebsd.org> ---
Created attachment 203506
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203506&action=
=3Dedit
Comment out DARWIN use_bpf check

I tried the 203423 patch with 11.2-RELEASE and DEFAULT_VERSIONS=3Dpython=3D=
3.7 and
it fails with FreeBSD:

        _set_conf_sockets()
      File "/usr/local/lib/python3.7/site-packages/scapy/config.py", line 4=
36,
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 pa=
tch
is for the change I made after applying 203423.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230110-21822-We5HhZWbLZ>