From owner-freebsd-stable@FreeBSD.ORG Mon May 28 16:46:04 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B0CC106564A for ; Mon, 28 May 2012 16:46:04 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.freebsd.org (Postfix) with ESMTP id B09D08FC0A for ; Mon, 28 May 2012 16:46:03 +0000 (UTC) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mx.arcor.de (Postfix) with ESMTP id 979451AF1E3 for ; Mon, 28 May 2012 18:15:43 +0200 (CEST) Received: from mail-in-17.arcor-online.net (mail-in-17.arcor-online.net [151.189.21.57]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id 93C7073CD2 for ; Mon, 28 May 2012 18:15:43 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-188-098-176-050.pools.arcor-ip.net [188.98.176.50]) by mail-in-17.arcor-online.net (Postfix) with ESMTPS id 69FB110D79A for ; Mon, 28 May 2012 18:15:43 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net 69FB110D79A Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.5/8.14.3) with ESMTP id q4SGFgBa018300 for ; Mon, 28 May 2012 18:15:42 +0200 (CEST) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.5/8.14.5/Submit) id q4SGFgYl018299 for freebsd-stable@freebsd.org; Mon, 28 May 2012 18:15:42 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Mon, 28 May 2012 16:15:42 +0000 (UTC) Message-ID: References: <1337890075.2709.16.camel@powernoodle-l7.corp.yahoo.com> <1337890494.2709.18.camel@powernoodle-l7.corp.yahoo.com> <1337892804.2709.20.camel@powernoodle-l7.corp.yahoo.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-stable@freebsd.org Subject: Re: bash 4.2 patchlevel 28 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 16:46:04 -0000 Sean Bruno wrote: > > > VARIABLE="$(uname)" > > > bash: command substitution: line 3: syntax error near unexpected token > > > `)' > > > bash: command substitution: line 3: `uname)"' > > > > > At least that was easy. It's patch level 12. That's just the first patch that happens to touch parse.y. > Hrm ... and it also appears that if I use bison + m4 I don't have this > issue, but if I let the configure scripts use /usr/bin/yacc alone this > problem manifests itself. odd. The port specifically uses bison, so I don't know why you would force the use of yacc. And it's a well-known issue. If you run parse.y through yacc, it breaks. You must use bison. Upstream thinks it's a bug in yacc unless proven otherwise and so far nobody has figured out the details. -- Christian "naddy" Weisgerber naddy@mips.inka.de