Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2015-01-06 Thread Ian Jackson
Konrad Rzeszutek Wilk writes ("Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0"): > On Wed, Dec 10, 2014 at 04:44:00PM +, Ian Campbell wrote: > > On Wed, 2014-12-10 at 11:41 -0500, Konrad Rzeszutek Wilk wrote: > > > On Tue, Dec 09, 2

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-10 Thread Konrad Rzeszutek Wilk
On Wed, Dec 10, 2014 at 04:44:00PM +, Ian Campbell wrote: > On Wed, 2014-12-10 at 11:41 -0500, Konrad Rzeszutek Wilk wrote: > > On Tue, Dec 09, 2014 at 03:25:29PM +, Ian Jackson wrote: > > > Ian Campbell writes ("Re: [Xen-devel] [PATCH] libxl: Fix building > >

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-10 Thread Ian Campbell
On Wed, 2014-12-10 at 11:41 -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Dec 09, 2014 at 03:25:29PM +, Ian Jackson wrote: > > Ian Campbell writes ("Re: [Xen-devel] [PATCH] libxl: Fix building > > libxlu_cfg_y.y with bison 3.0"): > > > There was a point in ti

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-10 Thread Konrad Rzeszutek Wilk
On Tue, Dec 09, 2014 at 03:25:29PM +, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH] libxl: Fix building > libxlu_cfg_y.y with bison 3.0"): > > There was a point in time where the prevailing version of bison (or > > maybe flex) in stable dis

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-09 Thread Ian Jackson
Ian Campbell writes ("Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0"): > There was a point in time where the prevailing version of bison (or > maybe flex) in stable distro releases had a bug which meant these files > could not be regenerated easily o

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-03 Thread Olaf Hering
On Wed, Dec 03, Ian Campbell wrote: > There was a point in time where the prevailing version of bison (or > maybe flex) in stable distro releases had a bug which meant these files > could not be regenerated easily on common distros. I don't recall the > details well enough to know if that time has

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-03 Thread Ian Campbell
On Tue, 2014-12-02 at 09:49 -0800, Ed Swierk wrote: > On Tue, Dec 2, 2014 at 6:00 AM, Andrew Cooper > wrote: > > The automatically generating doesn't actually work. Depending on the > > relative timestamps caused by a SCM checkout, or a tarball extraction, > > the files will be attempted to be r

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-02 Thread Konrad Rzeszutek Wilk
On Tue, Dec 02, 2014 at 01:47:16PM +, Ian Campbell wrote: > On Mon, 2014-12-01 at 12:19 +, Wei Liu wrote: > > On Mon, Dec 01, 2014 at 09:42:13AM +, Ian Campbell wrote: > > > On Sat, 2014-11-29 at 21:23 -0800, Ed Swierk wrote: > > > > - Use %lex-param instead of obsolete YYLEX_PARAM to o

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-02 Thread Ed Swierk
On Tue, Dec 2, 2014 at 6:00 AM, Andrew Cooper wrote: > The automatically generating doesn't actually work. Depending on the > relative timestamps caused by a SCM checkout, or a tarball extraction, > the files will be attempted to be regenerated. > > These files are regenerated in the XenServer bu

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-02 Thread Andrew Cooper
On 02/12/14 13:47, Ian Campbell wrote: > On Mon, 2014-12-01 at 12:19 +, Wei Liu wrote: >> On Mon, Dec 01, 2014 at 09:42:13AM +, Ian Campbell wrote: >>> On Sat, 2014-11-29 at 21:23 -0800, Ed Swierk wrote: - Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner pa

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-02 Thread Ian Campbell
On Mon, 2014-12-01 at 12:19 +, Wei Liu wrote: > On Mon, Dec 01, 2014 at 09:42:13AM +, Ian Campbell wrote: > > On Sat, 2014-11-29 at 21:23 -0800, Ed Swierk wrote: > > > - Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner > > > parameter > > > - Change deprecated %name-

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-01 Thread Wei Liu
On Mon, Dec 01, 2014 at 09:42:13AM +, Ian Campbell wrote: > On Sat, 2014-11-29 at 21:23 -0800, Ed Swierk wrote: > > - Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner > > parameter > > - Change deprecated %name-prefix= to %name-prefix > > > > Tested against bison 2.4.1

Re: [Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-12-01 Thread Ian Campbell
On Sat, 2014-11-29 at 21:23 -0800, Ed Swierk wrote: > - Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner > parameter > - Change deprecated %name-prefix= to %name-prefix > > Tested against bison 2.4.1 and 3.0.2. > > Signed-off-by: Ed Swierk Copying Ian J who is the bison

[Xen-devel] [PATCH] libxl: Fix building libxlu_cfg_y.y with bison 3.0

2014-11-30 Thread Ed Swierk
- Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner parameter - Change deprecated %name-prefix= to %name-prefix Tested against bison 2.4.1 and 3.0.2. Signed-off-by: Ed Swierk --- tools/libxl/libxlu_cfg_y.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff