Date: Fri, 29 Mar 2002 01:20:07 -0800 (PST) From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/36431: src/secure/lib/libtelnet fails in CURRENT Message-ID: <200203290920.g2T9K7B60038@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR bin/36431; it has been noted by GNATS.
From: "Crist J. Clark" <cjc@FreeBSD.ORG>
To: dirk.meyer@dinoex.sub.org
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/36431: src/secure/lib/libtelnet fails in CURRENT
Date: Fri, 29 Mar 2002 01:17:34 -0800
On Thu, Mar 28, 2002 at 09:10:02PM +0100, dirk.meyer@dinoex.sub.org wrote:
> >Description:
>
> libtelnet can't be build.
>
> cc1: warnings being treated as errors
> /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c:718: warning: non-static declaration for `encrypt_keyid' follows static
>
> >How-To-Repeat:
>
> try to buildworld current
>
> >Fix:
>
> strip -Werror from Makefiles.
> or fix the code.
A 5-CURRENT world builds fine for me on 4.5-RELEASE.
cc -O -pipe -march=pentium -DENCRYPTION -DAUTHENTICATION -DSRA -I/export/freebsd/CURRENT/src/secure/lib/libtelnet/../../../crypto/telnet -I/export/freebsd/CURRENT/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet -DNO_IDEA -Werror -Wall -Wno-uninitialized -c /export/freebsd/CURRENT/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c -o encrypt.o
Can you pin down the dates on your source?
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203290920.g2T9K7B60038>
