On Sat, Dec 12, 2009 at 05:07:35PM +0100, Matthieu Herrb wrote: > Hi, > > On a -current system from today, trying to update my packages with > 'pkg_add -ui' I get stuck there: > > Candidates for updating glib2-2.22.2p2 -> glib2-2.22.3p0 > Candidates for updating fam-2.7.0p9 -> fam-2.7.0p10 > Collision: the following files already exist > /usr/local/include/fam.h (libgamin-0.1.10) > /usr/local/lib/libfam.a (libgamin-0.1.10) > /usr/local/lib/libfam.la (libgamin-0.1.10) > /usr/sbin/pkg_add: fatal issues in fam-2.7.0p9->libgamin-0.1.10+fam-2.7.0p10 > > PKG_PATH is ftp://ftp.fr.openbsd.org/pub/OpenBSD/snapshots/packages/i386/ > > I guess this is not supposed to happen. >
This is a somewhat weird update scenario, and -snapshot pkg_add will fail in an interesting way. This is now fixed. If you're stuck with an older pkg_add, just update fam manually first (e.g., pkg_add -r fam-2.7.0p10) and then pkg_add -u should find its way...
