From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 04:35:21 2003 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 C1A6316A4C0 for ; Tue, 19 Aug 2003 04:35:21 -0700 (PDT) Received: from kyoto.meibin.net (kyoto.meibin.net [219.166.101.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05ED243F85 for ; Tue, 19 Aug 2003 04:35:20 -0700 (PDT) (envelope-from lukek@meibin.net) Received: (qmail 58427 invoked by uid 89); 19 Aug 2003 11:34:04 -0000 Received: from unknown (HELO yujo) (192.168.10.8) by kyoto.meibin.net with SMTP; 19 Aug 2003 11:34:04 -0000 Message-ID: <002101c36645$4b5b7f50$080aa8c0@yujo> From: "lukek" To: "FreeBSD" Date: Tue, 19 Aug 2003 20:30:25 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Build world errors input/output error ? 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: Tue, 19 Aug 2003 11:35:22 -0000 Hi, I am trying to upgrade from 4.5r to 4.8 and have sucessfully cvsup'd the sources. As tried to build it though I got a strange error that I don't quite understand. ===> gnu/usr.bin/cc/f771 cc -O -pipe -march=pentiumpro -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/ usr/obj/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/u sr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../../../../contri b/gcc -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/con fig -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f -I. -D__FBSD ID=__RCSID -c /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/g cc/f/fini.c cpp0: /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/fini.c: Input/output error *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/f771. *** Error code 1 Stop in /usr/src. *** Error code 1 Can anyone decifer this for me ? TIA LukeK