Subject: Re: Build Fails
To: Matt Bell <mtbell@mb1.dial.servtech.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 05/17/2000 10:34:21
I got around it by adding "NOLINT=1" to crypto-intl/lib/libcrypto/Makefile
BTW openssl-0.9.5a has the same problems. I have some obvious inconsistencies
fixed, but not all - the fixes would end up patching the dist/ files, but
that seems to go against the idea of having a "dist" directory, ie., the
raw imported source - same goes for eg gzip - so what should one do in these
cases?
Cheers,
Patrick
On Tue, May 16, 2000 at 08:00:32PM -0400, Matt Bell wrote:
>
> 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
>