On Fri, Jan 21, 2011 at 02:54:58PM -0500, Michael W. Lucas wrote: > Summary: Is this error worth a bug report?
Not any more. > Can't call method "errsay" on unblessed reference at > /usr/libdata/perl5/OpenBSD/Add.pm line 693. Fixed, thanks. > My packages are now in an inconsistent state, as partial-gdk-pixbuf > was fubarized in the previous crash: Yeah, I forgot to pass state around, so partial-gdk-pixbuf got uncomplete registration. > Fatal error: can't locate partial-gdk-pixbuf-2.22.1 > at /usr/libdata/perl5/OpenBSD/Update.pm line 102 > > I can fix this with pkg_delete and re-adding them. But is there an > easier way? rm -rf /var/db/pkg/partial-gdk-pixbuf-2.22.1 pkg_add -i gdk-pixbuf-2.22.1 should notice the files lying, and ask you to register them.