From owner-freebsd-questions@FreeBSD.ORG Sun Feb 3 03:44:07 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 866DA16A41A for ; Sun, 3 Feb 2008 03:44:07 +0000 (UTC) (envelope-from kaevee@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0A813C442 for ; Sun, 3 Feb 2008 03:44:07 +0000 (UTC) (envelope-from kaevee@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1586339waf.3 for ; Sat, 02 Feb 2008 19:44:07 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=994zcYfXiVi0ImJjqfuVLb6OEYeAiOTW3x1BuemfJIQ=; b=WAisEGoYLp87PipEwOWx2hcIuxda6JjJB1SvyCH6TGpUwCEyGzjw+z4X+epdvpbexvtUow7aGFTehXhydywnPRw9t82i435btO/jedM6vuuPAnMNK+A7i7+35n+M6YM7f9OsAJMdUOUnXJoDF7h2k/OUfg0RADugpeZuWKy6Q6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AMdViHnJMAgKjsnI8k7QCpl9MHQnaH2zP3RnykbN2aWXpkaSSyxRqJA7GKeAWV9zVIOqU/HiE29crZ5v0uA2zFK7aLIrzHudZ6AitYSaewnOAfLsS8r2LV4v7TWGSdWC9nt9AxG1zzSnq+Sz6LwGAbMOCUQQHU3PbIjc0n2e1hA= Received: by 10.114.175.16 with SMTP id x16mr5624206wae.12.1202008499777; Sat, 02 Feb 2008 19:14:59 -0800 (PST) Received: by 10.114.81.16 with HTTP; Sat, 2 Feb 2008 19:14:59 -0800 (PST) Message-ID: Date: Sun, 3 Feb 2008 08:44:59 +0530 From: "Venkatesh K" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 03:44:07 -0000 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