Subject: RE: kde-1.1.2 Meta-package on NetBSD 1.5
To: ''port-i386@netbsd.org' ' <port-i386@netbsd.org>
From: Jenkins, Graham K \[IBM GSA\] <Graham.K.Jenkins@team.telstra.com>
List: port-i386
Date: 04/19/2001 20:03:05
Yep, brand-new installation of NetBSD 1.5 (complete, with X)
yesterday - then pkg_add kde-1.1.2.tgz ..

pkg_info shows that we have jpeg-6b .. but we don't seem
to have anything whose name starts in 'libjpeg' ..

So what now??


-----Original Message-----
From: Bernd Sieker
To: 'port-i386@netbsd.org'
Sent: 4/19/01 7:38 PM
Subject: Re: kde-1.1.2 Meta-package on NetBSD 1.5

On 19.04.01, 18:08:54, Jenkins, Graham K [IBM GSA] wrote:
> Doesn't work - says:
>   libkdeui.so.2 : Undefined symbol "__pure_virtual" ..  and
>   libkfile.so.2   : ditto .. and
>   Shared object "libjpeg.so.62" not found

Did you install everything else that is needed by kde with pkgsrc?

In that case, this should not happen. If you just recently upgraded
from 1.4.x, you might nmeed to rebuild almost all of your libraries,
because the binary format has changed significantly between 1.4 (and
earlier) and 1.5.

The easiest way to do this using pkgsrc might be to cd into a pkgsrc
directory of a package, on which very many other packages depend (e.
g. qt1 or glib), and "make update". It removes and then re-builds all
packages depending on the one being "updated". This may take some time
and will temporarily remove many packages.

You can, however, interrupt the update process (even reboot the
system) and re-start it later and it will continue where it left.
("resuming update".)