Subject: Re: pkgtools/pkg_install failure on current (3:40 CST) pkgsrc
To: <>
From: walt <wa1ter@myrealbox.com>
List: tech-pkg
Date: 02/20/2004 05:37:01
Lurch wrote:
> checking for strtoll... (cached) yes
> checking for optarg declaration... yes
> checking for optind declaration... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating nbcompat/config.h
> gcc -o bits bits.c
> ./bits nbcompat/nbtypes.h
> awk '                                                    BEGIN { process = 1 }
> /NBCOMPAT templat
> e section follows\./ { process = 0 }     /^\#[  ]*define[       ]+PACKAGE_.*/ {
> next }           /^\#[  ]*define[       ]+/ {     
> if (process == 1) {                              guard = $0;
> sub("^#[       ]*define[       ]+", "", g
> uard);  sub("[  ]+.*", "", guard);               print "#ifndef " guard;
> print $0;                        
> print "#endif";                          next;
> }                                               }
>  { print }                                               ' nbcompat/config.h >
> nbcompat/nbconfig.h
> gcc  -I. -I.  -g -O2 -DHAVE_CONFIG_H -c glob.c
> In file included from nbcompat.h:320,
>                  from glob.c:57:
> util.h:39: nbconfig.h: No such file or directory

nbconfig.h is from pkgtools/libnbcompat.  Do you have that package installed?