From owner-freebsd-current Wed Jan 29 3:48:45 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C5737B401 for ; Wed, 29 Jan 2003 03:48:43 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B868743F43 for ; Wed, 29 Jan 2003 03:48:37 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.135.167] (port=49350 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18dqho-0002AX-00 for freebsd-current@freebsd.org; Wed, 29 Jan 2003 19:48:36 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id h0TBmZ3c016892 for ; Wed, 29 Jan 2003 19:48:36 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id h0TBmZQl016891 for freebsd-current@freebsd.org; Wed, 29 Jan 2003 19:48:35 +0800 (CST) Date: Wed, 29 Jan 2003 19:48:35 +0800 From: leafy To: freebsd-current@freebsd.org Subject: Re: make buildworld failure Message-ID: <20030129114835.GA16883@leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org References: <20030128204740.652e4588.sirfunk@sadclown.net> <000f01c2c746$1d13a4e0$0402a8c0@nh2> <20030128223210.3bec76a8.sirfunk@sadclown.net> <001d01c2c748$d54b74a0$0402a8c0@nh2> <20030129061604.4859749f.sirfunk@sadclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030129061604.4859749f.sirfunk@sadclown.net> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 29, 2003 at 06:16:04AM -0500, Jeff Utter wrote: > Yeah, that fixed the above mentioned problem.. however i'm running into a build problem about an hour later, related to telnet.. maybe it was fixed overnight in cvs, i'll see if it will build now. I don't think so, I cvsupped about 30 min ago. cc -O -pipe -march=pentium3 -DENCRYPTION -DAUTHENTICATION -DSRA -I/usr/src/secu re/lib/libtelnet/../../../crypto/telnet -I/usr/src/secure/lib/libtelnet/../../.. /crypto/telnet/libtelnet -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /u sr/src/crypto/telnet/libtelnet/enc_des.c -o enc_des.o cc1: warnings being treated as errors /usr/src/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start': /usr/src/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit declaration of function `des_new_random_key' *** 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. -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message