From owner-freebsd-ports@FreeBSD.ORG Sat Feb 19 22:48:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13EE016A4CE; Sat, 19 Feb 2005 22:48:13 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E908443D3F; Sat, 19 Feb 2005 22:48:11 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 90C084AC76; Sat, 19 Feb 2005 23:48:10 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25637-03-7; Sat, 19 Feb 2005 23:48:10 +0100 (CET) Received: from [10.0.1.2] (1-2-8-5b.asp.sth.bostream.se [82.182.157.67]) by melon.pingpong.net (Postfix) with ESMTP id 45DA94AC6D; Sat, 19 Feb 2005 23:48:10 +0100 (CET) In-Reply-To: <20050219224530.GA51280@zi025.glhnet.mhn.de> References: <20050219224530.GA51280@zi025.glhnet.mhn.de> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <48c907ee3587ede95752c5d3f74c947a@pingpong.net> Content-Transfer-Encoding: 7bit From: Palle Girgensohn Date: Sat, 19 Feb 2005 23:48:11 +0100 To: Simon Barner X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at pingpong.net cc: girgen@FreeBSD.org cc: Anthony Chavez cc: freebsd-ports@freebsd.org Subject: Re: plpgsql failure in databases/postgresql80-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 22:48:13 -0000 2005-02-19 kl. 23.45 skrev Simon Barner: > [Cc'ing girgen@, the maintainer of the postgres* ports] > Anthony Chavez wrote: >> I'm seeing the following when trying to build portupgrade >> postgresql-server from 8.0.1 to 8.0.1_1 on 4.11-RELEASE: >> >> gmake[2]: Entering directory >> `/usr/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/ >> pl/plpgsql/src' >> bison -y -d gram.y >> NONE:0: /usr/local/bin/gm4: ERROR: EOF in string >> sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c > >> ./pl_gram.c >> cannot open y.tab.c: no such file > > [...] > > Hi, > > I had the same problem with postgresql74-server-7.4.7_1. It seems that > you need bison1875 (as indicated by postgresql's configure script). > > So, if you pkg_delete your current bison installation and install the > devel/bison1875 port, you'll be able to build the postgresql server > port. > > Of course, this can cause some pain with other ports since bison 1.875 > is not fully backwards compatible with the older (and widely used) > version 1.75 :( > > Regards, > Simon > Hi, Yeah, it seems I need to a dependency for bison on FreeBSD 4.x. I should have known better... /Palle