Hi guys,
I just upgraded my 3.8 box to 3.9-beta, and I was trying to reinstall
nmap from ports. Since there was no X Windows installed on my
machine, I used:
# env FLAVOR=no_x11 make install
But then I got these error messages:
===> Checking files for nmap-3.95p0-no_x11
`/usr/ports/distfiles/nmap-3.95.tgz' is up to date.
>> Checksum OK for nmap-3.95.tgz. (sha1)
===> nmap-3.95p0-no_x11 depends on: libdnet-* - not found
===> Verifying install for libdnet-* in net/libdnet
===> Checking files for libdnet-1.10p1
`/usr/ports/distfiles/libdnet-1.10.tar.gz' is up to date.
>> Checksum OK for libdnet-1.10.tar.gz. (sha1)
===> libdnet-1.10p1 depends on: python-2.3* - not found
===> Verifying install for python-2.3* in lang/python/2.3
===> Checking files for python-2.3.5p3
`/usr/ports/distfiles/Python-2.3.5.tgz' is up to date.
>> Checksum OK for Python-2.3.5.tgz. (sha1)
===> python-2.3.5p3 depends on: tk-8.4.7 - not found
===> Verifying install for tk-8.4.7 in x11/tk/8.4
===> tk-8.4.7 uses X11, but /usr/X11R6 not found.
===> Returning to build of python-2.3.5p3
===> python-2.3.5p3 depends on: tk-8.4.7 - not found
===> Verifying install for tk-8.4.7 in x11/tk/8.4
===> tk-8.4.7 uses X11, but /usr/X11R6 not found.
===> Returning to build of python-2.3.5p3
Dependency check failed
*** Error code 1
Stop in /usr/ports/lang/python/2.3 (line 1422 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/lang/python/2.3 (line 1750 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/net/libdnet (line 1422 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/net/libdnet (line 1750 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/net/nmap (line 1422 of /usr/ports/infrastructure/
mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/net/nmap (line 1750 of /usr/ports/infrastructure/
mk/bsd.port.mk).
Can anyone help me what's going on? I think since tk is in /usr/
ports/www/ there's no FLAVOR for "no_x11". This worked fine in 3.8
though.
Thanks for the help.