On Fri, Jan 07, 2011 at 06:31:36PM +0000, Matthias Scheler wrote:
On Fri, Jan 07, 2011 at 06:17:06PM +0100, Bernd Ernesti wrote:
> Hi,
>
> On Tue, Sep 07, 2010 at 07:55:17PM +0000, Matthias Scheler wrote:
> > Module Name: pkgsrc
> > Committed By: tron
> > Date: Tue Sep 7 19:55:17 UTC 2010
> >
> > Modified Files:
> > pkgsrc/www/squid31: Makefile distinfo
> >
> > Log Message:
> > Update "squid31" package to version 3.1.8. Changes since 3.1.7:
>
> I'm not sure when this was introduced but I get the following error
> during the installation:
>
> => Checking for non-existent script interpreters in squid-3.1.8
> ERROR: [check-interpreter.mk] The interpreter "" of
"/usr/pkg/share/squid/errors/pt-pt" does not exist.
> *** Error code 1
>
> /usr/pkg/share/squid/errors/pt-pt is a symlink pointing to pt
Which is a directory on my system. What is it on yours?
pt is also a directory here.
the symlink pt-pt is listed in the PLIST and so the check seem to be done for
this entry.
> Thats with pkgsrc-2010Q3, netbsd-5 on amd64.
It works fine for under NetBSD/amd64 5.1 with "PKG_DEVELOPER" set to "yes".
USE_DESTDIR=no in my case too.
Bernd