From owner-freebsd-questions@FreeBSD.ORG Tue Mar 27 15:11:35 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 54FCA16A405 for ; Tue, 27 Mar 2007 15:11:35 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-01.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.47.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1322913C4B8 for ; Tue, 27 Mar 2007 15:11:34 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-77-51.houston.res.rr.com (cpe-24-167-77-51.houston.res.rr.com [24.167.77.51]) by ms-smtp-01.texas.rr.com (8.13.6/8.13.6) with ESMTP id l2RFBXE1019756; Tue, 27 Mar 2007 10:11:33 -0500 (CDT) From: David J Brooks Organization: KC5WNK To: freebsd-questions@freebsd.org Date: Tue, 27 Mar 2007 10:11:33 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09R=09nSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703271011.34193.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Michele Endrici 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:11:35 -0000 On Tuesday 27 March 2007 09:17:07 am 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 Perhaps /var is getting full also? Rather that soft-linking, I think I'd first try to flush out the /tmp filesystem. -- Three minutes' thought would suffice to find this out; but thought is irksome and three minutes is a long time. -- A. E. Houseman