Subject: Re: KDE pkg install
To: Marc Coevoet <marcsje@fulladsl.be>
From: Ian Zagorskih <ianzag@megasignal.com>
List: netbsd-users
Date: 02/01/2006 23:31:41
> Here, three packs have been renewed, and then KDE seems to compile fine:
> (after cvs tuesday 18h GMT)
>
> errror:
>
> *** If so, you may use either of:
> *** - "pkg_delete expat-1.95.8nb2" and "/usr/bin/make reinstall" to
> upgrade properly
> *** - "/usr/bin/make update" to rebuild the package and all of its
> dependencies
> *** - "/usr/bin/make replace" to replace only the package without
> re-linking
> *** dependencies, risking various problems.
>
> then I do:
Just today I build beta version of gaim 2.0.0 from pkgsrc-wip and in turn it
made the latest expat, gtk2 and so on. Next on the target machine the
following magic really did help:
# pkg_add -uu gaim
...when I had older versions of gaim, gtk2, expat and so on but all did
recursively updated just fine *. Try it, just don't forget to ask man about
pkg_add and specify "-uu" key to be sure packages tree is updated
recursively :)
*) Except that all other packages including KDE stuff now doesn't run
complaining on missing libexpat.so.0 library from updated expat-1.x
package :)
// wbr