Subject: Re: Problem building "netbsd-2" cvs extraction on 1.6
To: None <netbsd-help@NetBSD.org>
From: Paul Newhouse <newhouse@rockhead.com>
List: netbsd-help
Date: 09/12/2005 14:23:06
> On Mon, Sep 12, 2005 at 12:25:34PM -0700, Paul Newhouse wrote:
> > Thanks, that made it go much farther. Then it hits this:
> 
>  ./build.sh tools

> David
>
>
> > cc    -O -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings 
> > -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic 
> > -Wno-long-long   -DHAVE_CONFIG_H  -o cc1  c-parse.o c-lang.o c-pretty-print.o 
> > attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o  c-convert.o 
> > c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o  c-objc-common.o 
> > c-dump.o libcpp.a  main.o libbackend.a   ../libiberty/libiberty.a
> > libbackend.a(timevar.o): In function `get_time':
> > timevar.o(.text+0x2f): undefined reference to `__times13'
> 
> Hum, this I don't know. The only way it could reference __times13 on a system
> where it doesn't exists is if you updated the system's includes. Maybe remove
> /usr/include and extract comp.tgz again for the release you're running
> (not the one you're trying to compile) ?
> 
> -- 
> Manuel Bouyer <bouyer@antioche.eu.org>
>      NetBSD: 26 ans d'experience feront toujours la difference
> --
> 

That gets me past the tools problem (I think). Thanks.

Now trying to build a kernel,

  "config Dell" 

gets me:

../../../../opencrypto/files.opencrypto:10: syntax error
../../../../opencrypto/files.opencrypto:25: undefined attribute `opencrypto'
../../../../netinet6/files.ipsec:3: syntax error
../../../../netinet6/files.ipsec:4: syntax error
../../../../conf/majors:12: syntax error
../../../../conf/files:208: syntax error
../../../../conf/files:269: syntax error
../../../../conf/files:472: undefined attribute `wlan'
../../../../conf/files:477: undefined attribute `wlan'
../../../../conf/files:483: undefined attribute `wlan'
../../../../conf/files:488: undefined attribute `wlan'
../../../../conf/files:495: undefined attribute `wlan'

do I have to install some more files, or move them around or ????

TIA,
Paul