DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 20th November 2011
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by xTz View Post
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?
Yes. This is covered in Section 15.4.1 of the FAQ. In particular:
Quote:
Another common failure is a missing X11 installation. Even if the port you try to build has no direct dependency on X11, a subpackage of it or its dependencies may require X11 headers and libraries. Building ports on systems without X11 is not supported, so if you insist on doing so, you are on your own to figure it out. For many ports, there are, however, "no_x11" flavored packages available, which you can install without needing X11 on your system.
The more important question is "why are you compiling ports?" Building ports results in the very same packages which are already available on the project mirrors. OpenBSD 5.0-stable installations can utilitize packages from OpenBSD 5.0-release since there are to be no library differences between -release & -stable.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
NetBSD 5.1 Installation issues acottag NetBSD Installation and Upgrading 8 14th January 2011 05:06 AM
ALTQ: CBQ issues Lexus45 OpenBSD General 1 23rd May 2010 02:29 AM
Weird NAT issues EvanED FreeBSD General 3 11th July 2008 11:02 PM
KVM issues lil_elvis2000 FreeBSD General 5 9th June 2008 07:55 PM
Sendmail, issues... pcfxer FreeBSD General 2 8th May 2008 10:07 AM


All times are GMT. The time now is 08:52 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick