On Fri, Feb 03, 2006 at 03:18:32PM +0700, Reza Muhammad wrote: > 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.
no_x11 means you don't need X to run something, but you may still need X to build it. just install xbase39.tgz if you want to build packages yourself, or install the snapshot package. > 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. the difference is that nmap now depends on libdnet which drags in python etc. steven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
