[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bison behavior changed



On Thu, 17 Oct 2002 10:45:33 +0200 (CEST)
Vincent Renardias <vincent@strongholdnet.com> wrote:

> > Please check packages that build-depends on bison is really built
> > with bison 1.50.  There are 295 packages.
> 
> As the bison package maintainer, I'd like to hear from people having
> difficulties to build their package with the new bison. So far the only
> known (to me) problematic packages are pre-3.0 gcc packages, but there may
> be more...

In my build log:

[buici-clock]
bison -y -d -o res_y.cxx res_y.y
mv res_y.cxx.h res_y.h
mv: cannot stat `res_y.cxx.h': No such file or directory

[inventor]
/usr/bin/yacc SoCalcParse.y
SoCalcParse.y:113.7-12: type redeclaration for additive_expression


[ipac-ng]
gcc -c -DHAVE_CONFIG_H -DINSTALLPATH=\"/usr/sbin\" -g -O2 -Wall -I/usr/include/pgsql batch.yy.c -o b
atch.yy.o
batch.yy.c:1119: warning: `yyunput' defined but not used
bison -y -d -b conffile -p conf conffile.y
gcc -c -DHAVE_CONFIG_H -DINSTALLPATH=\"/usr/sbin\" -g -O2 -Wall -I/usr/include/pgsql conffile.tab.c 
-o conffile.tab.o
conffile.y:50: warning: `CLASSIC' redefined
config.h:25: warning: this is the location of the previous definition
conffile.y:34: parse error before string constant
make[1]: *** [conffile.tab.o] Error 1
make[1]: Leaving directory `/tmp/buildd/ipac-ng-1.23'
make: *** [build-stamp] Error 2

[nawm]
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/nawm-0.0.20011220'
bison -y -t -d ./parser.y
./parser.y:241.10: parse error, unexpected ":", expecting ";" or "|"
make[1]: *** [parser.c] Error 1
make[1]: Leaving directory `/tmp/buildd/nawm-0.0.20011220'
make: *** [build-stamp] Error 2


[nbfc]
bison -yd bf.y
bf.y:13: warning: previous rule lacks an ending `;'
bf.y:21: warning: previous rule lacks an ending `;'

-- 
dancer@debian.org  http://www.netfort.gr.jp/~dancer





Reply to: