From owner-freebsd-questions Mon Sep 7 08:08:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12468 for freebsd-questions-outgoing; Mon, 7 Sep 1998 08:08:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kern.sub.erols.com (kern.sub.erols.com [207.96.19.192]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12441 for ; Mon, 7 Sep 1998 08:08:33 -0700 (PDT) (envelope-from awood@kern.sub.erols.com) Received: from localhost (awood@localhost) by kern.sub.erols.com (8.8.7/8.8.7) with SMTP id LAA20537 for ; Mon, 7 Sep 1998 11:07:29 -0400 (EDT) (envelope-from awood@kern.sub.erols.com) Date: Mon, 7 Sep 1998 11:07:28 -0400 (EDT) From: austin wood To: freebsd-questions@FreeBSD.ORG Subject: STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to upgrade my 2.2.5-RELEASE system to 2.2.7-STABLE. I CVSuped with the supfile from the FAQ. The command I entered was cvsup -g -L 2 stable-supfile Then I did: cd /usr/src && make world After a bit of compiling it quit with *** Error Code 1. This is what I got: yacc -o expr.c /usr/src/bin/expr/expr.y usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename *** Error code 1 Stop. Apparently -o is not a valid flag. How could I fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message