Subject: Re: netbsd32_compat30-3.1 fails on amd64 with netbsd-4
To: John Klos <john@ziaspace.com>
From: Johnny C. Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 09/04/2007 00:13:52
On Mon, Sep 03, 2007 at 09:26:01PM +0000, John Klos wrote:
> 
> => Registering installation for netbsd32_compat30-3.1
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libcrypto.so.2' is in +CONTENTS but not 
> on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libcrypto.so.2.1' is in +CONTENTS but 
> not on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libevent.so.0' is in +CONTENTS but not 
> on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libevent.so.0.2' is in +CONTENTS but not 
> on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libradius.so.0' is in +CONTENTS but not 
> on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libradius.so.0.0' is in +CONTENTS but 
> not on filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libz.so.0' is in +CONTENTS but not on 
> filesystem!
> pkg_admin: netbsd32_compat30-3.1: File 
> `/usr/local/emul/netbsd32/usr/lib/libz.so.0.4' is in +CONTENTS but not on 
> filesystem!
> netbsd32_compat30-3.1 requires installed package 
> netbsd32_compat30-extras-3.1

These are not errors but warnings generated by pkg_admin(8) because
the target of the named symlinks do not exist.  In this case, they
can be safely ignored because the targets *do* exist in the emulation
root /emul/netbsd32.  The package actually installs and registers
correctly in the system.

pkg_admin(8) has been updated to output a more accurate warning message
than the above.  If you update from pkgtools/pkg_install, then you
will get the updates.

For more details on this, see PR pkg/36841:

    http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36841

	Cheers,

	-- Johnny Lam <jlam@pkgsrc.org>