Scapy compilation error by py24-libdnet incomplete package list

mlu at so36.net mlu at so36.net
Fri Dec 15 22:15:13 PST 2006


Hi,

while running actual portstree and trying to install scapy on i encountered:

# make install
===>  Installing for scapy-1.0.5
===>   scapy-1.0.5 depends on file:
/usr/local/lib/python2.4/site-packages/dnet.so - not found
===>    Verifying install for
/usr/local/lib/python2.4/site-packages/dnet.so in /usr/ports/net/py-libdnet
===>  py24-libdnet-1.11 is marked as broken: Incomplete pkg-plist.
*** Error code 1

Stop in /usr/ports/net/py-libdnet.


By looking into the Makefile of py24-libdnet:

...
COMMENT=        Python module for libdnet
BROKEN=                Incomplete pkg-plist
MASTERDIR=      ${.CURDIR}/../libdnet
BUILD_PYTHON_MODULE=    yes
NOT_FOR_ARCHS=                  ia64
NOT_FOR_ARCHS_REASON_ia64=      fails to build with internal compiler error

.include "${MASTERDIR}/Makefile"

The package relaying on libdnet. So commenting out BROKEN, let you build
scapy.

marco


More information about the freebsd-ports mailing list