On 2014-12-26, Damon Getsman <[email protected]> wrote: > Right off the bat I got issues about 'Can't locate object method > "filter_obsolete" via package "OpenBSD::Quirks1" at > /usr/libdata/perl5/OpenBSD/AddDelete.pm line 351"'. This was at the 'final > step', and there had been no hiccups during the sysmerging process that I > wasn't used to. > > After this issue, I started having packages that the system was trying to > reinstall but totally horked on. I'm not totally sure if this is > comprehensive at this point, but here are the packages and what I had to do > with them: > > * apcupsd - had to manually remove from pkg_list_manual > * cups - ditto > * fedora-base - ditto > * ntop - ditto > * hylafax & smsmail or whatever - ditto > > I then ran into a bunch that I had to install unsigned, finally just > hitting the 'a'll so as to stop having to manually intervene and say 'y'es > on each one. These started with metaauto*, autoconf-2.69p0*, bash-4.2.45, > beave, and then I lost track of the rest with the 'a'll install specified.
The 5.5 packages *are* signed. I think you are trying to update packages from an incorrect source. Check that PKG_PATH in the environment and/or /etc/pkg.conf are valid for 5.5 and do "pkg_add -D installed -u" to update everything (this will reinstall all packages). Capture the output (e.g. with script) so if it fails you can show the exact output.

