Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 21:46:38 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        Martin Schweizer <info@pc-service.ch>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Install KDE3 on FreeBSD4.5STABLE
Message-ID:  <3D0D69AE.5050201@owt.com>
References:  <20020616203132.A36263@saturn.spectraweb.ch> <3D0CDFE2.1050303@owt.com> <20020617063142.B926@saturn.spectraweb.ch>

next in thread | previous in thread | raw e-mail | index | archive | help


Martin Schweizer wrote:

> Hello Kent
> 
> On Sun, Jun 16, 2002 at 11:58:42AM -0700 Kent Stewart wrote:
> 
>>>I installed KDE3, XFree86 (4.2.0) and startx with the ports. After startkde 
>>>I receive the following output:
>>>
>><snip>
>>
>>>Stop in /usr/ports/x11-toolkits/qt23.
>>>
>>>Start X with xdm works fine.
>>>
>>>I checked serveral website and mail archives but with no success. What I'm 
>>>doing wrong?
>>>
>>
>>For starters, you built the wrong version of qt. You need qt-3.0.x. 
>>Check the dependancies of kde3.
>>
> 
> The following I installed (with pgk_info):
> 
> qt-2.2.4            A C++ X GUI toolkit
> qt-3.0.3_4          A C++ X GUI toolkit
> qt-3.0.3_5          A C++ X GUI toolkit
> 
> Where can I look?


You can use something like

coral# cd bin
coral# cat search
#! /bin/sh
cd /usr/ports
make search name=$1

To list the dependancies. You should only have one of them installed 
and you probably need to pkg_delete the group and reinstall

Running search shows

coral# search qt-3.0.3_5
Port:   qt-3.0.3_5
Path:   /usr/ports/x11-toolkits/qt30

with a long list of b-deps and r-deps.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D0D69AE.5050201>