From owner-freebsd-questions@FreeBSD.ORG Sun Feb 3 09:30:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7093316A418 for ; Sun, 3 Feb 2008 09:30:37 +0000 (UTC) (envelope-from kaevee@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 4752F13C447 for ; Sun, 3 Feb 2008 09:30:37 +0000 (UTC) (envelope-from kaevee@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1740572waf.3 for ; Sun, 03 Feb 2008 01:30:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MIXeTAHDiYH/BVxpunKwG8EL7aaaozNAqpBDypAgDkw=; b=CxZTGDr0Jkj6qp2U7oTz0ecWx7V+T107zBv8O7m6aAzNH3RAT10xRD5s6s/QnqTWNqNdlZuwxqMOK0+silOyVcYeUX0GShvrJmYpLq+fv+5WlbwQoTMSK/HVlx9c490CQtG7zM8+k4yin5QrJ35Nh48w5I3MARapdRFrpZ3sqPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fDVPQMbMAsJItmHFWcb0qNqG+vhINkoFUnFuROkRcHszSe790mtbNbCtIXHRrv0GBRa9ioak3M2VQh+MVgPrPApdXPdBzT/wEE95e1jJqyRWDurcs4ghNhfLetM6XyDe7GtLqMumef/shcIrj+Vh/e+N/aDblE8fOE8s43kk00c= Received: by 10.115.55.1 with SMTP id h1mr5660393wak.69.1202031036934; Sun, 03 Feb 2008 01:30:36 -0800 (PST) Received: by 10.114.81.16 with HTTP; Sun, 3 Feb 2008 01:30:36 -0800 (PST) Message-ID: Date: Sun, 3 Feb 2008 15:00:36 +0530 From: "Venkatesh K" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: buildworld failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2008 09:30:37 -0000 I did try that too! Still same problem. Thanks, Venkatesh K On Feb 3, 2008 9:50 AM, Supote Leelasuppakorn wrote: > > > Hi, > > I have ever faced this problem. I suggested you deleting the whole > /usr/obj then make buildworld again. > > > > > > Date: Sun, 3 Feb 2008 08:44:59 +0530 > > From: kaevee@gmail.com > > To: freebsd-questions@freebsd.org > > Subject: buildworld failed > > > > > > Hi, > > > > I am using FreeBSD Rel 6.3 and cvsup stable. Make buildworld failed for > me. > > > > Here is the log > > > > > -------------------------------------------------------------------------------------------------------------- > > cc -O2 -fno-strict-aliasing -pipe -march=prescott > > -I/usr/src/sbin/gbde/../../sys -DRESCUE -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > > -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -c > > /usr/src/sbin/gbde/gbde.c > > /usr/src/sbin/gbde/gbde.c: In function `g_read_data': > > /usr/src/sbin/gbde/gbde.c:164: warning: implicit declaration of function > `read' > > /usr/src/sbin/gbde/gbde.c: In function `setup_passphrase': > > /usr/src/sbin/gbde/gbde.c:216: warning: implicit declaration of function > `close' > > /usr/src/sbin/gbde/gbde.c: In function `cmd_nuke': > > /usr/src/sbin/gbde/gbde.c:391: warning: implicit declaration of function > `write' > > /usr/src/sbin/gbde/gbde.c: In function `cmd_init': > > /usr/src/sbin/gbde/gbde.c:556: warning: implicit declaration of > > function `unlink' > > /usr/src/sbin/gbde/gbde.c: In function `main': > > /usr/src/sbin/gbde/gbde.c:801: warning: implicit declaration of > > function `getopt' > > /usr/src/sbin/gbde/gbde.c:804: error: `optarg' undeclared (first use > > in this function) > > /usr/src/sbin/gbde/gbde.c:804: error: (Each undeclared identifier is > > reported only once > > /usr/src/sbin/gbde/gbde.c:804: error: for each function it appears in.) > > *** Error code 1 > > > > Stop in /usr/src/sbin/gbde. > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/rescue/rescue. > > *** Error code 1 > > > > Stop in /usr/src/rescue/rescue. > > *** Error code 1 > > > > Stop in /usr/src/rescue. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > ----------------------------------------------------------------------------------------------------------------- > > > > Thanks, > > > > Venkatesh K > > > > -- > > Venkatesh. K > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > -- Venkatesh. K