On Thu, Nov 22, 2007 at 11:31:30AM +0100, Pieter Verberne wrote: > Hi all, > > I'm trying to install gnome-doc-utils : > > $ sudo pkg_add gnome-doc-utils > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "en_US.UTF-8", > LANG = (unset) > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). We don't have support for UTF8 yet, and perl sees that. It's just an innocuous warning.
> Collision: the following files already exist > /usr/local/bin/gnome-doc-prepare (same md5) > /usr/local/bin/gnome-doc-tool (same md5) > /usr/local/bin/xml2po (same md5) > /usr/local/lib/pkgconfig/gnome-doc-utils.pc (same md5) > /usr/local/lib/pkgconfig/xml2po.pc (same md5) > /usr/local/man/man1/xml2po.1 (same md5) > /usr/local/share/aclocal/gnome-doc-utils.m4 (same md5) > /usr/local/share/xml2po/xhtml.pyc (same md5) > etc, etc, etc... > /usr/sbin/pkg_add: fatal issues in installing gnome-doc-utils-0.10.3p2 > $ So, it definitely looks like you've got gnome-doc-utils installed already (or most of it). Did you look at installed your package list ? check for gnome-doc-utils-*, or partial-gnome-doc-utils-* in case something went wrong. It is totally *impossible* that you've got those files on this computer without having already tried to install this package (voluntarily, or by accident): just look at this report, you've got loads of files with the same md5, so they come from the same package. The package should say it's already installed if it is, and should say there's a conflict with a partial-* of the same name. I don't know how you did it, but something very wrong happened here. Did you erase /var/db/pkg ? did you get an error message from a pkg_add you didn't read and went forward anyways ?