pkgsrc-Bugs archive

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

Re: pkg/36662: pkgtools/pkg_install's audit_packages appears to be platform-specific



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@localhost> wrote:
The following reply was made to PR pkg/36662; it has been noted by GNATS.

From: Adrian Portelli <adrianp%stindustries.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
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.





Home | Main Index | Thread Index | Old Index