[Spread-users] [PATCH] sample.spread.conf lists bogus options for SocketPortReuse

Daniel Rall dlr at finemaltcoding.com
Tue Oct 1 15:34:57 EDT 2002


Jonathan Stanton <jonathan at cnds.jhu.edu> writes:

> On Tue, Oct 01, 2002 at 09:16:21AM -0700, Daniel Rall wrote:
> > Because of the portability changes Jonathan made to config_gram.l and
> > config_parse.y, uppercase values for the SocketPortReuse configuration
> > parameter are no longer recogized as valid, and produce the following
> > error from spread:
> > 
> > -------------------------------------------
> > Parser error on or before line 72
> > Error type; syntax error
> > Offending token: ON
> > 
> 
> I intended it to work with both upper and lower case. If you look in
> config_gram.l 'on,off,auto' are defined in both upper and lower case at
> the top. Let me try it hear and see why it doesn't work, as I thought it
> should.

Ah, this bit here?:

on      [Oo][Nn]

Confirmed I do that that in the source tarball which I pulled from the
web site.

My Makefile says I'm using /usr/bin/flex.  I couldn't tell whether
yacc or bison -y was being used.

LEX=/usr/bin/flex

$ rpm -q flex byacc bison
flex-2.5.4a-23
byacc-1.9-19
bison-1.35-1
-- 

Daniel Rall <dlr at finemaltcoding.com>




More information about the Spread-users mailing list