Subject: Re: README.html: cannot find vulnerability list
To: None <pkgsrc-users@netbsd.org>
From: Mark E. Perkins <perkinsm@bway.net>
List: pkgsrc-users
Date: 08/04/2007 13:44:45
On 2007/08/04 13:18, David Lord wrote:
> On 4 Aug 2007, at 12:26, Adrian Portelli wrote:
>
>> Gary Thorpe wrote:
>> ...
>>> I applied the patch but the result seems to be the same:
>>>
>> ...
>>
>> Hi,
>>
>> Could you please do a 'cvs update' and try again ? I think I found the
>> problem and committed a fix for it.
>
> Now get a different problem
>
> I still have following line in both mk.conf (tried with/without) and
> audit-packages.conf.
>
> PKGVULNDIR="/var/db/audit-packages"
>
>
> bash-3.2$ uname -v
> NetBSD 4.0_BETA2 (P4X2400C_0.37) #0: Thu Jul 12 15:28:34 GMT 2007 zardoz@p4x2400c.home.lordynet.org:/mnt_l/src_i/nbsd_4/src/sys/arch/i386/compile/obj/P4X2400C_0.37
> bash-3.2$ pkg_info -V
> 20070802
> bash-3.2$ cd /usr/pkgsrc/www/links
> bash-3.2$ make README.html
> ----> Creating new database in /usr/pkgsrc/www/links/README.html.tmp1
> ----> Depending in /usr/pkgsrc/www/links (pass #1)
> Complete dependency database left in /usr/pkgsrc/www/links/README.html.tmp1
> Reading database file
> /usr/bin/awk: can't open file option
> source line number 62
> *** Error code 2
>
> Stop.
> make: stopped in /usr/pkgsrc/www/links
I'll throw a different wrench into this conversation :-)
-> uname -v
Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007;
root:xnu-792.21.3~1/RELEASE_PPC
-> pkg_info -V
20070802
-> bmake README.html
----> Creating new database in /usr/pkgsrc/www/links/README.html.tmp1
Makefile:9: *** missing separator. Stop.
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/www/links
bmake is bmake-20051105nb3
pksrc was updated from cvs minutes ago.
My /etc/mk.conf is totally uninteresting; it's the one created at bootstrap
with a few ACCEPTABLE_LICENSE settings and PAPERSIZE setting.
Mark