From owner-freebsd-questions@FreeBSD.ORG Tue Mar 27 15:08:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77FCB16A401 for ; Tue, 27 Mar 2007 15:08:36 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA7D13C43E for ; Tue, 27 Mar 2007 15:08:36 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 27 Mar 2007 11:08:35 -0400 id 000564D1.46093373.00012E7F Received: from Internal Mail-Server by mx01 (envelope-from bseklecki@collaborativefusion.com) with RC4-MD5 encrypted SMTP; 27 Mar 2007 10:08:34 -0500 From: "Brian A. Seklecki" To: Michele Endrici In-Reply-To: References: Organization: Collaborative Fusion, Inc. Date: Tue, 27 Mar 2007 11:08:34 -0400 Message-Id: <1175008114.47028.266.camel@soundwave.pgh.priv.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: freebsd-questions@freebsd.org Subject: Re: /tmp write failed, filesystem is full 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: Tue, 27 Mar 2007 15:08:36 -0000 Just run an MFS /tmp, add to fstab(5) then "mount /tmp" md /tmp mfs rw,-s64m,-m0 2 0 Let me know if the syntax error persists. ~BAS On Tue, 2007-03-27 at 16:17 +0200, Michele Endrici wrote: > Hi, can anyone help me find a solution to a make problem?? I'm trying > to build a kernel for FreeBSD 6.2 with a new driver but the make > fails. I tryed in both the old and new school ways but it didn't work > anyway. Here is the error i get: > > /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zlib created > for /usr/src/sys/modules/zlib > > -------------------------------------------------------------- > >>> stage 2.3: build tools > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/GENERIC; > MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f > /usr/src/sys/dev/aic7xxx/aicasm/Makefile > Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC > yacc -b aicasm_gram -d -o aicasm_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y > > /tmp: write failed, filesystem is full > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/dev/aic7xxx/aicasm -c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/dev/aic7xxx/aicasm -c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_gram.c > aicasm_gram.c: In function `yyparse': > aicasm_gram.c:2146: error: `initialize_symb' undeclared (first use in > this function) > aicasm_gram.c:2146: error: (Each undeclared identifier is reported only once > aicasm_gram.c:2146: error: for each function it appears in.) > aicasm_gram.c:2146: error: syntax error before '}' token > aicasm_gram.c:2201: error: syntax error at end of input > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > > First of all it tells me /tmp filesystem is full. I run "df -h" and > it's quite full. > Hence, I've created a symbolic link to another folder to gain more space > > ln -s /tmp /var/tmp_fake > > but i still get the same error. Any suggestion?? > > Michele > -- Brian A. Seklecki Collaborative Fusion, Inc. IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.