Re: [PORTS] Port Bug Report: gmake all fails due to "buggy Flex" - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: [PORTS] Port Bug Report: gmake all fails due to "buggy Flex"
Date
Msg-id 199905020713.DAA29595@candle.pha.pa.us
Whole thread Raw
In response to Port Bug Report: gmake all fails due to "buggy Flex"  (Unprivileged user <nobody>)
List pgsql-ports
>
> Versions of other tools:
> ------------------------
> Flex 2.5.4a
> GNU Make version 3.75
>
>
> --------------------------------------------------------------------------
>
> Problem Description:
> --------------------
> Following instructions in Install Readme, I downloaded Flex 2.5.4a from mit.edu and compiled. Still, the make.log
tellsme: 
> gmake lexverify
> gmake[1]: Entering directory `/usr2/src/pgsql/src'
> gmake -C lextest all
> gmake[2]: Entering directory `/usr2/src/pgsql/src/lextest'
> lex scan.l
> gcc2 -c lex.yy.c
> gcc2 -c lextest.c
> gcc2 -o lextest lex.yy.o lextest.o
> unexpected last match in input()
> gmake[2]: Leaving directory `/usr2/src/pgsql/src/lextest'
>
> You have a buggy version of flex.  Read INSTALL and search for flex for a fix.
>
> gmake[1]: *** [lexverify] Error 1
> gmake[1]: Leaving directory `/usr2/src/pgsql/src'
> gmake: *** [all] Error 2
>
> --------------------------------------------------------------------------

lex/flex in bsdi 3.0 is buggy.  I my guess is that it is still finding
the old lex/flex and using that.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: gmake all fails due to "buggy Flex"
Next
From: Kuba Kocyk
Date:
Subject: Instalation