> I have an old installation of OpenBSD that is following -current and I > had successfully done so going from 5.5 to 5.6 a long time ago. Today > I tried to follow -current again and I stepped into several issues. > > At first, kernel build failed and I found out that as of 2015-09-11 I > have to update config(8) before building. Therefore, I tried to update > config(8) with: > > cd /usr/src/usr.sbin/config > make obj && make cleandir && make depend && make && make install > > which also fails because it tries to use pledge(2) which was introduced in > 5.9. > > So now I am wondering what options do I have? Is it possible to follow > -current at this stage? Can I (or should I) go to a stable release > instead?
Upgrade with a snapshot. You don't stand a chance figuring out what we changed and making your way through it.