From owner-freebsd-questions@FreeBSD.ORG Tue Mar 27 15:28:54 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 61FF116A404 for ; Tue, 27 Mar 2007 15:28:54 +0000 (UTC) (envelope-from bichele@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 1F39C13C4B8 for ; Tue, 27 Mar 2007 15:28:54 +0000 (UTC) (envelope-from bichele@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so2402893ana for ; Tue, 27 Mar 2007 08:28:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dYrmf6XKO/KbciXcdJmVi3p1HfB8TTd+B310qdk/f9LjghPAu0L/dkIdha6jQTaywc+W0adyKx6g/Ff4S8HGQcrOJvTqOyGg1E2A9Iqc2E23leb3gZMLgoZ25C3q4GP898p46nYGMU0AAVPWkSo6NsWQ6SLVGtU0+4RkCbUvA/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lZ1TgH+VJ+PsMTSLDtPfGoOqmep7QDyR69BBnY7kQ7fGk9DbbnWqTcYfROTaVmM/qY5y5fn4KCIxGDPuYZLyV/br1ydEDUwJfdWIqtBOYwWj6Bbnqy9vzglsYahBUvrNcNeWFVS8tcPk7aiz91cl9ZtVzurclbGMJKKgrLIXhh4= Received: by 10.100.143.1 with SMTP id q1mr6035191and.1175009331979; Tue, 27 Mar 2007 08:28:51 -0700 (PDT) Received: by 10.100.139.4 with HTTP; Tue, 27 Mar 2007 08:28:51 -0700 (PDT) Message-ID: Date: Tue, 27 Mar 2007 17:28:51 +0200 From: "Michele Endrici" To: freebsd-questions@freebsd.org In-Reply-To: <44abxyln9w.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <200703271011.34193.daeg@houston.rr.com> <44abxyln9w.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:28:54 -0000 touche... :-) thanks On 3/27/07, Lowell Gilbert wrote: > > David J Brooks writes: > > > 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. > > Not to mention that the command as shown would make the link in the > wrong direction, leaving the builds still using the "real" /tmp. > -- Michele Endrici Via carraia 4 - Don - TN tel: 348-7295670 bichele@gmail.com