From owner-freebsd-stable@FreeBSD.ORG Sun Feb 8 07:29:35 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC8016A4CE; Sun, 8 Feb 2004 07:29:35 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BD343D1D; Sun, 8 Feb 2004 07:29:35 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from dialup-67.75.137.72.Dial1.Atlanta1.Level3.net (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id PAA62689; Sun, 8 Feb 2004 15:29:33 GMT Date: Sun, 8 Feb 2004 10:29:33 -0500 From: Ben Williams X-Mailer: The Bat! (v2.02.3 CE) Personal X-Priority: 3 (Normal) Message-ID: <1435360324.20040208102933@instantemail.net> To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD Stable Subject: make word / make buildworld fails in libtelnet ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ben Williams List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 15:29:36 -0000 ... if your make.conf specifies "WARNS_WERROR= yes" and may fail if any CFLAGS are specified there too. In file included from /usr/obj/usr/src/i386/usr/include/openssl/ui_compat.h:63, from /usr/obj/usr/src/i386/usr/include/openssl/des_old.h:439, from /usr/obj/usr/src/i386/usr/include/openssl/des.h:101, from /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64, from /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c:53: /usr/obj/usr/src/i386/usr/include/openssl/ui.h:220: warning: function declaration isn't a prototype *** Error code 1 Stop in /usr/src/secure/lib/libtelnet. *** Error code 1 Stop in /usr/src/secure/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # I've been trying to buildworld for RELENG_4 for quite some time now and until I found http://docs.freebsd.org/cgi/mid.cgi?20031027002704.GA50830 last night none of the mailing list archives seemed to help me. My buildworld succeeded this morning while I was still asleep so I decided to post a message to the lists detailing the answer that fixed it for me. Hope this helps someone else too! -- Ben mailto:benwilliams@instantemail.net PS - I am not subscribed to the lists right now because my 33.6 dialup can't hack the message volume.