From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 18:25:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 234ED16A4CE for ; Fri, 27 Feb 2004 18:25:38 -0800 (PST) Received: from hotmail.com (bay2-dav49.bay2.hotmail.com [65.54.246.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD8743D31 for ; Fri, 27 Feb 2004 18:25:37 -0800 (PST) (envelope-from ssheikh2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 27 Feb 2004 18:25:37 -0800 Received: from 68.66.233.16 by bay2-dav49.bay2.hotmail.com with DAV; Sat, 28 Feb 2004 02:25:37 +0000 X-Originating-IP: [68.66.233.16] X-Originating-Email: [ssheikh2000@hotmail.com] X-Sender: ssheikh2000@hotmail.com From: "sameer" To: Date: Fri, 27 Feb 2004 18:26:16 -0800 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 28 Feb 2004 02:25:37.0515 (UTC) FILETIME=[26DE7BB0:01C3FDA2] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: updating system issue w/ 5.2/Sparc64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 02:25:38 -0000 first of all.... here's the uname -a output: FreeBSD europa.sol.home 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 11 06:09:12 GMT 2004 root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 i've updated to the latest sources as of last night. intially, i had an issue with the 'make installworld' command after i dropped down to single user mode. i followed the handbook instructions to try again, in the event there were old files that were causing the problem. after i cleaned out what i was told to clean out, i tried 'install buildworld' again from single user mode. this is the error i came across: --------------- cc -O -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/us r/src/lib/libc/sparc64 -I/usr/src/lib/libc/sparc64/sys -D__DBINTERFACE_PRIVATE - I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOS IX_MISTAKE -I/usr/src/lib/libc/locale -I/usr/src/lib/libc/sparc64/fpu -DBROKEN_D IX_MISTAKE -I/usr/src/lib/libc/locale -I/usr/src/lib/libc/sparc64/fpu -DBROKEN_D s -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c nslexer.c /dev/stdout: In function `_nsyylex': /dev/stdout:711: warning: label `find_rule' defined but not used /usr/src/lib/libc/net/nslexer.l: At top level: /dev/stdout:1678: warning: `yy_flex_realloc' defined but not used *** Error code 1 Stop in /usr/src/lib/libc. *** Error code 1 Stop in /usr/src/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. --------------------------- any ideas how to fix the problem?