View Single Post
  #1   (View Single Post)  
Old 20th November 2011
xTz xTz is offline
New User
 
Join Date: Nov 2011
Posts: 1
Default tk installation issues

Hello,

Today I tried to install nmap and I have troubles with installing the tk package.
Ports tried to install python as a dependancy of nmap and then tk as a dependancy of python:

Code:
===>  python-2.7.1p9 depends on: tk->=8.5,<8.6 - not found
===>  Verifying install for tk->=8.5,<8.6 in x11/tk/8.5
===>  Checking files for tk-8.5.9p1
>> Fetch http://downloads.sourceforge.net/sourceforge/tcl/tk8.5.9-src.tar.gz
tk8.5.9-src.tar.gz 100% |******************************************************************************************************************************************|  3735 KB    00:12
>> (SHA256) tk8.5.9-src.tar.gz: OK
===>  tk-8.5.9p1 depends on: metaauto-* - found
===>  tk-8.5.9p1 depends on: autoconf-2.59 - found
===>  tk-8.5.9p1 depends on: groff->=1.21 - found
===>  tk-8.5.9p1 depends on: tcl->=8.5.9,<8.5.10-!threaded - found
===>  Verifying specs: X11 Xau Xdmcp Xext Xft Xrender Xss c expat fontconfig freetype m tcl85 z pthread-stubs xcb X11 Xau Xdmcp Xext Xft Xrender Xss c expat fontconfig freetype m tcl85 z pthread-stubs xcb
Missing library for X11>=0.0
Missing library for Xau>=0.0
Missing library for Xdmcp>=0.0
Missing library for Xext>=0.0
Missing library for Xft>=0.0
Missing library for Xrender>=0.0
Missing library for Xss>=0.0
Missing library for fontconfig>=0.0
Missing library for freetype>=0.0
Missing library for pthread-stubs>=0.0
Missing library for xcb>=0.0
Fatal error
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 1990 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 2309 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 1699 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 2270 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 1730 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/tk/8.5 (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 1892 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 2309 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 1699 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 2270 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 1730 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/lang/python/2.7 (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 1892 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 2309 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 1699 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 2270 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 1730 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nmap (line 2250 of /usr/ports/infrastructure/mk/bsd.port.mk).
I use OpenBSD 5.0-stable.

I have installed OpenBSD without the x packages (- x* at packages selection prompt).
Does that mean I have to install X-related stuff too to be able to install packages, that do NOT specifically require X-frontend or GUI?
Reply With Quote