pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: can't install gnome



 >>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.

Yes, that worked thanks Akio:

# pkg_add -I 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)
#


Home | Main Index | Thread Index | Old Index