From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 01:09:31 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 C8EF016A4CE for ; Mon, 6 Dec 2004 01:09:31 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6784443D5C for ; Mon, 6 Dec 2004 01:09:31 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from [192.168.1.100] (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.12.10/8.12.10) with ESMTP id iB61IaRc073470 for ; Sun, 5 Dec 2004 19:18:40 -0600 (CST) (envelope-from nospam@illusionart.com) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <747E2028-4723-11D9-BA5E-000A2791B6EC@illusionart.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Vonleigh Simmons Date: Sun, 5 Dec 2004 17:09:18 -0800 X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/605/Wed Nov 24 08:09:47 2004 clamav-milter version 0.80j on alpargata.net X-Virus-Status: Clean Subject: make buildworld failing 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: Mon, 06 Dec 2004 01:09:31 -0000 While trying to update to 5.3 stable, buildworld errors out on me. I'm running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if you need more output please let me know. No luck looking up the errors in google, so your help is appreciated. Things I've tried: deleing /usr/obj, running make cleandir twice. Cleandir wouldn't work so I had to run it like this: make cleandir -DALWAYS_CHECK_MAKE If I just ran make cleandir it would error out with: +for: not found. Not sure if this is related. I'm running the buildworld without the -j4 flag, but the result is the same. Vonleigh Simmons --snip-- cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f -I. -c /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/stc.c /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/stc.c: In function `ffestc_labelref_is_loopend_': /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/stc.c:1721: error: syntax error before "case" /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/stc.c:10459: error: syntax error at end of input /usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f/stc.c:10459: confused by earlier errors, bailing out *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/f771. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --snip--