Subject: Re: pkg/31392
To: Roland Illig <rillig@NetBSD.org>
From: Rob Hamrick <rph@chaosnet.org>
List: pkgsrc-bugs
Date: 11/12/2005 17:02:42
On Sat, Oct 22, 2005 at 04:34:24PM +0200, Roland Illig wrote:
>              But it seems that the bugs has something to do 
> with openssl. Can you please try the following sequence:?
> 
>     cd /usr/pkgsrc/net/wget
>     make clean
>     make configure
>     $EDITOR work/wget-*/http-ntlm.c
> 
> Then, before the #if OPENSSL_VERSION_NUMBER line, please insert this:
> 
>     OPENSSL_VERSION_NUMBER;
> 
> Then, continue building the package with
> 
>     make build
> 
> this will lead to a compile error, showing the OpenSSL version number.
> 
> I don't know yet how to fix this bug, but I hope this answer will point 
> me to the right direction. ;)
> 
> Roland

Did as instructed (sorry about the delay) and below is the output from 'make
build'.  Is it what you were expecting?  Please let me know what else you
would like me to test.  -Rob

cc -I. -I. -I/usr/include  -DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/pkg/etc/wgetrc\"
-DLOCALEDIR=\"/usr/pkg/share/locale\" -O2 -I/usr/include -c http-ntlm.c
http-ntlm.c:56: warning: data definition has no type or storage class
http-ntlm.c:186: error: parse error before "des_key_schedule"
http-ntlm.c: In function `setup_des_key':
http-ntlm.c:188: error: `des_cblock' undeclared (first use in this
function)
http-ntlm.c:188: error: (Each undeclared identifier is reported only once
http-ntlm.c:188: error: for each function it appears in.)
http-ntlm.c:188: error: parse error before "key"
http-ntlm.c:190: error: `key' undeclared (first use in this function)
http-ntlm.c:190: error: `key_56' undeclared (first use in this function)
http-ntlm.c:200: error: `ks' undeclared (first use in this function)
http-ntlm.c: In function `calc_resp':
http-ntlm.c:211: error: `des_key_schedule' undeclared (first use in this
function)
http-ntlm.c:211: error: parse error before "ks"
http-ntlm.c:213: error: `ks' undeclared (first use in this function)
http-ntlm.c:214: error: `des_cblock' undeclared (first use in this
function)
http-ntlm.c:214: error: parse error before ')' token
http-ntlm.c:218: error: parse error before ')' token
http-ntlm.c:222: error: parse error before ')' token
http-ntlm.c: In function `mkhash':
http-ntlm.c:263: error: `des_key_schedule' undeclared (first use in this
function)
http-ntlm.c:263: error: parse error before "ks"
http-ntlm.c:265: error: `ks' undeclared (first use in this function)
http-ntlm.c:266: error: `des_cblock' undeclared (first use in this
function)
http-ntlm.c:266: error: parse error before ')' token
http-ntlm.c:270: error: parse error before ')' token
*** Error code 1