Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2006 08:20:11 +0100
From:      "mlu@so36.net" <mlu@so36.net>
To:        freebsd-ports@freebsd.org
Subject:   Scapy compilation error by py24-libdnet incomplete package list
Message-ID:  <45839E2B.4000707@so36.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45839E2B.4000707>