Subject: Error building netbsd-1-5
To: None <netbsd-users@netbsd.org>
From: Quentin Garnier <netbsd@quatriemek.com>
List: netbsd-users
Date: 08/06/2002 09:19:04
Hi,

My build of netbsd-1-5 fails. I supped the source from sup2.fr.netbsd.org.

I build on a 1.6E, but I tried on my 1.5.3 (which is way slower) and I got
the same result.

I couldn't try getting source by CVS yet.

[8:39 cube@padme:ttyp8 /mnt/netbsd-1-5/src]% make release \
DESTDIR=/mnt/yoda/build RELEASEDIR=/mnt/yoda/release \
MAKEOBJDIR=/mnt/yoda/obj UNPRIVILEGED=yes

[... cleandir includes ...]
[...]
includes ===> lib/libcom_err/compile_et
includes ===> lib/libsl
includes ===> lib/libss
includes ===> lib/libasn1
all ===> lib/libasn1/asn1_compile
cc -O -I.                                -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../include/heimdal         -I/mnt/yoda/obj
         -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/asn1            -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/roken               -DHAVE_CONFIG_H -c -o main.lo /mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/asn1/main.c
[...]
cc -O -I.                                -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../include/heimdal         -I/mnt/yoda/obj
         -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/asn1            -I/mnt/netbsd-1-5/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/roken               -DHAVE_CONFIG_H   -o asn1_compile parse.lo lex.lo main.lo hash.lo symbol.lo gen.lo gen_encode.lo gen_decode.lo gen_free.lo gen_length.lo gen_copy.lo gen_glue.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo
parse.lo: In function `yyparse':
parse.lo(.text+0x408): undefined reference to `id_str'
parse.lo(.text+0x424): undefined reference to `base'
parse.lo(.text+0x438): undefined reference to `name'
parse.lo(.text+0x443): undefined reference to `name'
parse.lo(.text+0x475): undefined reference to `base'
parse.lo(.text+0x489): undefined reference to `name'
parse.lo(.text+0x494): undefined reference to `name'
parse.lo(.text+0x4b8): undefined reference to `number'
parse.lo(.text+0x4e0): undefined reference to `prefix'
parse.lo(.text+0x4ed): undefined reference to `prefix'
parse.lo(.text+0x50e): undefined reference to `prefix'
parse.lo(.text+0x537): undefined reference to `prefix'
parse.lo(.text+0x541): undefined reference to `prefix'
parse.lo(.text+0x564): undefined reference to `number'
parse.lo(.text+0x56f): undefined reference to `prefix'
parse.lo(.text+0x578): undefined reference to `prefix'
parse.lo(.text+0x5b2): undefined reference to `codes'
parse.lo(.text+0x5df): undefined reference to `codes'
parse.lo(.text+0x5e7): undefined reference to `codes'
parse.lo(.text+0x5f1): undefined reference to `codes'
parse.lo(.text+0x5fe): undefined reference to `number'
lex.lo: In function `error_message':
lex.lo(.text+0xde2): undefined reference to `numerror'
*** Error code 1

Stop.

cube