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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to