From owner-freebsd-stable Sun Oct 27 6:21: 5 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA4937B401 for ; Sun, 27 Oct 2002 06:21:03 -0800 (PST) Received: from mindwipe.org (mindwipe.org [130.243.43.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7B343E77 for ; Sun, 27 Oct 2002 06:21:03 -0800 (PST) (envelope-from kore@mindwipe.org) Received: by mindwipe.org (Postfix, from userid 1008) id 5ED903BB313; Sun, 27 Oct 2002 15:20:40 +0100 (CET) Date: Sun, 27 Oct 2002 15:20:40 +0100 From: Marcus Larsson To: freebsd-stable@freebsd.org Subject: oidentd and bison Message-ID: <20021027142040.GD399@mindwipe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there! I'm trying to build oidentd from ports. The machine is an i686 runnging FreeBSD 4.7-STABLE with bison 1.75 installed. bison -y -d ./oidentd_cfg_parse.y ./oidentd_cfg_parse.y:296.1: parse error, unexpected "|" ./oidentd_cfg_parse.y:297.24-298.8: $1 of `cap_statement' has no declared type ./oidentd_cfg_parse.y:297.24-299.22: invalid $ value ./oidentd_cfg_parse.y:297.24-299.22: $2 of `cap_statement' has no declared type ./oidentd_cfg_parse.y:297.24-301.23: invalid $ value ./oidentd_cfg_parse.y:297.24-301.23: $2 of `cap_statement' has no declared type ./oidentd_cfg_parse.y:297.24-303.22: $1 of `cap_statement' has no declared type gmake[3]: *** [stamp_parse] Error 1 gmake[3]: Leaving directory `/usr/ports/security/oidentd/work/oidentd-2.0.3/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/security/oidentd/work/oidentd-2.0.3/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/security/oidentd/work/oidentd-2.0.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/security/oidentd. Any ideas? Kind regards, marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message