From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Arjen van der Meijden <acm(at)tweakers(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Small bug in postgres' ./configure script and invalid |
Date: | 2003-05-06 23:28:38 |
Message-ID: | 200305062328.h46NSci03374@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks. Patch attached. This will be in 7.4.
---------------------------------------------------------------------------
Arjen van der Meijden wrote:
> Hi List,
>
> I'm using flex 2.5.31
>
> acm(at)server pgsql $ flex --version
> flex 2.5.31
>
> And get this warning from the configure-script (in latest cvs):
>
> checking for flex... no
> configure: WARNING:
> *** The Flex version 2.5.3 you have at /usr/bin/lex contains a bug. You
> *** should get version 2.5.4 or later.
> configure: WARNING:
> *** Without Flex you will not be able to build PostgreSQL from CVS or
> *** change any of the scanner definition files. You can obtain Flex
> from
> *** a GNU mirror site. (If you are using the official distribution of
> *** PostgreSQL then you do not need to worry about this because the Flex
> *** output is pre-generated.)
>
> Of course the regexp on line 3580 of the configure-script is wrong:
> if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
>
> I don't know a real solution, probably something like changing the grep
> to read:
> grep -e `2\.5\.3$'
> Or adding a second grep to grep out 2\.5\.3[0-9]
>
> Ow and the reason why I didn't try reporting this via the "Report a bug"
> link on the postgresql-website is because that gave me a 404-error.
> "Not Found
> The requested URL /bugs/bugs.php was not found on this server.
>
> Apache/1.3.27 Server at www.ca.postgresql.org Port 80"
>
> Regards,
>
> Arjen
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 1.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2003-05-06 23:52:28 | Re: How to hook up Access to Postgres? |
Previous Message | scott.marlowe | 2003-05-06 23:27:58 | Re: [GENERAL] Installin Postgres |