Subject: Build Fails
To: None <current-users@netbsd.org>
From: Matt Bell <mtbell@mb1.dial.servtech.com>
List: current-users
Date: 05/16/2000 20:00:32
Hi,

my build keeps failing on this from 5/14 src:

building shared crypto library (version 0.0)
ld -x -shared -soname libcrypto.so.0 -o 
libcrypto.so.0.0  /usr/lib/crtbeginS.o  --whole-archive libcrypto_pic.a 
--no-whole-archive   /usr/lib/crtendS.o
rm -f libcrypto.so.0
ln -s libcrypto.so.0.0  libcrypto.so.0
rm -f libcrypto.so
ln -s libcrypto.so.0.0  libcrypto.so
building llib-lcrypto.ln
Lint pass2:
ERR_get_string_table value declared 
inconsistently      err.c(408)  ::  a_object.c?(60)
BN_print, arg 1 declared inconsistently         bn_print.c(297) :: nsseq.c?(61)
libdes_version value declared 
inconsistently    ecb_enc.c(63)  ::  rpc_enc.c?(61)
ERR_get_err_state_table value declared 
inconsistently   err.c(413)  ::  a_object.c?(60)
DES_version value declared 
inconsistently       ecb_enc.c(64)  ::  rpc_enc.c?(61)
DHparams_print, arg 1 declared inconsistently   t_pkey.c(281) :: nsseq.c?(63)
1 error
*** Error code 2

Any help would be greatly appreciated.

-Matt