On 2007/11/12 15:09, Pieter Verberne wrote:
> $ sudo pkg_add -i dia
> Can't install shared-mime-info-0.22: lib not found glib-2.0.1400.0

You have old packages in PKG_PATH; clean them all out. If it's pointing
to a 3rd-part package repo (e.g. an ftp mirror), remove it from PKG_PATH.

> Can't install gettext-0.16.1 because of conflicts (gettext-0.14.6p0)
> /usr/sbin/pkg_add: gettext-0.16.1:Fatal error

Updating your installed packages will fix this.
Or "make FORCE_UPDATE=Yes".

> # sudo pkg_add -u

you're already root here (-:

Either choose "pkg_add -ui" for an interactive update, or 
"pkg_add -u -F update -F updatedepends", to permit this update:

> New package libxml-2.6.30 contains potentially unsafe operations
>         @exec /usr/local/share/libxml2/rebuild
> Can't safely update to libxml-2.6.30 (use -F update to force it)

...

> Candidates for updating ORBit2-2.14.7 -> ORBit2-2.14.7 #same version?
> Candidates for updating Xaw3d-1.5p0 -> Xaw3d-1.5p0     #same version?

That's normal, depended-on libraries have changed.

> Can't install ghostscript-8.54p1: lib not found X11.11.0

Install xbase from a newer snap.

While you're there, you might also not have followed the instructions
about expat files; see http://openbsd.org/faq/current.html#20071020

Reply via email to