Subject: Re: pkg/36662: pkgtools/pkg_install's audit_packages appears to be platform-specific
To: None <gnats-bugs@netbsd.org, adrianp@stindustries.net>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/19/2007 17:48:07
It's still breaking because <err.h> rather than <nbcompat/err.h> is included...
... and because <sys/cdefs.h> (which defines the macro __P) isn't
being included...
... but, having said this, when run with "-g" it does produce a hash,
and with "-vvv" it does show reasonable looking output - so I think
that's cracked it.
Cheers,
Stuart
On 19/07/07, Adrian Portelli <adrianp@stindustries.net> wrote:
> The following reply was made to PR pkg/36662; it has been noted by GNATS.
>
> From: Adrian Portelli <adrianp@stindustries.net>
> To: gnats-bugs@NetBSD.org
> Cc:
> Subject: Re: pkg/36662: pkgtools/pkg_install's audit_packages appears to be
> platform-specific
> Date: Wed, 18 Jul 2007 23:15:00 +0100
>
> Hi,
>
> Could you please do a 'cvs update' to make sure you have all the latest
> changes and then apply the following patch:
>
> http://www.stindustries.net/NetBSD/stuff/pkg_install.diff
>
> (cd ${PREFIX} && cat pkg_install.diff | patch -p0)
>
> And see if this fixes your issues.
>
> thanks,
>
> adrian.
>
>