Subject: bootstrapping linux
To: None <current-users@netbsd.org>
From: Zafer Aydogan <zafer@gmx.org>
List: current-users
Date: 11/06/2005 07:37:21
aloha.

while bootstrapping on linux (suse) this happens:

...
checking for dbopen... no
checking for tgetent... yes
checking for vfork... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for a working PRIu64... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating add/Makefile
config.status: creating admin/Makefile
config.status: creating bpm/bpm.sh
config.status: creating create/Makefile
config.status: creating delete/Makefile
config.status: creating info/Makefile
config.status: creating lib/Makefile
config.status: creating view/Makefile
config.status: creating view/linkfarm.sh
config.status: creating view/pkg_view.sh
config.status: creating lib/config.h
gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/var/db/pkg\"
-DTAR_CMD=\"/usr/pkg/bin/tar\" -DFTP_CMD=\"/usr/pkg/bin/ftp\"
-I../libnbcompat -I../../libnbcompat -I. -I. -g -O2 -c automatic.c
automatic.c:37: error: parse error before string constant
automatic.c:37: warning: data definition has no type or storage class
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/bootstrap/work/pkg_install/lib
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/bootstrap/work/pkg_install
===> exited with status 1
aborted.

/usr/pkgsrc/bootstrap #

it's a fresh checkout. do i miss anything ?
thanks.

z++