On Tue, 28 Oct 2014 10:42:50 +0900, Ray Phillips <r.phillips%uq.edu.au@localhost> wrote:
> pkg_add: Warning: package `osabi-NetBSD-6.0' was built for a platform:pkg_add: NetBSD/x86_64 6.0 (pkg) vs. NetBSD/x86_64 6.1.5 (this host) The Operating System version (6.1.5) does not match 6.0 pkg_add: install script returned error status pkg_add: Can't install dependency osabi-NetBSD-6.0We have been discussing this problem on tech-pkg... Generally, 6.0 and 6.1.5 should be pretty much ABI compatible. So what I would do is download the osabi package, and then install it with "pkg_add -f".No, I'm afraid that didn't work: # ls -l osabi* -rw-r--r-- 1 ray wheel 3582 Oct 2 01:35 osabi-NetBSD-6.0.tgz nd1# pkg_add -f osabi-NetBSD pkg_add: Warning: package `osabi-NetBSD-6.0' was built for a platform: pkg_add: NetBSD/x86_64 6.0 (pkg) vs. NetBSD/x86_64 6.1.5 (this host) The Operating System version (6.1.5) does not match 6.0 pkg_add: install script returned error status pkg_add: 1 package addition failed #
Try to use "-I" instead of "-f" for the case. -- OBATA Akio / obata%lins.jp@localhost